IPS protocol parsing question \ feature request

Hi,

We are new to astaro.
My company is currently evaluating the product and we consider being a reseller of astaro to local customers.
There is one key feature that we are missing (didn't test the latest beta yet).

In the IPS feature - is it possible to parse textual protocols (like telnet) and to create a specific rule that will search for a string in the data stream (like username in the telnet session) ?

For that rule we want to be able to save the session in a text log file.

I guess either astaro R&D or product manager should answer this.

Thanks in advance.
aners  
Parents
  • Hi aners,

    yes, you can create such a rule. Basically any rule can be added to the ruleset by using the "Local rules" feature. You can also get an automatic alert on the rule.
    For performance reasons, the packet that caused the alert is not stored on ASL though.

    Regards,
    Stephan
      
  • Thanks stephan,

    I really need your help here.
    How do you use the local rule feature ?
    Can i download some documentation on the IPS feature ?
    thanks
    aner  
  • To add a new rule, go to "Intrusion Prevention->Rules" and select "New rule".
    Enter the following fields there:

    Description: any description that helps you recognize the rule afterwards
    Selector: the IP address and port properties of the rule in Snort syntax (protocol, source IP, source port, "->", destination IP, destination port)
    Filter: the actual content recognition in Snort syntax

    Example:
    Description: Telnet test rule
    Selector: tcp any any -> any 23
    Filter: content:"Username";

    After clicking on "Add local rule", the new rule can be found in the "local" group and used in the same way as any other rule.

    For more information on Snort syntax, take a look at http://www.snort.org
    More information on the ASL IPS can be found in the on-line help.

    Stephan
        
Reply
  • To add a new rule, go to "Intrusion Prevention->Rules" and select "New rule".
    Enter the following fields there:

    Description: any description that helps you recognize the rule afterwards
    Selector: the IP address and port properties of the rule in Snort syntax (protocol, source IP, source port, "->", destination IP, destination port)
    Filter: the actual content recognition in Snort syntax

    Example:
    Description: Telnet test rule
    Selector: tcp any any -> any 23
    Filter: content:"Username";

    After clicking on "Add local rule", the new rule can be found in the "local" group and used in the same way as any other rule.

    For more information on Snort syntax, take a look at http://www.snort.org
    More information on the ASL IPS can be found in the on-line help.

    Stephan
        
Children