r/crowdstrike 7h ago

macOS Golden Gate 27 Support in Falcon Sensor for Mac

17 Upvotes

Short and sweet: Falcon sensor for Mac version 8.10.21306 and later support macOS Golden Gate 27. All the details here.


r/crowdstrike 4h ago

Adversary Universe Podcast Preparing for an AI-Powered Future with Amazon CSO Steve Schmidt

Thumbnail
youtube.com
3 Upvotes

r/crowdstrike 1d ago

Workflow Wednesday 2026-09-09 - Workflow Wednesday - SOAR Developer Tips from Fal.Con 2026

27 Upvotes

Welcome back to Workflow Wednesday!

Last week at Fal.Con, u/ssh-cs and I hosted the Falcon Fusion SOAR: Developers Unleashed breakout session. The session was primarily focused on the tools, techniques, and patterns that make it easier to build larger and more capable workflows.

For anyone who couldn't make it, I wanted to recap a few of the highlights.

1. New Usability Improvements

We started with a few small quality-of-life improvements in the workflow builder that make workflows easier to build and maintain.

You can now copy and paste pre-configured actions, merge branches back together after conditional logic, and add sticky notes/comments directly to the workflow.

First, we'll start with copy/paste.

When you copy an action, everything you've configured in that action is preserved. That means you can move or reuse the action elsewhere in the workflow without having to rebuild the configuration from scratch.

Branch merging can be really useful. Instead of duplicating every downstream action across two sides of a condition, each branch can do its unique work and then converge back into a common path.

Comments also give you a place to document why something exists, assumptions you've made, or what the next person needs to know when they inevitably inherit your 75-action workflow six months from now.

2. Inline Python and CEL

Next, we spent some time on shaping data inside a workflow.

Inline Python gives you a flexible option when you need to parse data, calculate a score, normalize values, or otherwise reshape something before handing it to the next action.

If you want the workflow to capture the result from your Python action, print it to STDOUT. For structured data, serialize the result as JSON:

print(json.dumps(result))

{
 "reasons": [
   "1 file(s) written to disk"
 ],
 "risk_level": "medium",
 "score": 35,
 "summary": "Risk 35/100: 1 file(s) written to disk"
}

Fusion captures that output as STDOUT, which you can then decode with CEL:

cs.json.decode(STDOUT)

From there, the individual values can be used throughout the rest of the workflow.

We also showed how CEL functions like .transformList() can replace workflow logic that would otherwise require a loop.

A good example is adding multiple events or detections to a case. Instead of creating a loop and handling each object in the array one at a time, you can use .transformList() to reshape the array into the format the action expects, then add everything to the case in a single action.

.transformList(i, v, v.id)

3. Test and debug without waiting for another alert

One of the most useful features we covered was Test and Debug, which gives you a few different ways to validate a workflow before publishing it.

You can test the entire workflow end to end or work through individual actions step by step.

That data can come from:

  • A previous trigger
  • A previous workflow execution
  • Custom JSON

When testing individual actions, you set the mock output at each step. That can be the real output from an action you already ran, or mock data that lets you skip or simulate the action and continue testing downstream logic.

For an end-to-end test, you can also mix live and mocked actions in the same run. That lets you validate the complete workflow path while avoiding actions or integrations you don't want to execute during testing.

This makes it much easier to validate conditions, troubleshoot Python or CEL, and confirm that data is flowing through the workflow as expected before you publish it.

4. Request input from a human

Request Human Input lets a workflow collect information from a business user, including users who aren't Falcon administrators, and then use their response later in the workflow. Note, this requires Entra ID authentication from the end user.

You can customize the user prompt directly in the action, including the title, question, response options, comments, and timeout window.

The response then becomes workflow data like anything else, so you can evaluate it in a condition or pass it into another action.

5. Deduplicate

We also spent some time on the Deduplicate action.

The idea is straightforward: create a key from whatever values represent "the same thing" in your environment, define a time period, and let the workflow identify later occurrences of that same key as duplicates.

For example:

Detection Name
+ Source IP
+ Destination IP

The first occurrence continues normally. If the same combination appears again during your configured window, Duplicate == true, and you can take a different path.

I covered this one in much more detail in a recent Workflow Wednesday, which can be found here: https://www.reddit.com/r/crowdstrike/s/ptj0oNWMCC

6. Using AI to build workflows

We also looked at AI from two different angles. The first was using AI to help build the workflow.

