]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
rules: fix files.rules typo
authorWilliam Stearns <william.l.stearns@gmail.com>
Fri, 21 Feb 2020 16:44:08 +0000 (11:44 -0500)
committerVictor Julien <victor@inliniac.net>
Mon, 24 Feb 2020 10:17:05 +0000 (11:17 +0100)
rules/files.rules

index a54556f160de8e577423ca8cf24bf098f1c3bcc1..0e57329224ea90f905a2a1a8d2f4aca4b0d648eb 100644 (file)
@@ -36,7 +36,7 @@
 #alert http any any -> any any (msg:"FILE tracking PNG (1x1 pixel) (1)"; filemagic:"PNG image data, 1 x 1,"; sid:19; rev:1;)
 #alert http any any -> any any (msg:"FILE tracking PNG (1x1 pixel) (2)"; filemagic:"PNG image data, 1 x 1|00|"; sid:20; rev:1;)
 
-# Alert on GIT with 1x1 pixels (tracking)
+# Alert on GIF with 1x1 pixels (tracking)
 # The pattern matches on |00| which is the end of the magic buffer, this way we won't match on 1 x 128.
 #alert http any any -> any any (msg:"FILE tracking GIF (1x1 pixel)"; filemagic:"GIF image data, version 89a, 1 x 1|00|"; sid:21; rev:1;)