add: [network-socket] Added Socket type attribute

pull/315/head
chrisr3d 2021-05-06 15:17:52 +02:00
parent 60be6a5938
commit 5028d5d99f
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 13 additions and 1 deletions

View File

@ -165,6 +165,18 @@
"IP" "IP"
] ]
}, },
"socket-type": {
"description": "Type of the socket.",
"misp-attribute": "text",
"sane-default": [
"SOCK_STREAM",
"SOCK_DGRAM",
"SOCK_RAW",
"SOCK_RDM",
"SOCK_SEQPACKET"
],
"ui-proirity": 1
},
"src-port": { "src-port": {
"categories": [ "categories": [
"Network activity", "Network activity",
@ -195,5 +207,5 @@
"dst-port" "dst-port"
], ],
"uuid": "48bbfd72-ef8e-4649-b14d-41b4b5a0eba2", "uuid": "48bbfd72-ef8e-4649-b14d-41b4b5a0eba2",
"version": 2 "version": 3
} }