(even when Slack traffic is restricted to your corporate workspace) - Detecting and blocking anomalous web requests has become trivial for Blue Teams, and if you are on a red team engagement, an implant pinging constantly to mybrandnewdomain-about-cooking.lol will not fly nowadays. Using External C2 has become one of the more...
A friendly intro to Cobalt Strike's UDRL - I had the pleasure of giving this talk a London Beacon 2025 conference earlier this year and here are the slides: A friendly intro to Cobalt Strike’s UDRLs The aim was to try to give some documentation on how Cobalt...
Taming the Windows Loader for Stealthy Injection - This is the link to my x33fcon 2025 Talk this year: Taming the Windows Loader for Stealthy Injection The Github page associated to that technique contains some technical data illustrating what I am talking about, and the slides are available...
a simple addition to the UDRL-VS framework to enable the logging of debug strings in your loader at runtime - The introduction of this Visual Studio project as a template for building Cobalt Strike UDRL has come with a lot of little gimmicks aimed at making your life a bit easier as a malware developer. Developing Position Independant Code (PIC)...
reviewing an EDR-like mechanism implemented by a popular browser - EDIT January 10, 2025 [ Aaron Klotz (@dblohm7), an ex-Mozilla developer, reached out to me to explain that he worked on this in an effort to prevent third-party software from messing with Firefox (which was often the case, mostly via...
a situational awareness Python script to help you find where to put your beacons - GimmeShelter.py is a lightweight Python script which will help you get a good view of what a Windows environment looks like, and highlight opportunities for hiding/running malware from unusual modules, or memory setups. Situational Awareness Once on a host, a...
a quick new Sleep PoC using the latest Cobalt Strike features - Cobalt Strike keeps on evolving and this has serious implications on what happens behind the scenes when your payload runs, and what the resulting IOCs will be. With the growing complexity of the product there has also been a lot...
A great (and cheap) cert from ZeroPoint Security - This is my review of the CRTL training from ZeroPoint Security, and incidentally, of the Elastic EDR, which is the solution used in the course and its lab. The CRTL (or RTO2) is a fairly new certification following-up on RTO...
How to leverage Blue Team tools to make your malware stealthier - If you have ever checked the “Behavior” section on VirusTotal’s review of a sample, you have seen how it may flag suspicious activities performed by the executable you are analyzing. Irrespective of the number of detections that your sample gets...