Skip to content

Teixuguinho-Craftsmanship/ATT-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ATT&CLI

An offline, CLI-based MITRE ATT&CK Matrix browser. Written in Rust.

Authors

  • @XoanOuteiro

Installation

Installing the app will create the ~/.mitre/ folder and download to it a 42mb JSON file containing the MITRE ATT&CK Matrix. The compiled rust binary will be automatically added to the path.

Simply run:

git clone https://github.com/Teixuguinho-Craftsmanship/ATT-CLI
chmod +x install.sh && ./install.sh

You will need to have cargo installed in your system

Usage:

Listing all APTs:

attcli apt-list

Seeing details on an APT (name, info, techniques used):

attcli apt (id or name)

Seeing details on a technique:

attcli tid (technique id)
attcli tn (technique name)

Seeing all tactics:

attcli tactic

Seeing a tactic (info and related techniques):

attclic tactic (id or name)

About

An offline, CLI-based MITRE ATT&CK Matrix browser. Written in Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published