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

Uploaded Source

Built Distribution

MITREAttackScrapper-0.1.3-py3-none-any.whl (26.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: MITREAttackScrapper-0.1.3.tar.gz
  • Upload date:
  • Size: 13.5 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.3.tar.gz
Algorithm Hash digest
SHA256 16b89a52c2cb84bb15c8c86095584aad036a48203b245d2cb00668560a89d3c0
MD5 ad921282da44d37554619787d0ec00af
BLAKE2b-256 fca779fdb7ebee7047020f976efbbcf8d94a9cf22c78d1872a4644ad77d286a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for MITREAttackScrapper-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 bc08527706b6368ead97acbb3ceff5509746dcffa182ef24d8fbceff10bca7f4
MD5 f901823c5cb5b473d85102a56dece61e
BLAKE2b-256 4dde596f78dfdeb7941b50c6ba1840cd4f2a6c9e0536c5ac4db638935b66dd00

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