chg: [victim] add a domain to field to reference a victim by their Internet domain name

pull/249/head
Alexandre Dulaunoy 2020-04-15 09:39:32 +02:00
parent 95ea0f714e
commit ef01e6e37b
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 7 additions and 1 deletions

View File

@ -112,9 +112,15 @@
"misp-attribute": "ip-dst",
"ui-priority": 1,
"multiple": true
},
"domain": {
"description": "Domain name of the organisation targeted.",
"misp-attribute": "domain",
"ui-priority": 1,
"multiple": true
}
},
"version": 5,
"version": 6,
"description": "Victim object describes the target of an attack or abuse.",
"meta-category": "misc",
"uuid": "a8806e40-39ad-435f-be02-ac2a13d6fc7d",