From cb3d63215b01780002a8bbe01d65349642aff300 Mon Sep 17 00:00:00 2001 From: Georges Bossert Date: Wed, 4 Jan 2017 16:09:44 +0100 Subject: [PATCH] Registers stix-ttp taxonomy in MANIFEST.json. --- MANIFEST.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MANIFEST.json b/MANIFEST.json index 772f1c2..3879143 100644 --- a/MANIFEST.json +++ b/MANIFEST.json @@ -159,6 +159,11 @@ "description": "The Targeted Threat Index is a metric for assigning an overall threat ranking score to email messages that deliver malware to a victim’s computer. The TTI metric was first introduced at SecTor 2013 by Seth Hardy as part of the talk “RATastrophe: Monitoring a Malware Menagerie” along with Katie Kleemola and Greg Wiseman.", "name": "targeted-threat-index", "version": 1 + }, + { + "description": "Representation of the behavior or modus operandi of cyber adversaries (a.k.a TTP) as normalized in STIX", + "name": "stix-ttp", + "version": 1 } ] }