Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add parsing of Mitre Att&ck tags into threat obj #40

Merged
merged 7 commits into from
Jan 11, 2024

Commits on Dec 29, 2023

  1. feat: add parsing of Mitre Att&ck tags into threat obj

    Elastic uses the `threat` object for relevant information about relevant
    threat to SIEM rule. This object can handle Mitre Att&ck references. The
    functionality added parses the attack tags (e.g. `attack.impact` /
    `attack.T1496`) tags to fill the threat object for Elastic.
    rkokkelk committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    3634cc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96d5477 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e2546c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6437e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    70fdaa9 View commit details
    Browse the repository at this point in the history
  6. test: extend Mitre Att&ck threat model tests

    Changed the tests to include the following scenarios:
    
    1. A subtechnique is used
    2. Multiple techniques are listed as tags
    rkokkelk committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    46da2bb View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    bf4d65d View commit details
    Browse the repository at this point in the history