Skip to content

Commit 499392c

Browse files
committed
chg: [domain-ip] hostname added as an attribute
1 parent 7bbab1f commit 499392c

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

objects/domain-ip/definition.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
"misp-attribute": "datetime",
1717
"ui-priority": 0
1818
},
19+
"hostname": {
20+
"description": "Hostname related to the IP",
21+
"misp-attribute": "hostname",
22+
"ui-priority": 1
23+
},
1924
"ip": {
2025
"categories": [
2126
"Network activity",
@@ -56,13 +61,14 @@
5661
"ui-priority": 1
5762
}
5863
},
59-
"description": "A domain and IP address seen as a tuple in a specific time frame.",
64+
"description": "A domain/hostname and IP address seen as a tuple in a specific time frame.",
6065
"meta-category": "network",
6166
"name": "domain-ip",
62-
"required": [
67+
"requiredOneOf": [
6368
"ip",
64-
"domain"
69+
"domain",
70+
"hostname"
6571
],
6672
"uuid": "43b3b146-77eb-4931-b4cc-b66c60f28734",
67-
"version": 8
73+
"version": 9
6874
}

0 commit comments

Comments
 (0)