matthewbobrowski / atomic-threat-coverage

Automatically generated knowledge base of analytics designed to cover threats based on MITRE's ATT&CK.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐Ÿ‡ท๐Ÿ‡บ ะ ัƒััะบะฐั ะฒะตั€ัะธั | ๐Ÿ‡ต๐Ÿ‡ฑ Polska wersja

Atomic Threat Coverage

Automatically generated knowledge base of analytics designed to combat threats based on MITRE's ATT&CK.

Atomic Threat Coverage is tool which allows you to automatically generate knowledge base of analytics, designed to combat threats (based on the MITRE ATT&CK adversary model) from Detection, Response, Mitigation and Simulation perspectives:

  • Detection Rules based on Sigma โ€” Generic Signature Format for SIEM Systems
  • Data Needed to be collected to produce detection of specific Threat
  • Logging Policies need to be configured on data source to be able to collect Data Needed
  • Enrichments for specific Data Needed which required for some Detection Rules
  • Triggers based on Atomic Red Team โ€” detection tests based on MITRE's ATT&CK
  • Response Actions which executed during Incident Response
  • Response Playbooks for reacting on specific threat, constructed from atomic Response Actions
  • Hardening Policies need to be implemented to mitigate specific Threat
  • Mitigation Systems need to be deployed and configured to mitigate specific Threat

Atomic Threat Coverage is highly automatable framework for accumulation, developing, explanation and sharing actionable analytics.

Description

Motivation

There are plenty decent projects which provide analytics (or functionality) of specific focus (Sigma, Atomic Red Team, MITRE CAR). All of them have one weakness โ€” they exist in the vacuum of their area. In reality everything is tightly connected โ€” data for alerts doesn't come from nowhere, and generated alerts don't go nowhere. Each function, i.e. data collection, security systems administration, threat detection, incident response etc are parts of big and comprehensive process, implemented by multiple departments, which demands their close collaboration.

Sometimes problems of one function could be solved by methods of other function in a cheaper, simpler and more efficient way. Most of the tasks couldn't be solved by one function at all. Each function is based on abilities and quality of others. There is no efficient way to detect and respond to threats without proper data collection and enrichment. There is no efficient way to respond to threats without understanding of which technologies/systems/measures could be used to block specific threat. There is no reason to conduct penetration test or Red Team exercise without understanding of abilities of processes, systems and personal to combat cyber threats. All of these require tight collaboration and mutual understanding of multiple departments.

In practice there are difficulties in collaboration due to:

  • Absence of common threat model/classification, common terminology and language to describe threats
  • Absence common goals understanding
  • Absence of simple and straightforward way to explain specific requirements
  • Difference in competence level (from both depth and areas perspectives)

That's why we decided to create Atomic Threat Coverage โ€” project which connects different functions/processes under unified Threat Centric methodology (Lockheed Martin Intelligence Driven Defenseยฎ aka MITRE Threat-based Security), threat model (MITRE ATT&CK) and provide security teams an efficient tool for collaboration on one main challenge โ€” combating threats.

Why Atomic Threat Coverage

Work with existing [1][2][3][4] analytics/detections repositories looks like endless copy/pasting job, manual adaptation of the information into internal analytics knowledge base format, detections data model, mappings to internal valuable metrics and entities etc.

We decided to make it different.

Atomic Threat Coverage is a framework which allows you to create and maintain your own analytics repository, import analytics from other projects (like Sigma, Atomic Red Team, as well as private forks of these projects with your own analytics) and do export into human-readable wiki-style pages in two (for now) platforms:

  1. Atlassian Confluence pages (here is the demo of automatically generated knowledge base)
  2. This repo itself โ€” automatically generated markdown formated wiki-style pages

In other words, you don't have to work on data representation layer manually, you work on meaningful atomic pieces of information (like Sigma rules), and Atomic Threat Coverage will automatically create analytics database with all entities, mapped to all meaningful, actionable metrics, ready to use, ready to share and show to leadership, customers and colleagues.

