Merge pull request #57 from gbossert/killchain-weaponization

Typo fix: replaces weaponiSation by weaponiZation
pull/58/head
Alexandre Dulaunoy 2017-01-09 13:28:18 +01:00 committed by GitHub
commit f65e0a9b6e
1 changed files with 2 additions and 2 deletions

View File

@ -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."
},
{