summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_psd.man
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/libipt_psd.man')
-rw-r--r--extensions/libipt_psd.man18
1 files changed, 18 insertions, 0 deletions
diff --git a/extensions/libipt_psd.man b/extensions/libipt_psd.man
new file mode 100644
index 00000000..b73fffc0
--- /dev/null
+++ b/extensions/libipt_psd.man
@@ -0,0 +1,18 @@
+Attempt to detect TCP and UDP port scans. This match was derived from
+Solar Designer's scanlogd.
+.TP
+.BI "--psd-weight-threshold " "threshold"
+Total weight of the latest TCP/UDP packets with different
+destination ports coming from the same host to be treated as port
+scan sequence.
+.TP
+.BI "--psd-delay-threshold " "delay"
+Delay (in hundredths of second) for the packets with different
+destination ports coming from the same host to be treated as
+possible port scan subsequence.
+.TP
+.BI "--psd-lo-ports-weight " "weight"
+Weight of the packet with privileged (<=1024) destination port.
+.TP
+.BI "--psd-hi-ports-weight " "weight"
+Weight of the packet with non-priviliged destination port.