Merge pull request #57 from gbossert/killchain-weaponization
Typo fix: replaces weaponiSation by weaponiZationpull/58/head
commit
f65e0a9b6e
|
@ -2,14 +2,14 @@
|
|||
"namespace": "kill-chain",
|
||||
"expanded": "Cyber Kill Chain",
|
||||
"description": "The Cyber Kill Chain, a phase-based model developed by Lockheed Martin, aims to help categorise and identify the stage of an attack.",
|
||||
"version": 1,
|
||||
"version": 2,
|
||||
"predicates": [
|
||||
{
|
||||
"value": "Reconnaissance",
|
||||
"expanded": "Research, identification and selection of targets, often represented as crawling Internet websites such as conference proceedings and mailing lists for email addresses, social relationships, or information on specific technologies."
|
||||
},
|
||||
{
|
||||
"value": "Weaponisation",
|
||||
"value": "Weaponization",
|
||||
"expanded": "Coupling a remote access trojan with an exploit into a deliverable payload, typically by means of an automated tool (weaponizer). Increasingly, client application data files such as Adobe Portable Document Format (PDF) or Microsoft Office documents serve as the weaponized deliverable."
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue