From a6c703612f9dd5edf829a00bec57873d1881d197 Mon Sep 17 00:00:00 2001 From: eli-cyb <76456568+eli-cyb@users.noreply.github.com> Date: Thu, 24 Jun 2021 16:59:15 +0100 Subject: [PATCH] Update machinetag.json Added the value "business email compromise" as part of the distribution predicate. Previously not included in as an available tag. --- phishing/machinetag.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/phishing/machinetag.json b/phishing/machinetag.json index 84e1d50..c917a98 100644 --- a/phishing/machinetag.json +++ b/phishing/machinetag.json @@ -79,6 +79,11 @@ "value": "sms-phishing", "expanded": "SMS phishing", "description": "Adversary sends an SMS to a potential victims to gather sensitive information or use another phishing technique at a later stage." + }, + { + "value": "business email compromise", + "expanded": "Business Email Compromise", + "description": "Adversary sends an email containing a malicious artefact from a legitimate businrdd email address which has connections to you as an individual or your organisation." } ] },