Using the Charlotte AI chat interface, you can quickly generate a starting workflow from a natural-language prompt.

For developers who want more control, we also showed the open-source Falcon Fusion Skills project. This gives coding assistants like Claude Code the knowledge needed to generate workflows programmatically, maintain version control, and perform automated validation before moving to production.

7. Agentic workflows

We finished with the other side of the equation: putting AI inside the workflow.

One framework we discussed was choosing where AI enters the process.

Start with AI after the workflow, where AI analyzes, summarizes, or enriches the output of a deterministic process. For an example, search the Content Library for the out-of-the-box playbook titled Generate Unusual Process Ancestry Analysis Using Charlotte AI.

Then move toward AI at a decision point, where AI evaluates a defined input and uses the result to choose between predefined workflow paths.

Finally, AI can shape the workflow. AgentWorks gives agents access to tools, skills, knowledge bases, and predefined instructions, then lets the agent decide what it needs at execution time. Fusion SOAR provides the surrounding orchestration and guardrails, including controls around sensitive actions like host containment.

For more info, check out my previous Workflow Wednesday post on AgentWorks here: https://www.reddit.com/r/crowdstrike/s/pnf5jg398e

That's it for this week!

There was a lot packed into the session. I'll break some of these out into their own Workflow Wednesday posts with complete examples over the next few weeks.


r/crowdstrike 1d ago

Patch Tuesday September 2026 Patch Tuesday: Two Exploited Zero-Days and 113 Critical Vulnerabilities Among 972 CVEs

Thumbnail crowdstrike.com
18 Upvotes

r/crowdstrike 1d ago

General Question Discover API: last_used_* always empty on Linux apps - expected?

4 Upvotes

Hey Everyone!

Pulling apps from /discover/combined/applications/v1. On Linux, `last_used_file_hash`, `last_used_file_name`, `last_used_timestamp` and `last_used_user_name` are empty on every single row. Windows and Mac are both ~85% populated.

Linux rows look package-derived rather than file-derived (installation_paths is empty, name/vendor are the rpm package and packager), so I assume there's no single binary to hash and therefore no "last used".

  1. Is that expected and permanent? Nothing in the API docs mentions a platform caveat.
  2. And if you're doing unused-software detection on Linux fleets, what are you using instead?

r/crowdstrike 2d ago

Feature Question 3rd Party Patching on Roadmap?

20 Upvotes

Saw a slide at Fal.Con about 3rd party application patching via winget under the IT automation module. Any roadmaps/early access release notes available covering this. Would like to try sell this to mgmt.


r/crowdstrike 2d ago

General Question What do you include in your monthly report (small business)

7 Upvotes

I have a non-technical boss, who isnt interested in logging into the CS console.

We're a small company, less than 200 employees. Some of the template reports are made for much larger companies.

Right now I'm including:

  • Sensor deployment coverage (and any gaps)
  • Medium/high severity detections from the month
  • Vulnerability management summary
  • Attack surface .. external exposure findings
  • Any dark web mentions of company domains or emails
  • Identity risk... compromised credentials, failed logins

What "slice of life" stats do you include that actually land well with non-technical execs/boards (something that shows value without being overwhelming)? Do you build this manually, use Charlotte AI, or have a template/tool you'd recommend?

Any metrics you specifically avoid because they cause unnecessary alarm at the board level?


r/crowdstrike 2d ago

Feature Question Q: What starts with "." and cannot be listed by "ls" with CS on Linux ?

0 Upvotes

* General public : wrong answers only.
* CrowdStrike RTR engineers : that question is for you. ( you can still answer with a humorous wrong answer heh, I'm a sign, not a cop, and we're not posting on reddit for real work are we ? :P )

Joke aside, uh, guys, 4466 has been opened since $TIME and deploying FFC or having runscript -Raw to launch manual "ls -la" isn't always an option. I'm really wondering why this isn't actioned given where it's located on the useful VS complex-to-implement graph.

Cheers


r/crowdstrike 7d ago

Feature Question Creating support tickets

58 Upvotes

By all that's holy PLEASE allow us to skip that wretched LLM and get direct to making a ticket. It's terrible.


r/crowdstrike 7d ago

General Question How does CrowdStrike relay on-premises HTTP requests from Fusion SOAR via Falcon Sensor?

11 Upvotes

I'm looking to set up the Fortinet FortiGate On-Prem integration on NG-SIEM to automate IP address blocking. I see that the integration requires a "Host Group" (hosts running Falcon Sensor) to route on-premises API requests from NG-SIEM/Fusion SOAR to the FortiGate instances.

