mirror of https://github.com/MISP/misp-objects
chg: [network-connection] community-id added
parent
d504979f10
commit
17f1b75973
|
@ -3,7 +3,7 @@
|
|||
"uuid": "af16764b-f8e5-4603-9de1-de34d272f80b",
|
||||
"meta-category": "network",
|
||||
"description": "A local or remote network connection.",
|
||||
"version": 2,
|
||||
"version": 3,
|
||||
"attributes": {
|
||||
"ip-src": {
|
||||
"description": "Source IP address of the nework connection.",
|
||||
|
@ -86,7 +86,13 @@
|
|||
"first-packet-seen": {
|
||||
"misp-attribute": "datetime",
|
||||
"ui-priority": 1,
|
||||
"description": "Datetime of the first packet seen."
|
||||
"description": "Datetime of the first packet seen.",
|
||||
"disable_correlation": true
|
||||
},
|
||||
"community-id": {
|
||||
"misp-attribute": "community-id",
|
||||
"ui-priority": 1,
|
||||
"description": "Flow description as a community ID hash value"
|
||||
}
|
||||
},
|
||||
"requiredOneOf": [
|
||||
|
@ -94,6 +100,7 @@
|
|||
"ip-src",
|
||||
"ip-dst",
|
||||
"src-port",
|
||||
"dst-port"
|
||||
"dst-port",
|
||||
"community-id"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue