-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathms_conf_db.toml.orig
More file actions
107 lines (88 loc) · 3.03 KB
/
ms_conf_db.toml.orig
File metadata and controls
107 lines (88 loc) · 3.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
# CT Log Monitoring Configuration
[ct_logs]
# Poll interval in seconds (default: 10)
poll_interval_secs = 10
# Number of entries to fetch per request (default: 256)
batch_size = 256
# CT log list URL (default: Google's list)
log_list_url = "https://www.gstatic.com/ct/log_list/v3/all_logs_list.json"
state_backend = "database" # or "file" (default)
# state_backend = "file" # or omit entirely
# State file for tracking progress (default: ct-scout-state.toml)
# state_file = "ms-ct-scout-state.toml"
# Include all logs from the list - including rejected, etc.
include_all_logs = false
# Maximum number of logs to monitor concurrently (default: 100)
max_concurrent_logs = 250
parse_precerts = true
# Optional: Specify custom CT logs instead of fetching from list
# custom_logs = [
# "https://ct.googleapis.com/logs/argon2024/",
# "https://ct.cloudflare.com/logs/nimbus2024/"
# ]
[database]
enabled = true
# url = "postgresql://localhost/ctscout" # Or your Neon connection string
url = "postgresql://ctscout:QT%2AvbqeaUb9Q%21i_Di-ku@ep-aged-recipe-ag2e2p2m-pooler.c-2.eu-central-1.aws.neon.tech/neondb?sslmode=require&channel_binding=require"
max_connections = 20
[webhook]
# url = "https://blue-cosmos-69.webhook.cool"
# url = "https://mws02-51689.wykr.es/webhook-test/dfb605f5-f4aa-4c5b-9781-22e0372ec67b" # test webhook
url = "https://mws02-51689.wykr.es/webhook/dfb605f5-f4aa-4c5b-9781-22e0372ec67b"
# secret = "enter_secret_here" # optional, can be empty or ommited. If set, will create a X-Ctscout-Signature header with HMAC-SHA256 of the payload.
timeout_secs = 5
[platforms]
sync_interval_hours = 6
max_programs_per_platform = 100 # Global default
[platforms.hackerone]
enabled = true
username = "klumz33"
api_token = "45w6EJ/5eEfOXwME0LyMmVkuFMDJ/BHEPBoFPkD9P+4="
filter = "bookmarked" # "bookmarked" (default) or "all"
max_programs = 50 # Optional: override global max
[platforms.intigriti]
enabled = true
api_token = "0F084816A8A7F8DD62F256DCFFCC79D29154FDC60EBAC066CE67469D2084893B-1"
filter = "following" # "following" (default) or "all"
max_programs = 75 # Optional: override global max
[logging]
level = "warning"
#level = "info"
[watchlist]
domains = [
"*.toolsforhumanity.com",
"*.spapp.zabka.pl",
"*.inspectorio.com",
"*.world.org",
"*.worldcoin.org",
"*.zabka.pl",
"*.socialdeal.nl"
]
hosts = [
# nothing for now
]
ips = [
# "xxx.xxx.xxx.xxx"
]
cidrs = [
]
[[programs]]
name = "Hilton"
domains = [".hilton.com", ".hilton.io"]
cidrs = ["203.79.37.2/29", "192.251.125.0/24", "192.251.124.0/24", "62.216.152.46/29", "192.251.123.0/24", "192.251.126.0/24", "82.196.42.196/28", "121.200.237.36/29", "167.187.0.0/16"]
[[programs]]
name = "IBM"
domains = [".ibm.com"]
cidrs = [ ]
[[programs]]
name = "Inspectorio"
hosts = [
"rise.stg.inspectorio.com",
"rise-api.stg.inspectorio.com",
"report-html-sight.stg.inspectorio.com",
"id.stg.inspectorio.com",
"files-stg.inspectorio.com",
"docuflow.stg.inspectorio.com",
"app.stg.inspectorio.com",
"api.stg.inspectorio.com",
]