• This repository has been archived on 13/Aug/2024
  • Stars
    star
    379
  • Rank 113,004 (Top 3 %)
  • Language
  • Created over 1 year ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A curated list of large language model tools for cybersecurity research.

Awesome Large Language Model Tools for Cybersecurity Research

Reverse Engineering

  • G-3PO: A Protocol Droid for Ghidra: An AI assistant developed by Olivia Lucca Fraser at Tenable for analysing and annotating decompiled code in Ghidra, which queries OpenAI and/or Anthropic's language models. See this writeup on the Tenable tech blog for details.
  • ai for Pwndbg: Your trusty AI debugging sidekick, developed by Olivia Lucca Fraser at Tenable as a Pwndbg command.
  • ai for GEF: Same as above, but implemented as a GEF command. Developed by Olivia Lucca Fraser at Tenable.
  • Gepetto: An IDA Pro plugin that queries GPT models for explanatory comments and meaningful variable names (like G-3PO for IDA Pro). Developed by Ivan Kwiatkowski.
  • GPT-WPRE: Whole-program Reverse Engineering with GPT-3. This is a little toy prototype of a tool that attempts to summarize a whole binary using GPT-3 (specifically the text-davinci-003 model), based on decompiled code provided by Ghidra. Developed by Brendan Dolan-Gavitt.
  • IATelligence: IATelligence is a Python script that extracts the Import Address Table (IAT) from a PE file and uses OpenAI's GPT-3 model to provide details about each Windows API imported by the file. The script also searches for related MITRE ATT&CK techniques and explains how the API could potentially be used by attackers. Developed by Thomas Roccia.

Network Analysis

  • BurpGPT: A BurpSuite plugin, developed by Tenable, that uses GPT to analyse HTTP requests and responses. Developed by Yossi Nisani at Tenable.

Cloud Security

  • EscalateGPT: Uses GPT to discover privilege escalation vulnerabilities in misconfigured Identity Access and Management (IAM) policies for AWS. Developed by Yossi Nisani at Tenable.

Proofs of Concept

Hacking LLMs

LLM-Driven Malware

  • LLMorphism: A self-replicating agent that uses GPT-3.5 as a metamorphic engine, by Second Part to Hell.
  • Darwin-GPT: A minimal self-replicating agent based on GPT-3.5/4, by Bernhard Mueller.

More Repositories

1

terrascan

Detect compliance and security violations across Infrastructure as Code to mitigate risk before provisioning cloud native infrastructure.
Go
4,701
star
2

poc

Proof of Concepts
Python
1,210
star
3

routeros

RouterOS Security Research Tooling and Proof of Concepts
C++
866
star
4

nessrest

A python library for using the new Nessus REST API.
Python
386
star
5

pyTenable

Python Library for interfacing into Tenable's platform APIs
Python
350
star
6

ghidra_tools

A collection of Ghidra scripts, including the GPT-3 powered code analyser and annotator, G-3PO.
Python
293
star
7

cnappgoat

CNAPPgoat is an open source project designed to modularly provision vulnerable-by-design components in cloud environments.
Go
265
star
8

access-undenied-aws

Access Undenied parses AWS AccessDenied CloudTrail events, explains the reasons for them, and offers actionable remediation steps. Open-sourced by Ermetic.
Python
255
star
9

pi_sniffer

The pocket-sized wireless sniffer
C++
204
star
10

router_badusb

BadUSB in Routers
Shell
190
star
11

upnp_info

A simple script for discovery and analysis of UPnP servers
Python
165
star
12

esp32_image_parser

A toolkit for helping you reverse engineer ESP32 firmware.
Python
159
star
13

DiscordClient

Python
98
star
14

EscalateGPT

An AI-powered tool for discovering privilege escalation opportunities in AWS IAM configurations.
Python
93
star
15

KaiMonkey

KaiMonkey provides vulnerable infrastructure as code (IaC) to help explore and understand common cloud security threats exposed via IaC.
HCL
93
star
16

Burp-extension-for-GPT

an extension for Burp Suite to allow researchers to utilize GPT for analys is of HTTP requests and responses
Python
90
star
17

