-
Notifications
You must be signed in to change notification settings - Fork 55
/
config.json
46 lines (46 loc) · 935 Bytes
/
config.json
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
{
"default-http-response": {
"content-type": "text/html",
"body": "static/poc.html"
},
"traps": {
"/v1/get-pass": {
"user=jack": {
"note": "token is embedded in secret.doc",
"http-response": {
"content-type": "image/png",
"body": "static/pixel.png"
}
},
"page=2": {
"note": "hidden link in login page"
}
}
},
"alert": {
"slack": {
"enabled": "false",
"webhook-url": "https://hooks.slack.com/services/T3Sb6EXAMPLE"
},
"email": {
"enabled": "false",
"to_email": "[email protected]",
"smtp_server": "smtp.gmail.com",
"smtp_port": 465,
"smtp_user": "[email protected]",
"smtp_password": "yourpassword"
},
"sms": {
"enabled": "false",
"to_number": "",
"from_number": "",
"twilio_account_sid": "",
"twilio_auth_token": ""
}
},
"threat-intel-lookup": {
"enabled": "false",
"cymon2-user": "",
"cymon2-pass": ""
}
}