@niebezpiecznik Dopiero 12 raz dzisiaj widzฤ posta typu "BREAKING!!!1! Someone just open-sourced". Claude coล dzisiaj zamulaล, pewnie dlatego taki sลaby wynik.
@ale_sp_brazil@MacmodSec I was using Godap on my engagement! Very nice looking and convenient tool. I like the feeling and detailed info about objects.
Didn't know about FlashIngestor! Thanks :)
### Top-Line Findings
1. **The C2 ecosystem is far less diverse than it appears.** While there are 30+ "different" frameworks, the underlying technique implementations converge on a small number of canonical code patterns, many traceable to specific open-source authors or blog posts.
2. **Three source projects account for the majority of reused code:**
- **TrustedSec's COFFLoader** โ the ancestor of nearly every open-source BOF loader
- **PowerSploit** (by @harmj0y, @mattifestation, @obscuresec) โ Get-Keystrokes, Invoke-Mimikatz, PowerView, and persistence modules are shipped verbatim by Empire, PoshC2, PowerHub, Amnesiac, and Shad0w
- **Kevin Robertson's Invoke-WMIExec/Invoke-SMBExec** โ the dominant PowerShell implementations for WMI and SMB lateral movement, bundled by Empire, PoshC2, PowerHub, and SilentTrinity
3. **A single detection rule can catch multiple frameworks.** Because many C2s share identical implementation code:
- One detection for the PowerSploit `Get-Keystrokes` GetAsyncKeyState polling loop catches Empire, PoshC2, and any framework that bundles PowerSploit
- One detection for the TrustedSec COFFLoader relocation pattern catches Apollo, Loki, Sliver (extension), and derivatives
- One detection for the .NET `ManagementScope` WMI pattern catches Apollo, Covenant, NimboC2, SilentTrinity, and DeimoC2
4. **Genuinely novel frameworks are rare.** Of the 30 analyzed:
- **4 frameworks** (Sliver, Havoc, Realm, TripleCross) demonstrate significant code originality
- **6 frameworks** show moderate originality (Wyrm, AdaptixC2, Emp3r0r, Merlin, NimPlant, GC2)
- **20 frameworks** rely heavily on shared code from the three source projects above, or implement techniques using the same well-known recipes
5. **HTTP C2 communications show the most behavioral convergence.** Three jitter formula families, shared User-Agent strings (the IE11 UA appears in Empire, Nuages, and Covenant), and common URL path patterns create fingerprinting opportunities.
Do you know you can create a custom Google search with limited scope? I collected 230+ high-quality IT security sources (blogs, etc.) and created Google Hack Search ๐ฅ
https://t.co/BKgmkFNL9Z
No AI, no marketing, no bullshit. Old internet. Pure hacking.
#redteam#infosec
It's that time again.
Our latest Top 10 includes the tradecraft that mattered most over the past six months; from filejacking, to polyglots, to the latest evolution in ClickFix attacks.
https://t.co/wXRDvs0EV2
@Octoberfest73 I would say malware development is 80% of just a desktop software development and 20% of juicy things. I guess people like to write 80% of the code in a language they consider "more convenient to work with".