awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
3lp4tr0n avatar

3lp4tr0n/BeaconHunter

0
View on GitHub↗
516 stars·49 forks·C#·9 views

BeaconHunter

Behavior based monitoring and hunting tool built in C# leveraging ETW tracing. Blue teamers can use this tool to detect and respond to potential Cobalt Strike beacons. Red teamers can use this tool to research ETW bypasses and discover new processes that behave like beacons.

Features

  • Blue Team Tools - Detects Cobalt Strike beacons via ETW.
  • Detection Tools - Automated tool for hunting beacon activity on systems.

Star history

Star history chart for 3lp4tr0n/beaconhunterStar history chart for 3lp4tr0n/beaconhunter

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with BeaconHunter

These projects share indexed features with BeaconHunter. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • ccob/beaconeyeCCob avatar

    CCob/BeaconEye

    961View on GitHub↗

    BeaconEye scans running processes for active CobaltStrike beacons. When processes are found to be running beacon, BeaconEye will monitor each process for C2 activity.

    C#
    View on GitHub↗961
  • apr4h/cobaltstrikescanApr4h avatar

    Apr4h/CobaltStrikeScan

    921View on GitHub↗

    Scan files or process memory for CobaltStrike beacons and parse their configuration

    C#
    View on GitHub↗921
  • ben0xa/powershelldefenseB

    Ben0xA/PowerShellDefense

    0View on GitHub↗
    View on GitHub↗0
  • 0xd4d/de4dot0xd4d avatar

    0xd4d/de4dot

    7,426View on GitHub↗

    de4dot is a .NET deobfuscator, unpacker, and assembly analysis tool. It is designed to remove obfuscation layers, restore metadata, and simplify bytecode control flow to transform protected binaries back into human-readable code. The project features specialized systems for decrypting strings and constants using both static and dynamic analysis. It identifies specific protection tools through pattern-based detection and strips anti-analysis protections, such as tamper detection and anti-debugging code. The tool provides a suite of reverse engineering capabilities, including binary wrapper un

    C#
    View on GitHub↗7,426
Compare all 30 related projects→

Frequently asked questions

What does 3lp4tr0n/beaconhunter do?

Behavior based monitoring and hunting tool built in C# leveraging ETW tracing. Blue teamers can use this tool to detect and respond to potential Cobalt Strike beacons. Red teamers can use this tool to research ETW bypasses and discover new processes that behave like beacons.

What are the main features of 3lp4tr0n/beaconhunter?

The main features of 3lp4tr0n/beaconhunter are: Blue Team Tools, Detection Tools.

Which projects share features with 3lp4tr0n/beaconhunter?

Projects with overlapping indexed features include: ccob/beaconeye — BeaconEye scans running processes for active CobaltStrike beacons. When processes are found to be running beacon,… apr4h/cobaltstrikescan — Scan files or process memory for CobaltStrike beacons and parse their configuration. ben0xa/powershelldefense. 0xd4d/de4dot — de4dot is a .NET deobfuscator, unpacker, and assembly analysis tool. It is designed to remove obfuscation layers,… cedowens/c2-jarm — A list of JARM hashes for different ssl implementations used by some C2 tools. Also adding other useful red team tools… 0kee-team/watchad.