mirror of https://github.com/MISP/misp-objects
add: [network-socket] Added Socket type attribute
parent
60be6a5938
commit
5028d5d99f
|
@ -165,6 +165,18 @@
|
|||
"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": {
|
||||
"categories": [
|
||||
"Network activity",
|
||||
|
@ -195,5 +207,5 @@
|
|||
"dst-port"
|
||||
],
|
||||
"uuid": "48bbfd72-ef8e-4649-b14d-41b4b5a0eba2",
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
Loading…
Reference in New Issue