Skip to main content

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.4.tar.gz (13.4 kB view details)

Uploaded Source

Built Distribution

MITREAttackScrapper-0.1.4-py3-none-any.whl (26.3 kB view details)

Uploaded Python 3

File details

Details for the file MITREAttackScrapper-0.1.4.tar.gz.

File metadata

  • Download URL: MITREAttackScrapper-0.1.4.tar.gz
  • Upload date:
  • Size: 13.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for MITREAttackScrapper-0.1.4.tar.gz
Algorithm Hash digest
SHA256 e91bfa35cdc733a78eaa223946cc90696419c234d7874a3fa4e5e86e146f81c9
MD5 f0ab1cd57243018f012b56897b49d429
BLAKE2b-256 ff927f781e647fea7c69c028b138ee42b5aa5f63a754ccbd3799985bff9898dc

See more details on using hashes here.

File details

Details for the file MITREAttackScrapper-0.1.4-py3-none-any.whl.

File metadata

File hashes

Hashes for MITREAttackScrapper-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 6fa57edfd515ce4b1516420be6ca7666937e02c5fcc68a455a2d00f379adf938
MD5 05086c407594ecbec0b55f2062a5acf0
BLAKE2b-256 aa5d521389e8c41fe3eeab7b55aa8b1870a8796bc70e4d63fda6401aeb3867bf

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page