How it works

Everything starts from Sigma rule and ends up with human-readable wiki-style pages. Atomic Threat Coverage parses it and:

  1. Maps Detection Rule to ATT&CK Tactic and Technique using tags from Sigma rule
  2. Maps Detection Rule to Data Needed using logsource and detection sections from Sigma rule
  3. Maps Detection Rule to Triggers (Atomic Red Team tests) using tags from Sigma rule
  4. Maps Detection Rule to Enrichments using existing mapping inside Detection Rule
  5. Maps Response Playbooks to ATT&CK Tactic and Technique using existing mapping inside Response Playbooks
  6. Maps Response Actions to Response Playbooks using existing mapping inside Response Playbooks
  7. Maps Logging Policies to Data Needed using existing mapping inside Data Needed
  8. Converts everything into Confluence and Markdown wiki-style pages using jinja templates (scripts/templates)
  9. Pushes all pages to local repo and Confluence server (according to configuration provided in scripts/config.yml)
  10. Creates analytics.csv and pivoting.csv files for simple analysis of existing data
  11. Creates atc_attack_navigator_profile.json โ€” ATT&CK Navigator profile for visualisation of current detection abilities

Under the hood

Data in the repository:

โ”œโ”€โ”€ analytics.csv
โ”œโ”€โ”€ atc_attack_navigator_profile.json
โ”œโ”€โ”€ pivoting.csv
โ”œโ”€โ”€ data_needed
โ”‚   โ”œโ”€โ”€ DN_0001_4688_windows_process_creation.yml
โ”‚   โ”œโ”€โ”€ DN_0002_4688_windows_process_creation_with_commandline.yml
โ”‚   โ””โ”€โ”€ dataneeded.yml.template
โ”œโ”€โ”€ detection_rules
โ”‚   โ””โ”€โ”€ sigma/
โ”œโ”€โ”€ enrichments
โ”‚   โ”œโ”€โ”€ EN_0001_cache_sysmon_event_id_1_info.yml
โ”‚   โ”œโ”€โ”€ EN_0002_enrich_sysmon_event_id_1_with_parent_info.yaml
โ”‚   โ””โ”€โ”€ enrichment.yml.template
โ”œโ”€โ”€ logging_policies
โ”‚   โ”œโ”€โ”€ LP_0001_windows_audit_process_creation.yml
โ”‚   โ”œโ”€โ”€ LP_0002_windows_audit_process_creation_with_commandline.yml
โ”‚   โ””โ”€โ”€ loggingpolicy_template.yml
โ”œโ”€โ”€ response_actions
โ”‚   โ”œโ”€โ”€ RA_0001_identification_get_original_email.yml
โ”‚   โ”œโ”€โ”€ RA_0002_identification_extract_observables_from_email.yml
โ”‚   โ””โ”€โ”€ respose_action.yml.template
โ”œโ”€โ”€ response_playbooks
โ”‚   โ”œโ”€โ”€ RP_0001_phishing_email.yml
โ”‚   โ”œโ”€โ”€ RP_0002_generic_response_playbook_for_postexploitation_activities.yml
โ”‚   โ””โ”€โ”€ respose_playbook.yml.template
โ””โ”€โ”€ triggering
    โ””โ”€โ”€ atomic-red-team/

Detection Rules

Detection Rules are unmodified Sigma rules. By default Atomic Threat Coverage uses rules from official repository but you can (should) use rules from your own private fork with analytics relevant for you.

Detection Rule yaml (click to expand)
Automatically created confluence page (click to expand)
Automatically created markdown (GitLab) page (click to expand)

Links to Data Needed, Trigger, and articles in ATT&CK are generated automatically. Sigma rule, Kibana query, X-Pack Watcher and GrayLog query generated and added automatically (this list could be expanded and depends on Sigma Supported Targets)

Data Needed

Data Needed yaml (click to expand)
Automatically created confluence page (click to expand)
Automatically created markdown page (click to expand)

