An open API service indexing awesome lists of open source software.

https://github.com/chaitin/mimicry

Mimicry is a dynamic deception tool that actively deceives an attacker during exploitation and post-exploitation.
https://github.com/chaitin/mimicry

backdoor blue-team brute-force deception honeypot incident-response security security-tools waf webshell

Last synced: 2 months ago
JSON representation

Mimicry is a dynamic deception tool that actively deceives an attacker during exploitation and post-exploitation.

Awesome Lists containing this project

README

        

# Mimicry




Mimicry



Chat on Discord


Mimicry is a security tool developed by Chaitin Technology for active deception in exploitation and post-exploitation.


Active deception can live migrate the attacker to the honeypot without awareness. We can achieve a higher security level at a lower cost with Active deception.

English | δΈ­ζ–‡ζ–‡ζ‘£

## 🏠 Overview

Presentation


Vedio

## πŸ”₯ Demo

[![asciicast](https://asciinema.org/a/3WO3x1d4tx4KHb4pwbkBLg5lh.svg)](https://asciinema.org/a/3WO3x1d4tx4KHb4pwbkBLg5lh)

## πŸ•ΉοΈ Quick Start
### 1. Make sure docker, docker-compose is installed correctly on the machine
```
docker info
docker-compose version
```
### 2. Install [honeypot service](https://github.com/chaitin/mimicry/tree/main/honeypot)
```
docker-compose build
docker-compose up -d
```
### 3. Deploy [deception tool](https://github.com/chaitin/mimicry/tree/main/tools) on other machines
```
update config.yaml,replace ${honeypot_public_ip} to the public IP of honeypot service
```
### 4. Perform Webshell deceiving
```
./mimicry-tools webshell -c config.yaml -t php -p webshell_path
```

## πŸ“ Advance Usage

| Tool | Description |
|-----------------------------------------------------------|-----------------|
| [Web-Deception](docs/web-deception.md) | Fake vulnerabilities in web applications |
| [Webshell-Deception](docs/webshell-deception.md) | live migrate webshell to the honeypot |
| [Shell-Deception](docs/shell-deception.md) | live migrate ReverseShell/BindShell to the honeypot |

## 🏘️ Contact Us
1. You can make bug feedback and feature suggestions directly through GitHub Issues.
2. You can join the discussion group on [Discord](https://discord.gg/KjQGUrG8aJ) .