chg: [trustar_report] Updated to add "THREAT_ACTOR"

Fixing #273
pull/304/head
Alexandre Dulaunoy 2021-01-05 09:30:28 +01:00
parent d6d515d3d8
commit 2cb16e7be0
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 7 additions and 1 deletions

View File

@ -84,6 +84,12 @@
"multiple": true,
"ui-priority": 1
},
"THREAT_ACTOR": {
"description": "A string identifying the threat actor.",
"misp-attribute": "threat-actor",
"multiple": true,
"ui-priority": 1
},
"URL": {
"description": "A Uniform Resource Locator (URL) is a reference to a web resource that specifies its location on a computer network and a mechanism for retrieving it.",
"misp-attribute": "url",
@ -95,5 +101,5 @@
"meta-category": "network",
"name": "trustar_report",
"uuid": "8ff46cf1-db04-4453-ba46-d004e1ef6b7a",
"version": 1
"version": 2
}