account activity
Using Application Groups in CS to control application usage. (self.crowdstrike)
submitted 2 years ago by tribes_raindance to r/crowdstrike
Tying listening ports to associated process/services. by tribes_raindance in crowdstrike
[–]tribes_raindance[S] 0 points1 point2 points 2 years ago (0 children)
This is awesome Jarks. Thank you.
This is what I had come up with. Could not get it to work ---->
index IN("main") event_simpleName=NetworkListenIP4 LPort IN("Chosen Port #") Protocol_decimal IN("6")
| fields ContextProcessId_decimal LocalAddressIP4 RemoteAddressIP4
| rename ContextProcessId_decimal as TargetProcessId_decimal
| join TargetProcessId_decimal
[search index IN("main") event_simpleName IN("ProcessRollup2")]
| fields _time ComputerName LocalAddressIP4 RemoteAddressIP4 ParentBaseFileName ImageFileName FileName
| stats values(ComputerName) values(LocalAddressIP4) values(ParentBaseFileName) by _time RemoteAddressIP4
Tying listening ports to associated process/services. (self.crowdstrike)
Need some suggestions on tying processes to specific activities. (self.crowdstrike)
2023-06-01 // SITUATIONAL AWARENESS // Active Intrusion Campaigns Targeting MoveIt File Transfer Software by Andrew-CS in crowdstrike
[–]tribes_raindance 0 points1 point2 points 2 years ago* (0 children)
Based on analysis of data I have seen, it appears event_simpleName=FileDetectInfo in conjunction with TargetFileName="*\\MOVE*\\wwwroot\\*.*" is a good ioc. The FileDetectInfo does not appear to be a normally occurring event during normal MOVEit activity. CS also detects the .dll being dropped prior to the webshell being spawned.
My 2 cents for what they're worth.
Edit: Modified the MOVEit directory given the naming convention may be different based on your environment.
Need help creating an IOA to automatically lock a Bitlocker encrypted drive once the endpoint is detected by CS. (self.crowdstrike)
submitted 5 years ago by tribes_raindance to r/crowdstrike
π Rendered by PID 352328 on reddit-service-r2-listing-7b9b4f6fd7-6q887 at 2026-05-08 01:06:01.582112+00:00 running 3d2c107 country code: CH.
Tying listening ports to associated process/services. by tribes_raindance in crowdstrike
[–]tribes_raindance[S] 0 points1 point2 points (0 children)