Hi, we're hoping to onboard to Splunk these 2 event types from Crowdstrike:
CorrelationRuleDetectionSummaryEvent
BehavioralRuleDetectionSummaryEvent
In our Splunk Dev environment we have upgraded the CrowdStrike Falcon Event Streams Add-On: Inputs app up to 3.7.2. When we launch the app, and go to 'Create New Input' and search for them under 'Event Types', CorrelationRuleDetectionSummaryEvent is present there, but BehavioralRuleDetectionSummaryEvent is not, so cannot be onboarded. Who can we go to for help to get this included?
Thanks!
Hi @sfraine
The app only has the following inputs configured:
APIActivityAuditEvent
AuthActivityAuditEvent
AutomatedLeadSummaryEvent
CSPMIOAStreamingEvent
CSPMSearchStreamingEvent
CloudSecurityIOMEvent
CorrelationRuleDetectionSummaryEvent
CustomerIOCEvent
DataProtectionDetectionSummaryEvent
DetectionSummaryEvent
EppDetectionSummaryEvent
FalconActivityAuditEvent
FcsIoaDetectionSummaryEvent
FirewallMatchEvent
HashSpreadingEvent
IdentityProtectionEvent
IdpDetectionSummaryEvent
IncidentSummaryEvent
LoginAuditEvent
MobileDetectionSummaryEvent
ReconNotificationSummaryEvent
RemoteResponseSessionEndEvent
RemoteResponseSessionStartEvent
ScheduledReportNotificationEvent
UserActivityAuditEvent
XdrDetectionSummaryEventHowever there is an 'all' option - out of interest, if you select this do you get the BehavioralRuleDetectionSummaryEvent data? If so you might be able to modify your inputs.conf manually to set this input up with the BehavioralRuleDetectionSummaryEvent data.
Alternatively I would recommend opening a support case with CrowdStrike directly as they develop and support this add-on: https://supportportal.crowdstrike.com/
🌟 Did this answer help you? If so, please consider:
Your feedback encourages the volunteers in this community to continue contributing.
Thanks for getting back to me on this.
Unfortunately the BehavioralRuleDetectionSummaryEvent data doesn't appear when I use 'all'.
I'll probably end up opening a Crowdstrike support case.
You can add tilde-delimited event type values to TA-crowdstrike-falcon-event-streams/local/inputs.conf:
[crowdstrike_event_streams://example]
...
event_types = ...~BehavioralRuleDetectionSummaryEventThe Splunk add-on trails behind the CrowdStrike SIEM Connector (falconhoseclient) in supplied event types, but most or all should work.
I second contacting CrowdStrike support. In my experience (not an endorsement), they're open to fixes and improvements to their Splunk add-ons.
Thanks for your reply. Yeah ... I think I'll go down the Crowdstrike support route as suggested.
You really can just add event types. I do this myself for parity with falconhoseclient. The code loops over them. Support will go the extra step of updating the UI and publishing a new add-on.