fix: [feeds] broken JSON fixed for the meta feeds

pull/9474/head
Alexandre Dulaunoy 2023-12-29 17:13:43 +01:00
parent aa6d84af30
commit 2873408558
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 28 additions and 28 deletions

View File

@ -1739,33 +1739,33 @@
} }
}, },
{ {
"Feed": { "Feed": {
"name": "List of malicious hashes", "name": "List of malicious hashes",
"provider": "Banco do Brasil S.A", "provider": "Banco do Brasil S.A",
"url": "https://cti.bb.com.br:8443/hash-list.csv", "url": "https://cti.bb.com.br:8443/hash-list.csv",
"rules": "{\"tags\":{\"OR\":[],\"NOT\":[]},\"orgs\":{\"OR\":[],\"NOT\":[]},\"type_attributes\":{\"NOT\":[]},\"type_objects\":{\"NOT\":[]},\"url_params\":\"\"}", "rules": "{\"tags\":{\"OR\":[],\"NOT\":[]},\"orgs\":{\"OR\":[],\"NOT\":[]},\"type_attributes\":{\"NOT\":[]},\"type_objects\":{\"NOT\":[]},\"url_params\":\"\"}",
"enabled": true, "enabled": true,
"distribution": "0", "distribution": "0",
"default": false, "default": false,
"source_format": "csv", "source_format": "csv",
"fixed_event": true, "fixed_event": true,
"delta_merge": false, "delta_merge": false,
"event_id": "0", "event_id": "0",
"publish": false, "publish": false,
"override_ids": false, "override_ids": false,
"settings": "{\"disable_correlation\":\"0\",\"csv\":{\"value\":\"\",\"delimiter\":\"\"},\"common\":{\"excluderegex\":\"\"}}", "settings": "{\"disable_correlation\":\"0\",\"csv\":{\"value\":\"\",\"delimiter\":\"\"},\"common\":{\"excluderegex\":\"\"}}",
"input_source": "network", "input_source": "network",
"delete_local_file": false, "delete_local_file": false,
"lookup_visible": false, "lookup_visible": false,
"headers": "", "headers": "",
"caching_enabled": true, "caching_enabled": true,
"force_to_ids": false, "force_to_ids": false
}, },
"Tag": { "Tag": {
"name": "osint:source-type=\"block-or-filter-list\"", "name": "osint:source-type=\"block-or-filter-list\"",
"colour": "#004577", "colour": "#004577",
"exportable": true, "exportable": true,
"hide_tag": false, "hide_tag": false
} }
} }
] ]