fix: [shadowserver-malware-url-report] `port` field added

pull/411/head
Alexandre Dulaunoy 2023-12-06 08:45:51 +01:00
parent 4dd61cb063
commit c536f2f318
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 7 additions and 1 deletions

View File

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