Tools like Snaffler are great, but crawling SMB shares creates a telemetry nightmare. You instantly light up the SIEM with :
- 5140 / 5145 (Network Share Access)
- 4656 / 4663 (Object & File Access)
So I built Invoke-WindowsSearch to query the native Windows Search DB (OLE DB) directly via WinRM/RPC, It extracts the targets without touching the actual files, completely bypassing the 4663 and 5145 detection footprint.
Trade-offs: Requires the WSearch service (disabled by default on Server OS) and lacks complex regex capabilities. Know your environment before execution.
#RedTeam #ActiveDirectory #OPSEC #ThreatHunting #PowerShell
That is a new #ClickFix method for me.
1. Open page
2. Spawn fake captcha
3. On click .zip stage1 payload is downloaded
4. Windows + R
4. Payload points to file from downloads folder
Built an evasive CS RL with Crystal Palace that bypasses Elastic EDR.
The evasion lives inside the blob. Not in how it got there.
Blog: https://t.co/hQanJonW09 Source: https://t.co/UJa6OAc8XE
Dynamic EDR Evasion.
A dive into auto-detecting EDR hooks and generating dynamic stager that compiles evasion-tailored payloads per target (with SHAPESHIFTER).
A great post by Matt Hand (@matterpreter).
Source: https://t.co/TdrXH3lhA2
#redteam#blueteam#maldev#evasion #malwaredevelopment
ADCSDevilCOM 📍
A C# tool for requesting certificates from ADCS using DCOM over SMB. This tool allows you to remotely request X.509 certificates from CA server using the MS-WCCE protocol over DCOM and It bypasses the traditional endpoint mapper requirement by using SMB directly.
By: @AnonArtist8
https://t.co/w7ujih35co
Step-by-Step Malware Analysis Using x64dbg.
A tutorial on how a popular debugger can be used to unpack Emotet malware.
Please consider supporting Duncan (@mrexodia) with his development of this incredible tool (a link to support below).
A solid guide by Neil Fox (@varonis)
Support x64dbg: https://t.co/olwZ7cqC8P
Post: https://t.co/D5Dv45O1JG
#malware #reverseengineering #redteam #blueteam
Today, I am releasing the COM-Fuzzer. Gain insights into COM/DCOM implementations that may be vulnerable using an automated approach and make it easy to visualize the data.
https://t.co/RBVXP01UK4
New Phishing Kit Stealing Hundreds of Microsoft Accounts in Finance
TLDR; It starts with (SVG) that hides code to redirect to a fake site. checks your email, solve CAPTCHA to do (anti-debugging measures) , grabs login details etc..
https://t.co/D58vdH1yH2
Thanks to everyone who joined my DEFCON33 talk!🎉
For those of you who missed it and are interested in seeing how we can extract cleartext credentials and bypass MFA directly from the official Microsoft login page, I just uploaded the recording to YouTube:
https://t.co/MoPQiKgesd
Best Citrix Breakout ever. You can only download .ica files that provide access to certain local applications but breakout out of these applications is not possible? Just modify the .ica file before starting it and remove The InitialProgram= value -> Full Citrix Session! 🤓
I'm SO hyped to finally make MSSQLHound public! It's a new BloodHound collector that adds 37 new edges and 7 new nodes for MSSQL attack paths using the new OpenGraph feature for 8.0!. Let me know what you find with it!
- https://t.co/Hh089SaVOS
- https://t.co/geO0HXTykf
Added a new tool to:
https://t.co/v4FnSVbaDD
⚠️Please Use Responsibly⚠️
You can use this to instantly generate an obfuscated reverse shell in powershell that i have personally used to beat EVERY single EDR out there right now.
I've added some pretty cool stuff to my website but this is one of my favorite additions.
🛑 Disclaimer: This tool is for educational and authorized security testing only. Misuse could be illegal. Don’t be dumb.
Shoutout to the only ones that were actually able to stop it, using something called "ring fencing" @ThreatLocker
This is not a sponsored post, just a fan of them
#Edr_Is_Not_Enough
Bypassing AMSI with your own custom COM interfaces inside CLR process - an excellent piece by Joshua Magri (@passthehashbrwn).
The custom implementation allows to allocate and load assemblies from memory and invoke Load_2() method instead of typical call to Load_3(). This prevents mapping amsi.dll into the process memory, and thus AMSI inspection.
The post includes a link to the COM interface implementation in C.
Well done, Josh!
Blog: https://t.co/TXZ0v2Qv5a
Source: https://t.co/bBrJ9jaJ5U
#redteam #maldev #malwaredevelopment