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/detection_modules.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -255,9 +255,16 @@ You can add your own YARA rule in ```modules/leak_detector/yara_rules/rules``` a
255
255
256
256
## Blocking Module
257
257
258
-
To enable blocking in slips, start slips with the ```-p``` flag.
258
+
Blocking in Slips is done for any IP that results in an alert. If an IP is detected as malicious and is blocked,
259
+
it stays blocked forever, unless it is unblocked manually.
259
260
260
-
This feature is only supported in linux using iptables.
261
+
The feature of unblocking IPs after a while is not supported yet.
262
+
263
+
The blocking is done using iptables, and the blocked IPs are stored in the database for future reference.
264
+
265
+
Blocking is disabled by default. To enable blocking in slips, start slips with the ```-p``` flag.
266
+
267
+
This feature is only supported in linux using iptables when running on an interface.
261
268
262
269
## Exporting Alerts Module
263
270
@@ -850,7 +857,7 @@ abuse.ch -> Used by urlhaus for getting info about contacted domains and downloa
850
857
If you want to contribute: improve existing Slips detection modules or implement your own detection modules, see section :doc:`Contributing <contributing>`.
851
858
852
859
853
-
##Zeek Scripts
860
+
# Zeek Scripts
854
861
855
862
Slips is shipped with it's own custom zeek scripts to be able to extend zeek functionality and
0 commit comments