cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Endpoint Security Exploit Prevention Expert Rules - Exception for more than one user

Jump to solution

I need to create a rule to block certain cmd commands, but, I need to exception some users.

the rule below doesn't work, can you help me?


Rule {
Process {
Include OBJECT_NAME { -v net.exe }
Include PROCESS_CMD_LINE { -v "*group*" }
Include EXP_USER_NAME {
-v "NT AUTHORITY\SYSTEM"
-v "Domain\User'
}
}
Target {
Match SECTION { Include -access "EXECUTE" }
}
}

1 Solution

Accepted Solutions

Re: Endpoint Security Exploit Prevention Expert Rules - Exception for more than one user

Jump to solution

Rule {
Process {
Include OBJECT_NAME { -v "net.exe" }
Include PROCESS_CMD_LINE { -v "*group*" }
Exclude USER_NAME {
-v "NT AUTHORITY\\SYSTEM"
-v "Domain\\User'
}
}
Target {
Match SECTION { Include -access "EXECUTE" }
}
}

View solution in original post

4 Replies

Re: Endpoint Security Exploit Prevention Expert Rules - Exception for more than one user

Jump to solution

Rule {
Process {
Include OBJECT_NAME { -v "net.exe" }
Include PROCESS_CMD_LINE { -v "*group*" }
Exclude USER_NAME {
-v "NT AUTHORITY\\SYSTEM"
-v "Domain\\User'
}
}
Target {
Match SECTION { Include -access "EXECUTE" }
}
}

Re: Endpoint Security Exploit Prevention Expert Rules - Exception for more than one user

Jump to solution

thanks, worked perfectly

SaiVishnu
Employee
Employee
Report Inappropriate Content
Message 4 of 5

Re: Endpoint Security Exploit Prevention Expert Rules - Exception for more than one user

Jump to solution

Hello,

You can refer these documents and videos which you will help you in understanding the expert rule :

https://kc.mcafee.com/resources/sites/MCAFEE/content/live/PRODUCT_DOCUMENTATION/27000/PD27574/en_US/...

https://kc.mcafee.com/corporate/index?page=content&id=KB89677

Let me know if that helps you 🙂

Thanks 

Vishnu
McAfee

Was my reply helpful?
If you find this post useful, Please give it a Kudos! l Also, Please don't forget to select "Accept as a solution" if this reply resolves your query!

Thanks and regards,
Vishnu G
McAfee Technical Support
SaiVishnu
Employee
Employee
Report Inappropriate Content
Message 5 of 5

Re: Endpoint Security Exploit Prevention Expert Rules - Exception for more than one user

Jump to solution
Hello,

You can refer these documents and videos which you will help you in understanding the expert rule :

https://kc.mcafee.com/resources/sites/MCAFEE/content/live/PRODUCT_DOCUMENTATION/27000/PD27574/en_US/...

https://kc.mcafee.com/corporate/index?page=content&id=KB89677

Let me know if that helps you 🙂

Thanks 

Vishnu
McAfee
Was my reply helpful?
If you find this post useful, Please give it a Kudos! l Also, Please don't forget to select "Accept as a solution" if this reply resolves your query!

Thanks and regards,
Vishnu G
McAfee Technical Support
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