mirror of https://github.com/MISP/misp-objects
add: Added hostname (src & dst) attributes
parent
d66b35739d
commit
536f647135
|
@ -41,6 +41,16 @@
|
||||||
],
|
],
|
||||||
"misp-attribute": "port"
|
"misp-attribute": "port"
|
||||||
},
|
},
|
||||||
|
"hostname-src": {
|
||||||
|
"description": "Source hostname of the network connection.",
|
||||||
|
"ui-priority": 1,
|
||||||
|
"misp-attribute": "hostname"
|
||||||
|
},
|
||||||
|
"hostname-dst": {
|
||||||
|
"description": "Destination hostname of the network connection.",
|
||||||
|
"ui-priority": 1,
|
||||||
|
"misp-attribute": "hostname"
|
||||||
|
},
|
||||||
"layer3-protocol": {
|
"layer3-protocol": {
|
||||||
"description": "Layer 3 protocol of the network connection.",
|
"description": "Layer 3 protocol of the network connection.",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
|
|
Loading…
Reference in New Issue