cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Saish
Level 7
Report Inappropriate Content
Message 1 of 2

How to create a catch all rule?

I am trying to create a catch all rule on Trellix DAM 4.8.7. The goal is to detect all the queries executed on a DBMS. It is basically used for testing.

The rule in use is as follows: user contains ''

The idea of the above mentioned rule is to detect any statement executed from all users on a DBMS. However, I am not sure if all the statements are being captured on the DAM console. Could anyone please confirm if the rule to capture all activities is correct? Any suggestion is welcome.

 

1 Reply
MarkW
Level 7
Report Inappropriate Content
Message 2 of 2

Re: How to create a catch all rule?

Try something like the below ( you will need to change the rule_object names)

user NOT IN $safe_user_list
AND
user NOT IN $safe_exec_user_list
AND
user not in $mgs_safe_osuser_list
AND
user not like 'xxx%' -- anything you want to block ignore
AND
( application in $sensitive_app_list OR application = '.Net SqlClient Data Provider')
AND
session_state not in ( NEW_SESSION, END_SESSION, NEW_LOGIN, END_LOGIN)

You Deserve an Award
Don't forget, when your helpful posts earn a kudos or get accepted as a solution you can unlock perks and badges. Those aren't the only badges, either. How many can you collect? Click here to learn more.

Community Help Hub

    New to the forums or need help finding your way around the forums? There's a whole hub of community resources to help you.

  • Find Forum FAQs
  • Learn How to Earn Badges
  • Ask for Help
Go to Community Help

Join the Community

    Thousands of customers use our Community for peer-to-peer and expert product support. Enjoy these benefits with a free membership:

  • Get helpful solutions from product experts.
  • Stay connected to product conversations that matter to you.
  • Participate in product groups led by employees.
Join the Community
Join the Community