Skip to content

robert-gaines/aldrovanda

Repository files navigation

Aldrovanda

A samba server honeypot with payload disarm and analysis capabilities

docker build -t aldrovanda .
docker run -d -p 80:80 -p 139:139 -p 445:445 aldrovanda

Deployment & Monitoring Overview

aldrovanda_diagram

  • Files uploaded to the unauthenticated share are hashed, encrypted and relocated. The original file is deleted.
  • Encrypted files remain on the system and can be downloaded for later analysis.
  • Use the decrypt.py script along with the password established in the configuration file.
  • All Samba sessions are closed with a subprocess call to smbcontrol, thusly reducing the window for follow on actions by an intruder.

terminal

  • The web interface displays a listing of unique hashes, filenames and IP addresses The file listing allows for file retrieval.

web

  • In production

honeypot-sample \

  • Data products

Malware Hashes
Malware Data CSV
Malware Infrastructure Map

About

A samba honeypot and web UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors