mirror of https://github.com/MISP/misp-objects
add: [ip-port] Added ip-dst attribute eeeeeeeeeeeeeeeeeeeeeee
- Users can then choose between "ip" when they do not know whever it is a source or destination IP address, or "ip-src" & "ip-dst" to have more clarity about the IP addresspull/187/head
parent
c3618fcf52
commit
bfb325b907
|
@ -85,6 +85,16 @@
|
|||
"ui-priority": 1,
|
||||
"misp-attribute": "ip-src",
|
||||
"multiple": true
|
||||
},
|
||||
"ip-dst": {
|
||||
"description": "destination IP address",
|
||||
"categories": [
|
||||
"Network activity",
|
||||
"External analysis"
|
||||
],
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "ip-dst",
|
||||
"multiple": true
|
||||
}
|
||||
},
|
||||
"version": 8,
|
||||
|
|
Loading…
Reference in New Issue