Endpoint Protection

 View Only
  • 1.  Create custom IPS to Block download of file name containing specific words?

    Posted Jul 26, 2010 05:27 AM
    Is it possible to make an IPS signature that will prevent the download of certain files based file name?

    I.e want to prevent people downloading itunes.exe or file that contains the word itunes.


  • 2.  RE: Create custom IPS to Block download of file name containing specific words?



  • 3.  RE: Create custom IPS to Block download of file name containing specific words?

    Posted Jul 26, 2010 07:06 AM
    I've tried this but it doesnt seem to work.

    rule tcp, dest=(80,443), tcp_flag&ack, saddr=$LOCALHOST, msg="Virus detected", regexpcontent="[Gg][Ee][Tt] *[Ii][Tt][Uu][Nn][Ee][Ss].*\x0d\x0a"

    Is it possible to even do a wildcard for "file name containing"?


  • 4.  RE: Create custom IPS to Block download of file name containing specific words?

    Posted Jul 26, 2010 10:30 AM
    Are you sure that the destination port which the application is using is 80 or 443?
    This signature monitors only the request to the ports 80 and 443.
    use Net Mon or Wireshark to inspect the packets.