2018-05-03 14:11:14 +02:00
|
|
|
{
|
2018-05-03 14:18:15 +02:00
|
|
|
"attributes": {
|
2020-04-26 02:10:02 +02:00
|
|
|
"community-id": {
|
|
|
|
"description": "Flow description as a community ID hash value",
|
|
|
|
"misp-attribute": "community-id",
|
|
|
|
"ui-priority": 1
|
2018-05-03 14:11:14 +02:00
|
|
|
},
|
2022-06-17 10:05:09 +02:00
|
|
|
"count": {
|
|
|
|
"description": "Number of similar network connections seen",
|
|
|
|
"misp-attribute": "counter",
|
|
|
|
"ui-priority": 1
|
|
|
|
},
|
2023-03-07 23:26:51 +01:00
|
|
|
"dst-bytes-count": {
|
2023-03-07 16:45:51 +01:00
|
|
|
"description": "Number of bytes sent from the source to the destination.",
|
|
|
|
"disable_correlation": true,
|
2024-04-11 09:42:06 +02:00
|
|
|
"misp-attribute": "size-in-bytes",
|
2023-03-07 16:45:51 +01:00
|
|
|
"ui-priority": 0
|
|
|
|
},
|
2023-03-07 23:19:08 +01:00
|
|
|
"dst-packets-count": {
|
2023-03-07 16:45:51 +01:00
|
|
|
"description": "Number of packets sent from the source to the destination.",
|
|
|
|
"disable_correlation": true,
|
|
|
|
"misp-attribute": "counter",
|
|
|
|
"ui-priority": 0
|
|
|
|
},
|
2020-04-26 02:10:02 +02:00
|
|
|
"dst-port": {
|
2018-05-03 14:11:14 +02:00
|
|
|
"categories": [
|
|
|
|
"Network activity",
|
|
|
|
"External analysis"
|
|
|
|
],
|
2020-04-26 02:10:02 +02:00
|
|
|
"description": "Destination port of the nework connection.",
|
|
|
|
"misp-attribute": "port",
|
|
|
|
"ui-priority": 1
|
2018-05-03 14:11:14 +02:00
|
|
|
},
|
2020-04-26 02:10:02 +02:00
|
|
|
"first-packet-seen": {
|
|
|
|
"description": "Datetime of the first packet seen.",
|
|
|
|
"disable_correlation": true,
|
|
|
|
"misp-attribute": "datetime",
|
|
|
|
"ui-priority": 1
|
|
|
|
},
|
|
|
|
"hostname-dst": {
|
|
|
|
"description": "Destination hostname of the network connection.",
|
|
|
|
"misp-attribute": "hostname",
|
|
|
|
"ui-priority": 1
|
|
|
|
},
|
|
|
|
"hostname-src": {
|
|
|
|
"description": "Source hostname of the network connection.",
|
|
|
|
"misp-attribute": "hostname",
|
|
|
|
"ui-priority": 1
|
|
|
|
},
|
|
|
|
"ip-dst": {
|
2018-05-03 14:11:14 +02:00
|
|
|
"categories": [
|
|
|
|
"Network activity",
|
|
|
|
"External analysis"
|
|
|
|
],
|
2020-04-26 02:10:02 +02:00
|
|
|
"description": "Destination IP address of the nework connection.",
|
|
|
|
"misp-attribute": "ip-dst",
|
|
|
|
"ui-priority": 1
|
2018-05-03 14:11:14 +02:00
|
|
|
},
|
2020-04-26 02:10:02 +02:00
|
|
|
"ip-src": {
|
2018-05-03 14:11:14 +02:00
|
|
|
"categories": [
|
|
|
|
"Network activity",
|
|
|
|
"External analysis"
|
|
|
|
],
|
2020-04-26 02:10:02 +02:00
|
|
|
"description": "Source IP address of the nework connection.",
|
|
|
|
"misp-attribute": "ip-src",
|
|
|
|
"ui-priority": 1
|
2018-05-08 09:03:57 +02:00
|
|
|
},
|
2023-03-06 12:02:24 +01:00
|
|
|
"last-packet-seen": {
|
|
|
|
"description": "Datetime of the last packet seen.",
|
|
|
|
"disable_correlation": true,
|
|
|
|
"misp-attribute": "datetime",
|
|
|
|
"ui-priority": 1
|
|
|
|
},
|
2018-05-03 14:11:14 +02:00
|
|
|
"layer3-protocol": {
|
|
|
|
"description": "Layer 3 protocol of the network connection.",
|
2020-04-26 02:10:02 +02:00
|
|
|
"disable_correlation": true,
|
|
|
|
"misp-attribute": "text",
|
2018-05-03 14:11:14 +02:00
|
|
|
"sane_default": [
|
|
|
|
"IP",
|
|
|
|
"ICMP",
|
|
|
|
"ARP"
|
|
|
|
],
|
2020-04-26 02:10:02 +02:00
|
|
|
"ui-priority": 0
|
2018-05-03 14:11:14 +02:00
|
|
|
},
|
|
|
|
"layer4-protocol": {
|
|
|
|
"description": "Layer 4 protocol of the network connection.",
|
2020-04-26 02:10:02 +02:00
|
|
|
"disable_correlation": true,
|
|
|
|
"misp-attribute": "text",
|
2018-05-03 14:11:14 +02:00
|
|
|
"sane_default": [
|
|
|
|
"TCP",
|
|
|
|
"UDP"
|
|
|
|
],
|
2020-04-26 02:10:02 +02:00
|
|
|
"ui-priority": 0
|
2018-05-03 14:11:14 +02:00
|
|
|
},
|
|
|
|
"layer7-protocol": {
|
|
|
|
"description": "Layer 7 protocol of the network connection.",
|
2020-04-26 02:10:02 +02:00
|
|
|
"disable_correlation": true,
|
|
|
|
"misp-attribute": "text",
|
2018-05-03 14:11:14 +02:00
|
|
|
"sane_default": [
|
|
|
|
"HTTP",
|
|
|
|
"HTTPS",
|
|
|
|
"FTP"
|
|
|
|
],
|
2020-04-26 02:10:02 +02:00
|
|
|
"ui-priority": 0
|
2018-05-03 14:11:14 +02:00
|
|
|
},
|
2023-03-03 14:55:09 +01:00
|
|
|
"mac-dst": {
|
|
|
|
"description": "Destination MAC address of the network connection.",
|
|
|
|
"misp-attribute": "mac-address",
|
|
|
|
"ui-priority": 1
|
|
|
|
},
|
|
|
|
"mac-src": {
|
|
|
|
"description": "Source MAC address of the network connection.",
|
|
|
|
"misp-attribute": "mac-address",
|
|
|
|
"ui-priority": 1
|
|
|
|
},
|
2023-03-07 23:26:51 +01:00
|
|
|
"src-bytes-count": {
|
2023-03-07 16:45:51 +01:00
|
|
|
"description": "Number of bytes sent from the destination to the source.",
|
|
|
|
"disable_correlation": true,
|
2024-04-11 09:42:06 +02:00
|
|
|
"misp-attribute": "size-in-bytes",
|
2023-03-07 16:45:51 +01:00
|
|
|
"ui-priority": 0
|
|
|
|
},
|
2023-03-07 23:19:08 +01:00
|
|
|
"src-packets-count": {
|
2023-03-07 16:45:51 +01:00
|
|
|
"description": "Number of packets sent from the destination to the source.",
|
|
|
|
"disable_correlation": true,
|
|
|
|
"misp-attribute": "counter",
|
|
|
|
"ui-priority": 0
|
|
|
|
},
|
2020-04-26 02:10:02 +02:00
|
|
|
"src-port": {
|
|
|
|
"categories": [
|
|
|
|
"Network activity",
|
|
|
|
"External analysis"
|
|
|
|
],
|
|
|
|
"description": "Source port of the nework connection.",
|
|
|
|
"misp-attribute": "port",
|
|
|
|
"ui-priority": 1
|
2018-05-03 14:11:14 +02:00
|
|
|
}
|
|
|
|
},
|
2020-04-26 02:10:02 +02:00
|
|
|
"description": "A local or remote network connection.",
|
|
|
|
"meta-category": "network",
|
|
|
|
"name": "network-connection",
|
2018-05-03 14:28:46 +02:00
|
|
|
"requiredOneOf": [
|
2018-05-03 14:11:14 +02:00
|
|
|
"first-packet-seen",
|
|
|
|
"ip-src",
|
|
|
|
"ip-dst",
|
|
|
|
"src-port",
|
2019-07-13 10:22:18 +02:00
|
|
|
"dst-port",
|
|
|
|
"community-id"
|
2020-04-26 02:10:02 +02:00
|
|
|
],
|
|
|
|
"uuid": "af16764b-f8e5-4603-9de1-de34d272f80b",
|
2024-04-11 09:42:06 +02:00
|
|
|
"version": 7
|
2020-04-26 02:10:02 +02:00
|
|
|
}
|