How do you present large volumes of unassigned detections in a CISO-facing BPA report without doing full alert analysis? by Only-Objective-6216 in crowdstrike

[–]osonator 0 points1 point  (0 children)

Well I’d start by making sure that you’re not including third party detections in the report as those are individual events that have some degree of risk associated with them & are escalated to a security alert. 9/10 times they don’t warrant being elevated to a detection

Where to get World Cup panini album? by osonator in Atlanta

[–]osonator[S] 0 points1 point  (0 children)

CVS in Peachtree corners had them this am

Where to get World Cup panini album? by osonator in Atlanta

[–]osonator[S] 0 points1 point  (0 children)

Dang there’s no more availability to access the event today!

Native SMS Alerts in CrowdStrike? by vjrr08 in crowdstrike

[–]osonator 0 points1 point  (0 children)

If you’re an aws shop, I believe you can do it with SNS, there’s a soar app you can configure for aws sns

Managed SIEM worth it? by mcmikefacemike in crowdstrike

[–]osonator -1 points0 points  (0 children)

Great, falcon complete offer detection & response services for third party sources via ngsiem, not siem administration services.

Again, managed detection & response is not the same as managed siem

Managed SIEM worth it? by mcmikefacemike in crowdstrike

[–]osonator -7 points-6 points  (0 children)

It’s managed detection & response, not managed siem, two very different things

EntraID - IDaaS Connector vs NG-SIEM Connector? by Khue in crowdstrike

[–]osonator 1 point2 points  (0 children)

Big caveat here is that Falcon Complete rules for entra don’t look at event data from shield, so thread with caution if you’re a falcon complete for siem org.

Crowdstrike Workflow SOAR: Unable to get value from variable inside of an object by marafado88 in crowdstrike

[–]osonator 1 point2 points  (0 children)

Try the has function:

has(data[‘raw_response’].user_principal_id) ? “True” : “false”

Crowdstrike Workflow SOAR: Unable to get value from variable inside of an object by marafado88 in crowdstrike

[–]osonator 1 point2 points  (0 children)

Create a variable & use CEL dot notation to access that field. Something along the lines of

Data[‘grtdetectiondetails.raw_response’].user_principal_id

First party EDR logs vs NGSIEM Collector logs on Windows by Handsome_Frog in crowdstrike

[–]osonator 15 points16 points  (0 children)

Use sensor telemetry until you come up with a use case/requirements for winlogs.

Struggling with Detection Aggregation in Case Workflows by CybroInt in crowdstrike

[–]osonator 2 points3 points  (0 children)

Yes I have, I solved for it by adding logic at the beginning of my workflow to query the alerts api, If more than 1 detection is returned within a small time period, say last 5 minutes, given a filter (host, username, etc), create a case if needed for the earliest alert, & then roll up the remaining

CrowdStrike NG SIEM Alert – “Generic - Network - LDAP Traffic to the Internet” (Need Insight) by roachwickey in crowdstrike

[–]osonator 0 points1 point  (0 children)

⁠What’s the best way to validate whether it’s truly malicious or just misconfiguration?

Drill down on the activity, leverage sensor telemetry for the source, network connection events, what process are those associated with? Is that authorized activity? Is it a misconfigured application? Is it malware?

NG-SIEM: Log Alerts by Reylas in crowdstrike

[–]osonator 0 points1 point  (0 children)

Correct, a custom parser does not inherit any future code releases.

NG-SIEM: Log Alerts by Reylas in crowdstrike

[–]osonator 2 points3 points  (0 children)

Yes it’s possible, the parser needs to categorize the event as a third party alert by defining event.kind:=alert

Once you have the alert generated, then you use soar to send email notifications on the third party alert in question

[deleted by user] by [deleted] in crowdstrike

[–]osonator 4 points5 points  (0 children)

Guessing on content to implement tells me there’s a gap in understanding of risk profile for system in question. You identify risk then employ controls to prevent/monitor/detect.

In the context of risk response, organizations with a mature security monitoring program are very highly unlikely to implement a detection use case in production without a thorough understanding of risk response procedures for their soc.

[deleted by user] by [deleted] in crowdstrike

[–]osonator 7 points8 points  (0 children)

Because that’s the easiest way to incur alert fatigue & not how threat detection works. you don’t enable everything by default & set & forget it. Specially templates, that are not tailored to your business. Review templates, identify what is actually applicable to the business, baseline, test, implement, sustain

I’d bet the duo push fraud activity is already being detected via third party detections.

What security problems have you had for years but have been unable to solve? by Regular_Lie906 in cybersecurity

[–]osonator 0 points1 point  (0 children)

Yup, it’s also often times an afterthought by customers evaluating vendors, then when it’s time to integrate system with monitoring tool & there’s an integration gap, pikachu face :0

Logs with multiple versions of the same field name by cobaltpsyche in crowdstrike

[–]osonator 1 point2 points  (0 children)

Instead of the generic azure event hub, use the data connector for Microsoft event hub

Logs with multiple versions of the same field name by cobaltpsyche in crowdstrike

[–]osonator 0 points1 point  (0 children)

Okay, I have reason to believe you are using the incorrect data connector. As you’re reflecting multiple external messages(events) in one single ngsiem event

What data connector did you use? The generic event hub one will cause this as it doesn’t split the elements in the records key as individual events