A package for conveniently retrieving MITRE ATT&CK data
Project description
MITREAttackScrapper
A simple and easy data scrapper for MITRE ATT&CK information for threat intelligence and knowledge bases, written in Python3.
Un scrapper de datos simple y f찼cil para la informaci처n de MITRE ATT&CK para inteligencia de amenazas y bases de conocimiento, escrito en Python3.
# Need to MITRE ATT&CK data? How about using my package?
from MITREAttackScrapper.techniques.enterprise import MITREAttackEnterpriseTechniques
if __name__ == '__main__':
detail = MITREAttackEnterpriseTechniques.get("T1548.001")
print(f"Technique: {detail['name']}")
print(f"Platforms affected by this technique: {detail['platforms']}")
print(f"Number of mitigation suggested: {len(detail['mitigations'])}")
# Technique: Abuse Elevation Control Mechanism
# Platforms affected by this technique: ['Azure AD', 'Google Workspace', 'IaaS', 'Linux', 'Office 365', 'Windows', 'macOS']
# Number of mitigation suggested: 1
Note: Currently under development, not stable!!!
How to use?
Refer to the documentation! >_<
- The documentation is based on
sphinx-apidoc
, which is an automated documentation tool for lazy Python and other language-based programmers. - Locally build the Sphinx document if there are some changes on the codebase. The GitHub page action will read the refreshed page built results and the GitHub page will be updated accordingly.
sphinx-apidoc -f -o docs/source .\MITREAttackScrapper\
./docs/make.bat html
Coverage
- TECHNIQUES
- MITRE ATT&CK Enterprise Techniques
- MITRE ATT&CK Mobile Techniques
- MITRE ATT&CK ICS Techniques
- TACTICS
- MITRE ATT&CK Enterprise Tactics
- MITRE ATT&CK Mobile Tactics
- MITRE ATT&CK ICS Tactics
- CTI
- MITRE ATT&CK CTI Groups
- MITRE ATT&CK CTI Software
- MITRE ATT&CK CTI Campaigns
- Defenses/Mitigations
- MITRE ATT&CK Enterprise Mitigations(Defenses)
- MITRE ATT&CK Mobile Mitigations(Defenses)
- MITRE ATT&CK ICS Mitigations(Defenses)
- ATT&CK MATRICES
- MITRE ATT&CK Enterprise Matrices
- MITRE ATT&CK Mobile Matrices
- MITRE ATT&CK ICS Matrices
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
MITREAttackScrapper-0.1.5.tar.gz
(15.9 kB
view details)
Built Distribution
File details
Details for the file MITREAttackScrapper-0.1.5.tar.gz
.
File metadata
- Download URL: MITREAttackScrapper-0.1.5.tar.gz
- Upload date:
- Size: 15.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9bf4658d5ba9a81ec7d6803576dddc2d44cb0af362ba1db77b8e645671f28b2b |
|
MD5 | cf65f27455951f097489aa9166d317b2 |
|
BLAKE2b-256 | 31015d62d5d63a2ab9f913a1da39a31d890e48b143685a408920c0f03401d611 |
File details
Details for the file MITREAttackScrapper-0.1.5-py3-none-any.whl
.
File metadata
- Download URL: MITREAttackScrapper-0.1.5-py3-none-any.whl
- Upload date:
- Size: 29.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d8d7023e6de049cde658aabc0d74a6784b519efa6e8f3e1db39ecee782a4da29 |
|
MD5 | a1218ea48e00dce8b83cfad332ac34d6 |
|
BLAKE2b-256 | fb7f7cdbfd9655fd78816f87679b4cfa282e6e5ac90bf307e7a4941a1f9a8d96 |