mirror of https://github.com/MISP/misp-objects
chg: [network-socket] add filename to object template
Reported-by: Belgian Defence - Tancredpull/239/head
parent
1e5bb552f8
commit
3d57ee4fd2
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue