mirror of https://github.com/MISP/misp-objects
fix: [shadowserver-malware-url-report] `port` field added
parent
4dd61cb063
commit
c536f2f318
|
@ -42,6 +42,12 @@
|
|||
"multiple": true,
|
||||
"ui-priority": 0
|
||||
},
|
||||
"port": {
|
||||
"description": "Port of the URL",
|
||||
"misp-attribute": "port",
|
||||
"multiple": true,
|
||||
"ui-priority": 0
|
||||
},
|
||||
"region": {
|
||||
"description": "Regional location of the IP in question",
|
||||
"disable_correlation": true,
|
||||
|
@ -93,5 +99,5 @@
|
|||
"url"
|
||||
],
|
||||
"uuid": "0211496c-dbcf-465b-a147-3d965da016cc",
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
Loading…
Reference in New Issue