mirror of https://github.com/MISP/misp-objects
chg: [shadowserver-malware-url-report] sane_default added
parent
23e41b2262
commit
f02af50725
|
@ -4,6 +4,12 @@
|
||||||
"description": "Application layer protocol where occurrence of the URL was observed. Examples: http, https, ssh, telnet. ",
|
"description": "Application layer protocol where occurrence of the URL was observed. Examples: http, https, ssh, telnet. ",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
|
"sane_default": [
|
||||||
|
"http",
|
||||||
|
"https",
|
||||||
|
"ssh",
|
||||||
|
"telnet"
|
||||||
|
],
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"asn": {
|
"asn": {
|
||||||
|
@ -105,5 +111,5 @@
|
||||||
"url"
|
"url"
|
||||||
],
|
],
|
||||||
"uuid": "0211496c-dbcf-465b-a147-3d965da016cc",
|
"uuid": "0211496c-dbcf-465b-a147-3d965da016cc",
|
||||||
"version": 3
|
"version": 4
|
||||||
}
|
}
|
Loading…
Reference in New Issue