<div dir="ltr">Hi,<div><br></div><div>I'm trying to setup a rule to capture all Javascript (.js) files that are traversing my network. Here is the rule I created to do it. The problem is that it's giving me more files that are outside the .js extension and I'm wondering if the filemagic command has a property for javascript files or if there is a better way to construct the rule to capture only .js extension types.</div><div><br></div><div><br></div><div><div>alert http any any -> any any (msg:"FILEXT js"; flow:established,to_server;filestore; sid:9; rev:1;)</div></div><div><br></div><div>Thanks in advance,</div><div><br></div></div>