-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.ini.sample
46 lines (39 loc) · 952 Bytes
/
config.ini.sample
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
[GENERAL]
# Check if the ip address can be ignored, based on a list of name patterns
pattern_ip = amazonaws.com
google
.net.br
.com.br
# Check if the ip address can be ignored based on it's ASN
pattern_org = AS8075
AS36351
# AS8075 Microsoft Corporation
# AS36351 SoftLayer Technologies Inc
# country_ignore can be a list
country_ignore = BR
ipinfo_token = XXXXXXXX
# List of email address that can be skipped
# email_skip =
[SMTP]
enabled = False
from = your_mail@from
to = your_mail@to
host = localhost
port = 587
ssl = False
user = username
pass = password
subject = SMTP authentication, anomalies found...
[MATTERMOST]
enabled = False
url = https://your_mm_url
api_key = XXXXXXXX
channel = channel
icon_url = https://your_icon_logo_url
username = username
[TEAMS]
enabled = False
url = https://your_teams_webhook_url
title = Anomaly found
button_caption = See more about this on
button_url = https://your_documentation_url