]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
docs: fix statement about flow:to_server
authorJon Zeolla <zeolla@gmail.com>
Mon, 13 Mar 2017 16:51:44 +0000 (12:51 -0400)
committerVictor Julien <victor@inliniac.net>
Mon, 27 Mar 2017 14:16:14 +0000 (16:16 +0200)
doc/userguide/reputation/ipreputation/ip-reputation-rules.rst

index 589800fb3eecd3493c072cdd02c72b1cf5bfce44..1808c98f15398b743ce27d9ced5d3273944f1488 100644 (file)
@@ -28,7 +28,7 @@ Example:
 
   alert ip $HOME_NET any -> any any (msg:"IPREP internal host talking to CnC server"; flow:to_server; iprep:dst,CnC,>,30; sid:1; rev:1;)
 
-This rule will alert when a system in $HOME_NET performs a client request while communicating with any IP in the CnC category that has a reputation score set to greater than 30.
+This rule will alert when a system in $HOME_NET acts as a client while communicating with any IP in the CnC category that has a reputation score set to greater than 30.
 
 IP-only
 ~~~~~~~