-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsettings.json.sample
37 lines (37 loc) · 963 Bytes
/
settings.json.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
{
"misp": {
"url": "",
"key": ""
},
"eve_json": "/var/log/suricata/eve.json",
"suricata_socket": "/var/run/suricata/suricata-command.socket",
"metadata": "sightings",
"tmp_file": "/tmp/last_run",
"rule": "path_of_your_rule",
"datasets": {
"sources": {
"misp": {
"ip-src": {
"name": "ips",
"type": "string"
},
"ip-dst": {
"name": "ips",
"type": "string"
},
"hostname": {
"name": "dbl",
"type": "string"
},
"domain": {
"name": "dbl",
"type": "string"
},
"user-agent": {
"name": "uabl",
"type": "string"
}
}
}
}
}