Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. alert tcp $EXTERNAL_NET any -> $SQL_SERVERS 1433
  2.  
  3. (msg:"Attack Detected";
  4.  
  5. flow:to_server,established;
  6.  
  7. content:"|02|";depth:1;
  8.  
  9. content:"sa";depth:2;offset:39; nocase;
  10.  
  11. detection_filter:track_by_src,count 5,seconds 2;)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement