From 3b827fd649726fe8dad58939143aecbd574ad38a Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Mon, 6 Apr 2015 17:05:16 -0600 Subject: [PATCH] Duplicate rule ID. --- rules/files.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/files.rules b/rules/files.rules index 467735ee04..c747727f39 100644 --- a/rules/files.rules +++ b/rules/files.rules @@ -26,7 +26,7 @@ # Store all JPG files, don't alert. #alert http any any -> any any (msg:"FILE magic"; filemagic:"JFIF"; filestore; noalert; sid:16; rev:1;) -#alert http any any -> any any (msg:"FILE magic"; filemagic:"GIF"; filestore; noalert; sid:16; rev:1;) +#alert http any any -> any any (msg:"FILE magic"; filemagic:"GIF"; filestore; noalert; sid:23; rev:1;) #alert http any any -> any any (msg:"FILE magic"; filemagic:"PNG"; filestore; noalert; sid:17; rev:1;) # Store all Windows executables