You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/usage.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -374,6 +374,9 @@ contains that ioc. For example, if you whitelist the flow of the domain slack.co
374
374
request to the DNS server 1.2.3.4 asking for slack.com will still be shown.
375
375
376
376
377
+
This whitelist can be enabled or disabled by changing the ```enable_local_whitelist``` key in `config/slips.yaml`.
378
+
379
+
The attacker and victim of every evidence are checked against the whitelist. In addition to all the related IPs, DNS resolutions, SNI, and CNAMEs of the attacker and teh victim. If any of them are whitelisted, the flow/evidence is discarded.
377
380
378
381
### Flows Whitelist
379
382
If you whitelist an IP address, Slips will check all flows and see if you are whitelisting to them or from them.
@@ -426,7 +429,7 @@ Slips still shows the flows to and from these IoC.
426
429
The tranco list is updated daily by default in Slips, but you can change how often to update it using the
427
430
```online_whitelist_update_period``` key in config/slips.yaml.
428
431
429
-
432
+
Tranco whitelist can be enabled or disabled by changing the ```enable_online_whitelist``` key in `config/slips.yaml`.
430
433
431
434
### Whitelisting Example
432
435
You can modify the file ```config/whitelist.conf``` file with this content:
0 commit comments