- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
01-14-2021 02:40 AM
Hello all,
We want to create a pre-process rule to drop all Phishing incident without [Phish Alert] inside the email subject.
We're creating the following rule
type equals Phishing AND emailto equals test@test.ts AND emailsubject contains [Phish Alert] |
Testing with the following JSON:
{ "type":"Phishing", "emailsubject":"[Phish Alert] test preprocess rule", "emailto":"test@test.ts" } |
It doesn't work:
With only "type equals Phishing" it works. But if we had anything else it stops working.
For example only with:
type equals Phishing AND firstname equals Alexandre |
And the following JSON:
{ "type":"Phishing", "firstname":"Alexandre", "emailsubject":"[Pish Alert] test preprocess rule", "emailto":"test@test.ts" } |
It doesn't work.
Can you help us please? Am I missing somehing or is there a problem ?
Thanks for all help.
Best regards,
Alexandre Borgo
06-15-2021 02:12 AM
Hi,
Please submit a support case,
I think that the issue may be only in the pre-proc rules test functionality, and the rule will work as expected with real incidents, please try to test with existing incidents as well,
thanks.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!