All Projects → bhdresh → Dejavu

bhdresh / Dejavu

Licence: gpl-3.0
DejaVU - Open Source Deception Framework

Projects that are alternatives of or similar to Dejavu

potd
A high scalable low to medium interactive SSH/TCP honeypot using Linux Namespaces, capabilities, seccomp, cgroups designed for OpenWrt and IoT devices.
Stars: ✭ 28 (-89.43%)
Mutual labels:  honeypot
seahorse
ELKFH - Elastic, Logstash, Kibana, Filebeat and Honeypot (HTTP, HTTPS, SSH, RDP, VNC, Redis, MySQL, MONGO, SMB, LDAP)
Stars: ✭ 31 (-88.3%)
Mutual labels:  honeypot
anti-honeypot
一款可以检测WEB蜜罐并阻断请求的Chrome插件,能够识别并阻断长亭D-sensor、墨安幻阵的部分溯源api
Stars: ✭ 38 (-85.66%)
Mutual labels:  honeypot
HosTaGe
Low Interaction Mobile Honeypot
Stars: ✭ 58 (-78.11%)
Mutual labels:  honeypot
rdppot
RDP honeypot
Stars: ✭ 55 (-79.25%)
Mutual labels:  honeypot
VindicateTool
LLMNR/NBNS/mDNS Spoofing Detection Toolkit
Stars: ✭ 40 (-84.91%)
Mutual labels:  honeypot
honeyku
A Heroku-based web honeypot that can be used to create and monitor fake HTTP endpoints (i.e. honeytokens).
Stars: ✭ 56 (-78.87%)
Mutual labels:  honeypot
BurningDogs
Honeypot log processor to create OTX Pulse entries
Stars: ✭ 31 (-88.3%)
Mutual labels:  honeypot
ElasticpotPY
Elasticsearch honeypot written in Python with Bottle framework
Stars: ✭ 16 (-93.96%)
Mutual labels:  honeypot
techmap
Honeypot's Tech Map
Stars: ✭ 43 (-83.77%)
Mutual labels:  honeypot
HellPot
HellPot is a portal to endless suffering meant to punish unruly HTTP bots.
Stars: ✭ 146 (-44.91%)
Mutual labels:  honeypot
SentryPeer
A distributed peer to peer list of bad actor IP addresses and phone numbers collected via a SIP Honeypot.
Stars: ✭ 108 (-59.25%)
Mutual labels:  honeypot
WebTrap
This project is designed to create deceptive webpages to deceive and redirect attackers away from real websites.
Stars: ✭ 45 (-83.02%)
Mutual labels:  honeypot
Mimir
OSINT Threat Intel Interface - CLI for HoneyDB
Stars: ✭ 104 (-60.75%)
Mutual labels:  honeypot
Awesome-Deception
An awesome list of resources on deception-based security with honeypots and honeytokens
Stars: ✭ 61 (-76.98%)
Mutual labels:  honeypot
honeybits-win
Windows version of honeybits - a PoC tool to create breadcrumbs and honeytokens, to lead the attackers to your honeypots!
Stars: ✭ 20 (-92.45%)
Mutual labels:  honeypot
dystopia
Low to medium multithreaded Ubuntu Core honeypot coded in Python.
Stars: ✭ 59 (-77.74%)
Mutual labels:  honeypot
docker-ssh-honey
SSH Honey pot for docker
Stars: ✭ 42 (-84.15%)
Mutual labels:  honeypot
sshsyrup
A low-to-medium interaction SSH Honeypot with features to capture terminal activity and upload to asciinema.org
Stars: ✭ 84 (-68.3%)
Mutual labels:  honeypot
cowrie-logviewer
A simple log viewer for cowrie
Stars: ✭ 20 (-92.45%)
Mutual labels:  honeypot

Virtual Box Download Link

Changelog

  • New functionality

    • Syslog aggregator service for centralised logging and monitoring (Settings >> Update Syslog Details >> Enable log aggregation service)
    • SSH decoy to log attempted username and password
    • Customize TTL and MAC address of decoys
  • Bug fixes

DejaVU - Open Source Deception Framework

DejaVu is an open source deception framework which can be used to deploy decoys across the infrastructure. This could be used by the defender to deploy multiple interactive decoys (HTTP Servers, SQL, SMB, FTP, SSH, client side – NBNS) strategically across their network on different VLAN’s. To ease the management of decoys, we have built a web based platform which can be used to deploy, administer and configure all the decoys effectively from a centralized console. Logging and alerting dashboard displays detailed information about the alerts generated and can be further configured on how these alerts should be handled. If certain IP’s like in-house vulnerability scanner, SCCM etc. needs to be discarded, this can be configured which effectively would mean very few false positives.

Alerts only occur when an adversary is engaged with the decoy, so now when the attacker touches the decoy during reconnaissance or performs authentication attempts this raises a high accuracy alert which should be investigated by the defense. Decoys can also be placed on the client VLAN’s to detect client side attacks such as responder/LLMNR attacks using client side decoys. Additionally, common attacks which the adversary uses to compromise such as abusing Tomcat/SQL server for initial foothold can be deployed as decoys, luring the attacker and enabling detection.

DejaVu has been presented at Blackhat Arsenal, Defcon Demo Labs and HITB Armory

Architecture

Deja Vu Architecture

  • Host OS: Primary OS hosting the DejaVU virtual box. Note: Primary
    host can be OS independent Windows/Linux and can be based on
    corporate hardening guidelines.
  • DejaVu Virtual Box: Debian based image containing open source deception framework to deploy multiple interactive decoys (HTTP Servers, SQL, SMB, FTP, SSH, client side – NBNS, etc.).
  • Networking
    • Management Interface – An interface to access web based management console. (Recommended to be isolated from internal network.)
    • Decoy Interface – Trunk/Access interface for inbound connections from different networks towards the interactive decoys. (Recommended to block outbound connections from this interface)
    • Virtual Interfaces – Interfaces bridged with decoy interface to channel traffic towards the decoys.
  • Server Dockers – Docker based service containers – HTTP(Tomcat/Apache), SQL, SMB, FTP, SSH, etc.
  • Client Dockers – Docker based client container – NBNS client
  • Management Console (Web + DB) – A centralized console to deploy, administer and configure all the decoys effectively along with logging and alerting dashboard to display detailed information about the alerts generated.

Sneak Peek

To Do

  • [x] Initial Setup Wizard
  • [x] Upload custom file structure/pages for web (Apache) decoys
  • [x] Persistance on reboot
  • [x] Backup/Restore configuration
  • [x] Custom Filters to exclude inhouse scanners/asset discovery tool
  • [x] Implement syslog
  • [x] Event management to manage generated threat events
  • [x] Digital breadcrumbs
  • [x] HTTPS for Web/Management UI
  • [x] Apache docker to serve both HTTP and HTTPS connections
  • [x] SNMP, MODBUS and S7COMM server decoys
  • [x] Syslog aggregator service for centralised logging and monitoring
  • [x] Customize TTL and MAC address of decoys
  • [ ] Code Cleanup and sanitization
  • [ ] Add client side decoys generating HTTP, FTP traffic
  • [ ] ISO image
  • [ ] Wiki

Authors

Bhadresh Patel (@bhdresh)

Harish Ramadoss (@hramados)

Credits

  • AdminLTE for their awesome UI theme
  • Big shout to open source community for previous work on Honeypots/Deception
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].