chg: [domain-ip] hostname added as an attribute

pull/302/head
Alexandre Dulaunoy 2020-12-10 19:12:33 +01:00
parent 7bbab1fdf4
commit 499392ca0a
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 10 additions and 4 deletions

View File

@ -16,6 +16,11 @@
"misp-attribute": "datetime", "misp-attribute": "datetime",
"ui-priority": 0 "ui-priority": 0
}, },
"hostname": {
"description": "Hostname related to the IP",
"misp-attribute": "hostname",
"ui-priority": 1
},
"ip": { "ip": {
"categories": [ "categories": [
"Network activity", "Network activity",
@ -56,13 +61,14 @@
"ui-priority": 1 "ui-priority": 1
} }
}, },
"description": "A domain and IP address seen as a tuple in a specific time frame.", "description": "A domain/hostname and IP address seen as a tuple in a specific time frame.",
"meta-category": "network", "meta-category": "network",
"name": "domain-ip", "name": "domain-ip",
"required": [ "requiredOneOf": [
"ip", "ip",
"domain" "domain",
"hostname"
], ],
"uuid": "43b3b146-77eb-4931-b4cc-b66c60f28734", "uuid": "43b3b146-77eb-4931-b4cc-b66c60f28734",
"version": 8 "version": 9
} }