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",
|
"uuid": "af16764b-f8e5-4603-9de1-de34d272f80b",
|
||||||
"meta-category": "network",
|
"meta-category": "network",
|
||||||
"description": "A local or remote network connection.",
|
"description": "A local or remote network connection.",
|
||||||
"version": 2,
|
"version": 3,
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"ip-src": {
|
"ip-src": {
|
||||||
"description": "Source IP address of the nework connection.",
|
"description": "Source IP address of the nework connection.",
|
||||||
|
@ -86,7 +86,13 @@
|
||||||
"first-packet-seen": {
|
"first-packet-seen": {
|
||||||
"misp-attribute": "datetime",
|
"misp-attribute": "datetime",
|
||||||
"ui-priority": 1,
|
"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": [
|
"requiredOneOf": [
|
||||||
|
@ -94,6 +100,7 @@
|
||||||
"ip-src",
|
"ip-src",
|
||||||
"ip-dst",
|
"ip-dst",
|
||||||
"src-port",
|
"src-port",
|
||||||
"dst-port"
|
"dst-port",
|
||||||
|
"community-id"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue