mirror of https://github.com/CIRCL/lookyloo
38 lines
1.1 KiB
Plaintext
38 lines
1.1 KiB
Plaintext
{
|
|
"VirusTotal": {
|
|
"apikey": null,
|
|
"autosubmit": false
|
|
},
|
|
"PhishingInitiative": {
|
|
"apikey": null,
|
|
"autosubmit": false
|
|
},
|
|
"SaneJS": {
|
|
"enabled": true
|
|
},
|
|
"MISP": {
|
|
"apikey": null,
|
|
"url": "https://misp.url",
|
|
"verify_tls_cert": true,
|
|
"timeout": 10,
|
|
"enable_lookup": false,
|
|
"enable_push": false,
|
|
"default_tags": [],
|
|
"auto_publish": false
|
|
},
|
|
"UniversalWhois": {
|
|
"enabled": false,
|
|
"ipaddress": "127.0.0.1",
|
|
"port": 4243
|
|
},
|
|
"_notes": {
|
|
"apikey": "null disables the module. Pass a string otherwise.",
|
|
"autosubmit": "Automatically submits the URL to the 3rd party service.",
|
|
"VirusTotal": "Module to query Virustotal: https://www.virustotal.com/",
|
|
"PhishingInitiative": "Module to query phishing initiative: https://phishing-initiative.fr/contrib/",
|
|
"SaneJS": "Module to query SaneJS: https://github.com/Lookyloo/sanejs",
|
|
"MISP": "Module to query MISP: https://www.misp-project.org/",
|
|
"UniversalWhois": "Module to query a local instance of uWhoisd: https://github.com/Lookyloo/uwhoisd"
|
|
}
|
|
}
|