Update machinetag.json
Added the value "business email compromise" as part of the distribution predicate. Previously not included in as an available tag.pull/211/head
parent
ffcf1e309d
commit
a6c703612f
|
@ -79,6 +79,11 @@
|
||||||
"value": "sms-phishing",
|
"value": "sms-phishing",
|
||||||
"expanded": "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."
|
"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."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue