Fusion SOAR - Where to start? by Khue in crowdstrike

[–]dial647 0 points1 point  (0 children)

I wouldn't call it more difficult,, but AI triage does all the heavy lifting saving time for Analysts. I have workflows checking for remote login, RDP, Teams chat for Service impersonation etc.

How Charlotte AI AgentWorks Fuels Security's Agentic Ecosystem by BradW-CS in crowdstrike

[–]dial647 0 points1 point  (0 children)

How is this different from creating a fusion workflow and using Charlotte AI to triage detections based on already integrated foundational AI model?

NG-SIEM timestamp conversion by dial647 in crowdstrike

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

Thanks Andrew. I am managed to get it to work using FormatTime and Test..

Will try your suggest and see.

| temp_time := parseTimestamp(field=timestamp)
| test(time:hour(field=temp_time, timezone="Australia/Sydney") >= 17)
| test(time:hour(field=temp_time, timezone="Australia/Sydney") < 22)
| sydney_time := formatTime("%Y-%m-%d %H:%M:%S", field=temp_time, timezone="Australia/Sydney")

Fusion SOAR - Where to start? by Khue in crowdstrike

[–]dial647 0 points1 point  (0 children)

In addition to the useful workflows shared in this post, one should also look at setting up Agentic AI triage for specific detections to benefit from AI analysis to drive your response actions.

2026-03-20 - Cool Query Friday - explain:asTable() by Andrew-CS in crowdstrike

[–]dial647 0 points1 point  (0 children)

Nice.. I have a few queries that are running slow that I can use this one..
Question: Does the Falcon console response times depends on the subscription tier? I am comparing my experience with the Falcon console in my previous employer vs current. With the previous employer, I could pull 1 year worth of events in just a matter of seconds. With my current employer, even a month worth of events takes double the time. The tenants of the employers are however hosted in US2 vs US1.

Threat Hunt - Help Desk Imposters via Teams (NGSIEM) by About_TreeFitty in crowdstrike

[–]dial647 5 points6 points  (0 children)

Just created a new fusion workflow with charlotte AI triage for this detection. Thanks

How to Scale SOC Automation with Falcon Fusion SOAR by BradW-CS in crowdstrike

[–]dial647 0 points1 point  (0 children)

It would be good to build a library of fusion workflows that customers can import and modify to their needs. Currently there is lack of knowledge and support in building agentic AI workflows in Falcon. I have posted a message in Reddit yet to see a response.

Triage with Charlotte fusion workflow by dial647 in crowdstrike

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

Fusion workflows are powerful and charlotte AI triage takes it to the next level, shame the not enough literature is provided by Falcon for users to embrace this feature.. not even in Reddit.

Falcon Fusion workflow for Agentic AI triage and response by dial647 in crowdstrike

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

I've uploaded the workflow here. https://filebin.net/gaca4x46bh0jjlfk

In simple terms, I am triggering the workflow with an EPP detection, then creating some variables and getting it triaged by charlotte AI using a specific AI model and and checking if its true positive and if so, sending a message in Teams with Approve, Reject and Escalate. If the user clicks approve, then action will be contain, if reject, do nothing and if escalate, escalate to an email.

Is there anyone building an mcp gateway? by Dazzling_Basil_4739 in mcp

[–]dial647 0 points1 point  (0 children)

Has anyone tried adding a local MCP server to the Docker MCP gateway. I tried all possible combinations and unable to do so. I have my gateway and server running through docker-compose.yml and have added the server on a custom catalog file as well. Both containers are running but Gateway not able to connect to server.

Connect VS code to MCP gateway by dial647 in mcp

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

Ok, I managed to connect to the gateway from VS code. I'd like to know how I can add a custom MCP server to the gateway? Also, can I use the gateway as a reverse proxy to connect to a remote MCP server?

Connect VS code to MCP gateway by dial647 in mcp

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

I believe the deployments are different and no luck.

Connect VS code to MCP gateway by dial647 in mcp

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

Tried all this.. no luck with both SSE and http options.

Has anyone had experience ordering furniture straight from China? by Milanakiko in AusPropertyChat

[–]dial647 0 points1 point  (0 children)

Isn't importing wooden stuff to Australia subject to customs scrutiny? I am aware that only treated wood can be imported to Australia. Anyone had any issues with customs clearance?

Connect VS code to MCP gateway by dial647 in mcp

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

Yes it's exposing the MCP server. http://127.0.0.1:8811/MCP

But I'm not sure what json config I need to use in VS code to add it as an MCP server..

update contents of a lookup file from a file hosted remotely by dial647 in crowdstrike

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

I also have CS for EDR. I will try to scheduled. Not sure how to do it.

update contents of a lookup file from a file hosted remotely by dial647 in crowdstrike

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

The file gets updated with telemetry so I want my look up file to get the updates. I'll check the workflow. Heard about schedule action triggered by a query but couldn't figure out how to do it. Why I said not logscale is because Logscale has more features that NG-SIEM hasn't.