From b458e42d877202a44897e82de33ce17d68cc9300 Mon Sep 17 00:00:00 2001 From: Sara-Jayne Terp Date: Sun, 13 Dec 2020 14:12:43 +0000 Subject: [PATCH] Update README.md Tided the README --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6e8b87e..14c78c3 100644 --- a/README.md +++ b/README.md @@ -6,17 +6,19 @@ AMITT (Adversarial Misinformation and Influence Tactics and Techniques) is a framework designed for describing and understanding disinformation incidents. AMITT is part of work on adapting information security (infosec) practices to help track and counter misinformation, and is designed to fit existing infosec practices and tools. -AMITT's style is based on the [MITRE ATT&CK framework](https://github.com/mitre-attack/attack-website/); STIX templates for AMITT objects are available in the [AMITT_CTI repo](https://github.com/cogsec-collaborative/amitt_cti] - these make it easy for AMITT data to be passed between ISAOs and similar bodies using standards like TAXI. +AMITT's style is based on the [MITRE ATT&CK framework](https://github.com/mitre-attack/attack-website/); STIX templates for AMITT objects are available in the [AMITT_CTI repo](https://github.com/cogsec-collaborative/amitt_cti) - these make it easy for AMITT data to be passed between ISAOs and similar bodies using standards like TAXI. AMITT design documents are available in the AMITT_HISTORY folder, and in [The AMITT Design Guide](https://docs.google.com/document/d/1D1VM5l496pUjN8B5Pq6fAh9mgeeEaYTKHdAG5BEXBiA/edit#). ## RAW DATA -If you want to do your own thing with AMITT data, all the master data for it is in directory [AMITT_MASTER_DATA}(AMITT_MASTER_DATA). Look for [the TTP framework](AMITT_MASTER_DATA/amitt_metadata_v3.xlsx) and [countermeasures](AMITT_MASTER_DATA/CountersPlaybook_MASTER.xlsx) spreadsheets. +If you want to do your own thing with AMITT data, all the master data for it is in directory [AMITT_MASTER_DATA](AMITT_MASTER_DATA). Look for +* [the TTP framework](AMITT_MASTER_DATA/amitt_metadata_v3.xlsx) spreadsheet. This contains disinformation creators' tactics, techniques, tasks and phases. +* [countermeasures](AMITT_MASTER_DATA/CountersPlaybook_MASTER.xlsx) spreadsheet. This contains defences and mitigations for disinformation, categorised by disinformation technique, resources needed, etc. ## Red Team Tactics (TTP Framework) HTML pages -The disinformation creating framework is shown in [Framework diagram](matrix.md). Its entities are: +The disinformation "red team" framework is shown in [Framework diagram](matrix.md). Its entities are: * Tactics: stages that someone running a misinformation incident is likely to use * Techniques: activities that might be seen at each stage * Tasks: things that need to be done at each stage. In Pablospeak, tasks are things you do, techniques are how you do them. @@ -28,11 +30,11 @@ The framework was created by finding and analysing a set of existing misinformat ## Blue Team Tactics (Countermeasures) HTML pages -What you'll see in here is a [spreadsheet](GENERATING_CODE/CountersPlaybook_MASTER.xlsx). In there are defences and mitigations for disinformation, categorised by disinformation technique, the resources needed for it etc. There's also . So far, we have: +Countermeasures are shown grouped by: -* lists by tactic stage and technique (see https://github.com/misinfosecproject/amitt_framework for descriptions of these) in directory [tactics](tactics), with a clickable grid for this in [counter_tactic_counts.md](counter_tactic_counts.md) -* lists by a higher-level label, "metatechnique",in directory [counter_metatag](counter_metatag), with a clickable grid for this in [counter_metatag_counts.md](counter_metatag_counts.md) (To be fair this is mostly so we can group and make sure we're getting the cleaning right.) -* - lists of what each type of person can do in [counter_resource_counts.md](counter_resource_counts.md). +* Red team tactic stage and technique (see https://github.com/misinfosecproject/amitt_framework for descriptions of these) in directory [tactics](tactics), with a clickable grid for this in [counter_tactic_counts.md](counter_tactic_counts.md) +* A higher-level label, "metatechnique",in directory [counter_metatag](counter_metatag), with a clickable grid for this in [counter_metatag_counts.md](counter_metatag_counts.md) (To be fair this is mostly so we can group and make sure we're getting the cleaning right.) +* The types of people who can respond [counter_resource_counts.md](counter_resource_counts.md). ## Updating the HTML pages @@ -50,4 +52,4 @@ AMITT is currently maintained by the [CogSecCollab](http://cogsec-collab.org/), We would like to thank everyone who's contributed to, and continues to contribute to AMITT over the years. We'd also love any and all suggestions for improvements, comments and offers of help - either reach out to us, or add to this repo's issues list. -AMITT is licensed under [CC-BY-4.0](LICENSE.md) \ No newline at end of file +AMITT is licensed under [CC-BY-4.0](LICENSE.md)