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

Uploaded Source

Built Distribution

MITREAttackScrapper-0.1.1-py3-none-any.whl (26.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: MITREAttackScrapper-0.1.1.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.1.tar.gz
Algorithm Hash digest
SHA256 34ab4177667c127d5846267adb93f6b71fea8aaa96982ff0ee3b57b9bb97570a
MD5 62384531bc1f767a25b573e1b9549387
BLAKE2b-256 185408b22e5bc75cfafe89a660a8df0d6bbf529918ed7a4aab841e198844e587

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for MITREAttackScrapper-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6feee88088764cb771a23bec44314d0b41a9cf14475f6aa5b6f79ceb3d55f972
MD5 d31bb2ccb57360dfd78a5356c62ea9f0
BLAKE2b-256 16cb0690ace704192bfbced745077550331d191c999f30a1f8bacda22e885013

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