Brilliant comment, this gave me the hint where I need to look into. The event object in my case looks the following:
event.$rule.name:"RULE_NAME"
event.$type:"RULE_TYPE" e.g. core.direct-call
event.identifier:"DIRECT_CALL_RULE_NAME"
In my case I was looking for the identifier. So problem solved
!