This entity expected to simplify communication with SIEM/LM/Data Engineering teams. It includes the next data:

  • Sample of the raw log to describe what data they could expect to receive/collect
  • Description of data to collect (Platform/Type/Channel/etc) โ€” needed for calculation of mappings to Detection Rules and general description
  • List of fields also needed for calculation of mappings to Detection Rules and Response Playbooks, as well as for pivoting.csv generation

Logging Policies

Logging Policy yaml (click to expand)
Automatically created confluence page (click to expand)
Automatically created markdown page (click to expand)

This entity expected to explain SIEM/LM/Data Engineering teams and IT departments which logging policies have to be configured to have proper Data Needed for Detection and Response to specific Threat. It also explains how exactly this policy can be configured.

Enrichments

Enrichments yaml (click to expand)
Automatically created confluence page (click to expand)
Automatically created markdown page (click to expand)

This entity expected to simplify communication with SIEM/LM/Data Engineering teams. It includes the next data:

  • List of Data Needed which could be enriched
  • Description of the goal of the specific Enrichment (new fields, translation, renaming etc)
  • Example of implementation (for example, Logstash config)

This way you will be able to simply explain why you need specific enrichments (mapping to Detection Rules) and specific systems for data enrichment (for example, Logstash).

Triggers

Triggers are unmodified Atomic Red Team tests. By default Atomic Threat Coverage uses atomics from official repository but you can (should) use atomics from your own private fork with analytics relevant for you.

Triggers yaml (click to expand)
Automatically created confluence page (click to expand)
Automatically created markdown page (click to expand)

This entity needed to test specific technical controls and detections. Detailed description could be found in official site.

Response Actions

Response Action yaml (click to expand)
Automatically created confluence page (click to expand)
Automatically created markdown page (click to expand)

This entity used to build Response Playbooks.

Response Playbooks

Response Playbook yaml (click to expand)
Automatically created confluence page (click to expand)
Automatically created markdown page (click to expand)

This entity used as an Incident Response plan for specific threat.

analytics.csv

Atomic Threat Coverage generates analytics.csv with list of all data mapped to each other for simple analysis. This file is suppose to answer these questions:

  • What data do I need to collect to detect specific threats?
  • What threats can I respond to with existing Response Playbooks?
  • Which Logging Policies do I need to implement to collect the data I need for detection of specific threats?
  • Which Logging Policies I can install everywhere (event volume low/medium) and which only on critical hosts (high/extremely high)?
  • Which data provided me most of the high fidelity alerts? (prioritisation of data collection implementation)
  • etc
Example of lookup for "pass the hash" technique (click to expand)

Ideally, this kind of mapping could provide organizations with the ability to connect Threat Coverage from detection perspective to money. Like:

  • if we will collect all Data Needed from all hosts for all Detection Rules we have it would be X Events Per Second (EPS) (do calculation for a couple of weeks or so) with these resources for storage/processing (some more or less concrete number)
  • if we will collect Data Needed only for high fidelity alerts and only on critical hosts, it will be Y EPS with these resources for storage/processing (again, more or less concrete number)
  • etc

pivoting.csv

Atomic Threat Coverage generates pivoting.csv with list of all fields (from Data Needed) mapped to description of Data Needed for very specific purpose โ€” it provides information about data sources where some specific data type could be found, for example domain name, username, hash etc:

Example of lookup for "hash" field (click to expand)

At the same time it highlights which fields could be found only with specific enrichments:

Example of lookup for "ParentImage" field (click to expand)

atc_attack_navigator_profile.json

Last but not least โ€” Atomic Threat Coverage generates ATT&CK Navigator profile for visualisation of current detection abilities, gap analysis, development prioritisation, planning etc. You only need to upload it to public or (better) private Navigator site, click New Tab -> Open Existing Layer -> Upload from local. Here is how it looks like for default ATC dataset (original Sigma repository rules, Windows only):

