2020-03-31 14:12:49 +02:00
|
|
|
{
|
|
|
|
"loglevel": "INFO",
|
2020-04-03 17:51:58 +02:00
|
|
|
"splash_loglevel": "WARNING",
|
2020-03-31 14:12:49 +02:00
|
|
|
"only_global_lookups": true,
|
|
|
|
"splash_url": "http://127.0.0.1:8050",
|
2020-04-01 17:44:06 +02:00
|
|
|
"cache_clean_user": {},
|
2020-04-22 12:03:10 +02:00
|
|
|
"time_delta_on_index": {
|
|
|
|
"weeks": 0,
|
|
|
|
"days": 1,
|
|
|
|
"hours": 0
|
|
|
|
},
|
2020-05-11 19:01:02 +02:00
|
|
|
"enable_mail_notification": false,
|
|
|
|
"email": {
|
|
|
|
"from": "Lookyloo <lookyloo@myorg.local>",
|
|
|
|
"to": "Investigation Team <investigation_unit@myorg.local>",
|
|
|
|
"subject": "Capture from Lookyloo to review",
|
|
|
|
"domain": "lookyloo.myorg.local",
|
|
|
|
"smtp_host": "localhost",
|
|
|
|
"smtp_port": "25"
|
|
|
|
},
|
2020-03-31 14:12:49 +02:00
|
|
|
"_notes": {
|
2020-04-03 17:51:58 +02:00
|
|
|
"loglevel": "(lookyloo) Can be one of the value listed here: https://docs.python.org/3/library/logging.html#levels",
|
|
|
|
"splash_loglevel": "(Splash) INFO is *very* verbose.",
|
2020-03-31 14:12:49 +02:00
|
|
|
"only_global_lookups": "Set it to True if your instance is publicly available so users aren't able to scan your internal network",
|
2020-04-03 17:51:58 +02:00
|
|
|
"splash_url": "URL to connect to splash",
|
2020-04-22 12:03:10 +02:00
|
|
|
"cache_clean_user": "Format: {username: password}",
|
2020-05-11 19:01:02 +02:00
|
|
|
"time_delta_on_index": "Time interval of the capture displayed on the index",
|
|
|
|
"enable_mail_notification": "Enable email notification or not",
|
|
|
|
"email": "Configuration for sending email notifications."
|
2020-03-31 14:12:49 +02:00
|
|
|
}
|
|
|
|
}
|