mirror of https://github.com/MISP/misp-objects
chg: [domain-ip] hostname added as an attribute
parent
7bbab1fdf4
commit
499392ca0a
|
@ -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
|
||||||
}
|
}
|
Loading…
Reference in New Issue