Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ Some of the tools may be specifically designed for blue teaming, while others ar
<li><b><a href="#procfilter">procfilter</a></b><i> YARA-integrated process denial framework</i></li>
<li><b><a href="#velociraptor">velociraptor</a></b><i> Endpoint visibility and collection tool</i></li>
<li><b><a href="#sysmonsearch">SysmonSearch</a></b><i> Sysmon event log visualisation</i></li>
<li><b><a href="#krawl">Krawl</a></b><i> Web honeypot and anti-crawler</i></li>
</ul>
</ul>
</details>
Expand Down Expand Up @@ -792,6 +793,16 @@ Full installation instructions can be found [here](https://github.com/JPCERTCC/S

*Image used from https://blogs.jpcert.or.jp/ja/2018/09/SysmonSearch.html*

### [🔙](#tool-list)[Krawl](https://github.com/BlessedRebuS/Krawl)

Krawl is a modern, customizable web honeypot and deception server designed to detect and track malicious activity from attackers, web crawlers, and automated scanners. It creates realistic fake web applications with deceptive pages, fake credentials, honeypot paths, and canary token integration to attract and identify suspicious behavior.

Krawl also includes AI-generated deception pages, spider trap pages, fake login portals, IP reputation analysis, and a real-time dashboard for monitoring suspicious activity. It can be deployed in standalone mode with SQLite or in scalable mode with PostgreSQL and Redis.

**Install:**

You can find installation and deployment instructions [here](https://github.com/BlessedRebuS/Krawl).

Threat Tools and Techniques
====================

Expand Down