mirror of https://github.com/MISP/misp-objects
chg: [ip-port] ip-src added to fix #149
parent
006aa1d1a2
commit
c5532621b6
|
@ -4,7 +4,8 @@
|
|||
"src-port",
|
||||
"domain",
|
||||
"hostname",
|
||||
"ip"
|
||||
"ip",
|
||||
"ip-src"
|
||||
],
|
||||
"attributes": {
|
||||
"text": {
|
||||
|
@ -74,9 +75,19 @@
|
|||
"ui-priority": 1,
|
||||
"misp-attribute": "ip-dst",
|
||||
"multiple": true
|
||||
},
|
||||
"ip-src": {
|
||||
"description": "source IP address",
|
||||
"categories": [
|
||||
"Network activity",
|
||||
"External analysis"
|
||||
],
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "ip-src",
|
||||
"multiple": true
|
||||
}
|
||||
},
|
||||
"version": 7,
|
||||
"version": 8,
|
||||
"description": "An IP address (or domain or hostname) and a port seen as a tuple (or as a triple) in a specific time frame.",
|
||||
"meta-category": "network",
|
||||
"uuid": "9f8cea74-16fe-4968-a2b4-026676949ac6",
|
||||
|
|
Loading…
Reference in New Issue