chg: [network-socket] add filename to object template

Reported-by: Belgian Defence - Tancred
pull/239/head
Alexandre Dulaunoy 2020-03-04 14:25:26 +01:00
parent 1e5bb552f8
commit 3d57ee4fd2
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 6 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"uuid": "48bbfd72-ef8e-4649-b14d-41b4b5a0eba2",
"meta-category": "network",
"description": "Network socket object describes a local or remote network connections based on the socket data structure.",
"version": 1,
"version": 2,
"attributes": {
"ip-src": {
"description": "Source (local) IP address of the network socket connection.",
@ -14,6 +14,11 @@
],
"misp-attribute": "ip-src"
},
"filename": {
"description": "Socket using filename",
"ui-priority": 1,
"misp-attribute": "filename"
},
"hostname-src": {
"description": "Source (local) hostname of the network socket connection.",
"ui-priority": 1,