mirror of https://github.com/MISP/misp-objects
chg: [network-connection] disable correlation
parent
6ea337654a
commit
09495c3f2a
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue