Skip to content

Instantly share code, notes, and snippets.

View SyCode7's full-sized avatar

SyCode7

View GitHub Profile
@SyCode7
SyCode7 / gpt.py
Created February 5, 2023 16:07 — forked from ustayready/gpt.py
CloudGPT - Use ChatGPT to analyze AWS policies for vulnerabilities
import openai
import boto3
import json
import time
from typing import Dict, List
openai.api_key = '### SET YOUR OPENAPI API KEY HERE ###'
session = boto3.session.Session()
client = session.client('iam')
@SyCode7
SyCode7 / MITRE ATT&CK Cloud Matrix & ATLAS
Created July 21, 2024 19:05
MITRE ATT&CK Cloud Matrix & MITRE ATLAS
{
"name": "ATLAS Matrix",
"versions": {
"attack": "4",
"navigator": "4.6.4",
"layer": "4.3"
},
"domain": "atlas-atlas",
"description": "Adversarial Threat Landscape for Artificial-Intelligence Systems, see atlas.mitre.org",
"filters": {