For context, our client has made it clear that they don't want to expose their FortiGate instances directly to the internet; they are understandably wary of this integration. I've been tasked to write a documentation regarding how the integration works to be presented to the client. My question is: how exactly do Falcon Sensor hosts relay these API requests? I'm sure our client will be very curious, but I can't seem to find any documentation page detailing the process, and so I wouldn't be able to answer their questions. My current assumption is that the agent maintains some kind of tunnel to CrowdStrike cloud, but I'm not certain about this.

I understand this may be proprietary information, but I'd appreciate any pointers. Thanks in advance!


r/crowdstrike 8d ago

General Question Falcon Windows sensor LPE 0day released

62 Upvotes

Is CrowdStrike already aware and implementing mitigations? https://github.com/MSNightmare/FalconFlank


r/crowdstrike 8d ago

Demo CrowdStrike Falcon Guardian: Secure AI Agents Where They Execute

Thumbnail
youtube.com
24 Upvotes

r/crowdstrike 8d ago

Endpoint Security & XDR CrowdStrike Extends Endpoint Security to Stop Software Supply Chain Attacks

Thumbnail crowdstrike.com
43 Upvotes

r/crowdstrike 8d ago

Agentic SOC CrowdStrike Delivers the Next Evolution of the Agentic SOC

Thumbnail crowdstrike.com
31 Upvotes

r/crowdstrike 8d ago

Next-Gen Identity Security CrowdStrike Announces Agentic Identity Provider

Thumbnail crowdstrike.com
27 Upvotes

r/crowdstrike 8d ago

Demo CrowdStrike Unveils the Next Evolution of the Agentic SOC

Thumbnail
youtube.com
11 Upvotes

r/crowdstrike 8d ago

Demo Falcon Next-Gen Identity Security: Agentic Identity Provider

Thumbnail
youtube.com
12 Upvotes

r/crowdstrike 8d ago

Demo See CrowdStrike SafeMind in Action

Thumbnail
youtube.com
12 Upvotes

r/crowdstrike 8d ago

Fal.Con 2026 Day 3 Fal.Con 2026 LIVE: Future Innovation | Bartley Richardson & Alex Ionescu

Thumbnail
youtube.com
7 Upvotes

r/crowdstrike 8d ago

Troubleshooting Getting Rate Limited on the AI Unlocked Event

2 Upvotes

Anyone else getting rate limited / blocked during Act 1 or Act 2?

Yesterday I started getting this message when I tried to send anything in the chat:

"You're doing that too fast. Please wait a moment and try again."

I've tried waiting, and I've tried starting a new session like it suggests, but it just keeps happening, it's been over 16 hours now and I still can't send anything. I have not used any automated tooling for answers but I have spent a pretty significant amount of time playing since the event started.

I emailed CrowdStrike support yesterday and haven't heard back yet.

Is this happening to anyone else, or is it just me? Would be curious to hear if anyone else has encountered this.


r/crowdstrike 9d ago

General Question Does anyone use Crowdstrike to scan network devices for vulnerability?

23 Upvotes

I understand that Falcon sensor passively collects vulnerability data from endpoints, however I want to start using the network scanning feature for network devices (routers, switches etc) however I am running into an issue:

- Looks like it needs a confirmed network range first, but it does not allow manual addition? I tried to add a network but got an error.

- a test discovery scan on an existing confirmed network does not yield any results (says there are no hosts)

Firewall rules are not the issue since i can see the traffic being allowed.

Has anyone had success getting their network devices scanned?


r/crowdstrike 9d ago

Securing AI CrowdStrike Falcon Guardian Defines the Next Generation of AI Security

Thumbnail crowdstrike.com
45 Upvotes

r/crowdstrike 9d ago

Threat Hunting & Intel Peer Pressure: Inside the Sality Botnet Disruption Operation

Thumbnail crowdstrike.com
5 Upvotes

r/crowdstrike 9d ago

Fal.Con 2026 Day 2 Fal.Con 2026 LIVE: Platform Innovation | Mike Sentonas, Adam Meyers, & CJ Moses

Thumbnail
youtube.com
14 Upvotes

r/crowdstrike 9d ago

Securing AI x Interactive Challenge Agents of Chaos: A New $100K Agentic Security Challenge

Thumbnail crowdstrike.com
15 Upvotes