mirror of https://github.com/MISP/misp-objects
fix: add missing destination and source port
parent
2f433a5e5c
commit
1fe3e79a05
|
@ -61,11 +61,23 @@
|
|||
"misp-attribute": "ip-src"
|
||||
},
|
||||
"dst_ip": {
|
||||
"description": "Destionation IP address of the session",
|
||||
"description": "Destination IP address of the session",
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "ip-dst",
|
||||
"disable_correlation": true
|
||||
},
|
||||
"src_port": {
|
||||
"description": "Source port of the session",
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "port",
|
||||
"disable_correlation": true
|
||||
},
|
||||
"dst_port": {
|
||||
"description": "Destination port of the session",
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "port",
|
||||
"disable_correlation": true
|
||||
},
|
||||
"isError": {
|
||||
"description": "isError",
|
||||
"ui-priority": 1,
|
||||
|
|
Loading…
Reference in New Issue