add: Added hostname (src & dst) attributes

pull/100/head
chrisr3d 2018-05-08 09:03:57 +02:00
parent d66b35739d
commit 536f647135
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 10 additions and 0 deletions

View File

@ -41,6 +41,16 @@
],
"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": {
"description": "Layer 3 protocol of the network connection.",
"ui-priority": 0,