chg: [network-connection] community-id added

pull/195/head
Alexandre Dulaunoy 2019-07-13 10:22:18 +02:00
parent d504979f10
commit 17f1b75973
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 10 additions and 3 deletions

View File

@ -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"
] ]
} }