aboutsummaryrefslogtreecommitdiff
path: root/security/smurflog/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'security/smurflog/pkg-descr')
-rw-r--r--security/smurflog/pkg-descr9
1 files changed, 9 insertions, 0 deletions
diff --git a/security/smurflog/pkg-descr b/security/smurflog/pkg-descr
new file mode 100644
index 000000000000..370d6baaac9c
--- /dev/null
+++ b/security/smurflog/pkg-descr
@@ -0,0 +1,9 @@
+From the README:
+
+ This program is designed to log smurf attacks and the broadcasts used.
+ Essentially it is just an icmp echo reply logger with the following twists:
+ - Logging only begins after passing a certain threshold rate of packets/sec
+ and kilobytes/sec. This prevents the logging of innocent ping replies.
+ - Only the /24 is logged, and it is only logged once per attack.
+
+Jacques Vidrine <nectar@FreeBSD.ORG>