We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bbab1f commit 499392cCopy full SHA for 499392c
1 file changed
objects/domain-ip/definition.json
@@ -16,6 +16,11 @@
16
"misp-attribute": "datetime",
17
"ui-priority": 0
18
},
19
+ "hostname": {
20
+ "description": "Hostname related to the IP",
21
+ "misp-attribute": "hostname",
22
+ "ui-priority": 1
23
+ },
24
"ip": {
25
"categories": [
26
"Network activity",
@@ -56,13 +61,14 @@
56
61
"ui-priority": 1
57
62
}
58
63
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.",
60
65
"meta-category": "network",
66
"name": "domain-ip",
- "required": [
67
+ "requiredOneOf": [
68
"ip",
- "domain"
69
+ "domain",
70
+ "hostname"
71
],
72
"uuid": "43b3b146-77eb-4931-b4cc-b66c60f28734",
- "version": 8
73
+ "version": 9
74
0 commit comments