Merge branch 'main' of github.com:MISP/misp-objects into main

pull/315/head
Alexandre Dulaunoy 2021-05-11 15:01:53 +02:00
commit 8bb8a1d22c
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 13 additions and 1 deletions

View File

@ -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-priority": 1
},
"src-port": {
"categories": [
"Network activity",
@ -195,5 +207,5 @@
"dst-port"
],
"uuid": "48bbfd72-ef8e-4649-b14d-41b4b5a0eba2",
"version": 2
"version": 3
}