chg: [network-connection] disable correlation

pull/122/head
Alexandre Dulaunoy 2018-10-06 20:27:51 +02:00
parent 6ea337654a
commit 09495c3f2a
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 7 additions and 4 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": 1, "version": 2,
"attributes": { "attributes": {
"ip-src": { "ip-src": {
"description": "Source IP address of the nework connection.", "description": "Source IP address of the nework connection.",
@ -59,7 +59,8 @@
"ICMP", "ICMP",
"ARP" "ARP"
], ],
"misp-attribute": "text" "misp-attribute": "text",
"disable_correlation": true
}, },
"layer4-protocol": { "layer4-protocol": {
"description": "Layer 4 protocol of the network connection.", "description": "Layer 4 protocol of the network connection.",
@ -68,7 +69,8 @@
"TCP", "TCP",
"UDP" "UDP"
], ],
"misp-attribute": "text" "misp-attribute": "text",
"disable_correlation": true
}, },
"layer7-protocol": { "layer7-protocol": {
"description": "Layer 7 protocol of the network connection.", "description": "Layer 7 protocol of the network connection.",
@ -78,7 +80,8 @@
"HTTPS", "HTTPS",
"FTP" "FTP"
], ],
"misp-attribute": "text" "misp-attribute": "text",
"disable_correlation": true
}, },
"first-packet-seen": { "first-packet-seen": {
"misp-attribute": "datetime", "misp-attribute": "datetime",