Posh-Nessus

PowerShell Module for automating Tenable Nessus Vulnerability Scanner.
PowerShell
88
star
18

Tenable.io-SDK-for-Python

Tenable.io SDK offers a scalable and safe way to integrate with the Tenable.io platform.
Python
83
star
19

audit_scripts

Scripts to help work with configuration audit files
Python
79
star
20

integration-jira-cloud

Python
68
star
21

yara-rules

Repository of yara rules
YARA
60
star
22

terrascan-action

Terrascan GitHub action. Scan infrastructure as code including Terraform, Kubernetes, Helm, and Kustomize file for security best practices.
Shell
49
star
23

nasl

A parser for NASL.
Ruby
44
star
24

flask-logging-demo

Demo files for 'The Boring Stuff - Flask Logging' blog post
Python
34
star
25

mIDA

C++
33
star
26

audit_files

Nessus Audit files
30
star
27

Security-Hub

For use in our Tenable.IO to AWS Security Hub integration
Python
27
star
28

terrascan-rego-editor

Visual Studio Code extension for writing Terrascan Rego policies
TypeScript
20
star
29

hidden-services-revealer

Python
20
star
30

nasldoc

A documentation generator for NASL.
Ruby
17
star
31

cnappgoat-scenarios

This repository provides a comprehensive collection of Pulumi scenarios utilized by cnappgoat
Go
17
star
32

accurics-action

The Accurics GitHub Action scans Infrastructure as Code files checked into the respository to help ensure that cloud resources are secure and compliant from creation.
Shell
14
star
33

pedant

A static analysis framework for NASL.
Ruby
14
star
34

sublimetext-nasl

13
star
35

Kastle

A purely functional, effectful, resource-safe, kafka library for Scala
Scala
12
star
36

csup

Tenable.io Container Security Uploading and Reporting Commandline Tool
Python
11
star
37

microfrontend-demo-app

JavaScript
11
star
38

SinCity

Python
11
star
39

integration-asc

Python
10
star
40

vim-nasl

Vim extensions for programming in NASL
Vim Script
9
star
41

runterrascan.io

CSS
8
star
42

cloud-security-training

HCL
7
star
43

golden-ami-pipeline-with-tenable-sample

The golden AMI pipeline enables creation, distribution, verification, launch-compliance, and decommissioning of the golden AMI out of the box. This version of the pipeline integrates with Tenable.io for vulnerability assessments.
6
star
44

container-security-action

Tenable's Container security action which helps scan docker images.
Python
6
star
45

cloud-security-actions

Shell
6
star
46

notepadpp-nasl

5
star
47

integration-cef

Python
5
star
48

was-action

Github action to trigger WAS
Python
5
star
49

entra-id-federation-abuse-research-required-roles

PowerShell
5
star
50

cloud-snapshot-automation

Templates for creating Cloud Snapshots
HCL
4
star
51

splunk-app-pvs

This app provides Splunk dashboards and reporting for Tenable PVS
HTML
4
star
52

integrations-ibm-cloudpak-for-security

Python
4
star
53

Tenable.ad-EventsLogs-Subscriber

Tenable.ad IOA module event logs listener
Rust
4
star
54

emacs-nasl

Emacs Lisp
4
star
55

UncoverDCShadow

PowerShell
3
star
56

integration-cscc

Tenable.io to Google Cloud Security Command Center Bridge
Python
3
star
57

tenablecs_demo

HCL
2
star
58

WSUSpendu

PowerShell
2
star
59

asm-python-examples

Bit Discovery REST API scripts
Python
2
star
60

labs

1
star
61

asm-asset-importer

Scripts to integrate BitDiscovery data with Tenable
Python
1
star
62

accurics-vscode

TypeScript
1
star
63

nasl-layer

Spacemacs layer for NASL
1
star
64

atom-grammar-nessuskb

Grammar file for Nessus KB files.
CoffeeScript
1
star
65

accurics-orb

The Accurics CircleCI Orb scans IaC (Infrastructure as Code) to help identify vulnerabilities prior to cloud deployment.
Shell
1
star
66

helm-charts

Smarty
1
star