mirror of https://github.com/MISP/misp-objects
add: [network-connection] Added a `last-packet-seen` attribute
parent
9c51feb43b
commit
0e9ae98b49
|
@ -53,6 +53,12 @@
|
|||
"misp-attribute": "ip-src",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"last-packet-seen": {
|
||||
"description": "Datetime of the last packet seen.",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "datetime",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"layer3-protocol": {
|
||||
"description": "Layer 3 protocol of the network connection.",
|
||||
"disable_correlation": true,
|
||||
|
|
Loading…
Reference in New Issue