Navigator profile for original Sigma Rules (click to expand)

Goals

  1. Stimulate community to use Sigma rule format (so we will have more contributors, more and better converters)
  2. Stimulate community to use Atomic Red Team tests format (so we will have more contributors and execution frameworks)
  3. Evangelize threat information sharing
  4. Automate most of manual work
  5. Provide information security community framework which will improve communication with other departments, general analytics accumulation, developing and sharing

Workflow

  1. Add your own custom Sigma rules/fork (if you have any) to detection_rules directory
  2. Add your own custom Atomic Red Team tests/fork (if you have any) to triggering directory
  3. Add Data Needed into data_needed directory (you can create new one using template)
  4. Add Logging Policies into logging_policies directory (you can create new one using template)
  5. Add Enrichments into enrichments directory (you can create new one using template)
  6. Add Response Actions into response_actions directory (you can create new one using template)
  7. Add Response Playbooks into response_playbooks directory (you can create new one using template)
  8. Configure your export settings using scripts/config.yml
  9. Execute make in root directory of the repository

You don't have to add anything to make it work in your environment, you can just configure export settings using scripts/config.yml and utilise default dataset. At the same time you can access demo of automatically generated knowledge base in Confluence to make yourself familiar with final result with default dataset.

Current Status: Alpha

The project is currently in an alpha stage. It doesn't support all existing Sigma rules (current coverage is ~80%), also have some entities to develop (like Mitigation Systems). We warmly welcome any feedback and suggestions to improve the project.

Requirements

FAQ

Will my private analytics (Detection Rules, Logging Policies, etc) be transferred somewhere?

No. Only to your confluence node, according to configuration provided in scripts/config.yml. Atomic Threat Coverage doesn't connect to any other remote hosts, you can easily check it.

What do you mean saying "evangelize threat information sharing" then?

We mean that you will use community compatible formats for (at least) Detection Rules (Sigma) and Triggers (Atomic Red Team), and on some maturity level you will (hopefully) have willingness to share some interesting analytics with community. It's totally up to you.

How can I add new Trigger, Detection Rule, or anything else to my private fork of Atomic Threat Coverage?

Simplest way is to follow workflow chapter, just adding your rules into pre-configured folders for specific type of analytics.

More "production" way is to configure your private forks of Sigma and Atomic Red Team projects as submodules of your Atomic Threat Coverage private fork. After that you only will need to configure path to them in scripts/config.yml, this way Atomic Threat Coverage will start using it for knowledge base generation.

Sigma doesn't support some of my Detection Rules. Does it still make sense to use Atomic Threat Coverage?

Absolutely. We also have some Detection Rules which couldn't be automatically converted to SIEM/LM queries by Sigma. We still use Sigma format for such rules putting unsupported detection logic into "condition" section. Later SIEM/LM teams manually create rules based on description in this field. ATC is not only about automatic queries generation/documentation, there are still a lot of advantages for analysis. You wouldn't be able to utilise them without Detection Rules in Sigma format.

Contacts

Authors

Thanks to

TODO

  • Develop TheHive Case Templates generation based on Response Playbooks
  • Develop specification for custom ATC data entities (Data Needed, Logging Policies etc)
  • Develop docker container for the project
  • Implement "Mitigation Systems" entity
  • Implement "Hardening Policies" entity
  • Implement consistent Data Model (fields naming)
  • Implement new entity โ€” "Visualisation" with Kibana visualisations/dashboards stored in yaml files and option to convert them into curl commands for uploading them into Elasticsearch

Links

[1] MITRE Cyber Analytics Repository
[2] Endgame EQL Analytics Library
[3] Palantir Alerting and Detection Strategy Framework
[4] The ThreatHunting Project

License

See the LICENSE file.

About

Automatically generated knowledge base of analytics designed to cover threats based on MITRE's ATT&CK.

License:Apache License 2.0


Languages

Language:Python 98.2%Language:Makefile 1.3%Language:Shell 0.5%