Hi all,
I’m trying to understand how the correlation rule “Not occur, and it is followed by another Event” is working.
Let’s consider those 3 events
Event A : Integrity scanner : Users file modification (+)
Event B : Syslog : User deletion
Event C : Integrity scanner : Users file modification (-)
I was expecting that the “Not occur, and it is followed by another Event” could help me trigger the event :
1 - I detect a user add in the users file (from an integrity scanner)
2 - I don’t detect any command line for user deletion (from syslog)
3 - I detect a user deletion in the users file (from an integrity scanner)
I configured my correlation rule like this:
- Event A should Occur at least 1 time
- Event B should Not occur, and it is followed by another Event
- Event C should Occur at least 1 time
But when I configured this rule, I tested it and got those events:
… (other events)
Event A
… (other events)
Event B
… (other events)
Event C
In my understanding, it shouldn’t have triggered any alert, but unfortunately it has.
Am I missing something ?