From 8c576c2da8342c612d7ee19c56ade5f20be4239f Mon Sep 17 00:00:00 2001 From: Valentin Giannini Date: Thu, 18 Jan 2018 16:23:39 +0100 Subject: [PATCH] add missing --- CERT-XLM/machinetag.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CERT-XLM/machinetag.json b/CERT-XLM/machinetag.json index be80c11..962cbb8 100755 --- a/CERT-XLM/machinetag.json +++ b/CERT-XLM/machinetag.json @@ -125,6 +125,11 @@ "value": "domain-compromise", "expanded": "Domain Compromise", "description": "The whole domain is compromised; this is commonly used for active directory and detected by a “pass the ticket” attack or a discovery of “ad dumps” files." + }, + { + "value": "application-compromise", + "expanded": "Application Compromise", + "description": "An application is compromised; the attacker possess an uncontrolled access to data, server, and assets used by this application (CMDB, DB, Backend services, etc.)." } ] },