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 address
pull/187/head
chrisr3d 2019-07-05 15:57:11 +02:00
parent c3618fcf52
commit bfb325b907
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 10 additions and 0 deletions

View File

@ -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,