Skip to main content

Hi , I want to understand the detection coverage for the event_type GENERIC_EVENT. Do we have coverage for it? From my knowledge, in any Chronicle parser, we map events to 'GENERIC_EVENT' when the event_type does not match any other specific type. So, my question is are 'GENERIC_EVENTS' redundant for detection coverage? Our data sources show more 'GENERIC_EVENT' occurrences than other event_types, and we have verified the row logs and the parser for coverage. However, when the context of the raw logs doesn't meet the conditions for other event_types, it's being categorized under GENERIC_EVENTS. At this point, we can't select anything other than 'GENERIC_EVENT' as the event_type due to missing dependent UDM fields. What is your concern or explanation regarding 'GENERIC_EVENTS' in this context?

Thanks,

SP

Hi, 


I believe to understnad this better we need more information.  However, in these cases, I would not use that "generic_event" as a match for my rules.  I would look for something else within the logs.  


What is the log source?  Can we map these events to a different event type in the parser? 


It would be great to provide some additional specifics as @dnehoda mentions but it's safe to say that the detection coverage for generic events based on curated detections is going to be fairly narrow to be kind about it and everything would be dependent upon you to write detections that align with those events.


While I can understand that using our default parsers may result in a field or two missing that you might want to use (that always seems to be the case no matter how many times one goes through a parser, there is always one more field...) or perhaps a small subset of events are being tagged as generic events, the vast majority of events would likely map to network connection, process launch or the like so at that point, it makes me wonder if there is either a specific log source that is problematic with its associated parser and a support case should be opened for it, or some other issue that is causing the event not to be associated properly with one of the more common event types.


Reply