Honeyd

Honeyd is a small daemon that creates virtual hosts on a network.
Download

Honeyd Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Niels Provos
  • Publisher web site:
  • http://monkey.org/~provos/scanssh/

Honeyd Tags


Honeyd Description

Honeyd is a small daemon that creates virtual hosts on a network. The hosts can be configured to run arbitrary services, and their personality can be adapted so that they appear to be running certain operating systems. Honeyd enables a single host to claim multiple addresses - I have tested up to 65536 - on a LAN for network simulation.Honeyd improves cyber security by providing mechanisms for threat detection and assessment. It also deters adversaries by hiding real systems in the middle of virtual systems. It is possible to ping the virtual machines, or to traceroute them. Any type of service on the virtual machine can be simulated according to a simple configuration file. Instead of simulating a service, it is also possible to proxy it to another machine. annotate "AIX 4.0 - 4.2" fragment old# Example of a simple host template and its binding create templateset template personality "AIX 4.0 - 4.2"add template tcp port 80 "sh scripts/web.sh"add template tcp port 22 "sh scripts/test.sh $ipsrc $dport"add template tcp port 23 proxy 10.23.1.2:23set template default tcp action resetbind 10.21.19.102 templateThe different TCP personalities are learned from reading a nmap fingerprint file. The configured personality is the operating system that nmap or xprobe will return. Personalities can be annotated to determine if they allow FIN-scans for open ports or to select the preference in which they reassemble fragmented IP packets. Honeyd can be used to create a virtual honey net or for general network monitoring. It supports the creation of a virtual network topology including dedicated routes and routers. The routes can be attributed with latency and packet loss to make the topology seem more realistic. Because Honeyd interacts with potentially malicious adversaries, you should sandbox it with Systrace. Systrace prevents an adversary from exploiting bugs in your Honeyd scripts.Subsystem VirtualizationHoneyd supports service virtualization by executing Unix applications as subsystems running in the virtual IP address space of a configured honeypot. This allows any network application to dynamically bind ports, create TCP and UDP connections using a virtual IP address. Subsystems are virtualized by intercepting their network requests and redirecting them to Honeyd. Every configuration template may contain subsystems that are started as separated processes when the template is bound to a virtual IP address. An additional benefit of this approach is the ability of honeypots to create sporadic background traffic like requesting web pages and reading email, etc. Network Simulation/Internet-In-The-BoxHoneyd supports assymetric routes and the integration of physical machines into the virtual network topology. As a result, it is possible to use Honeyd for simple network simulations: Physical hosts can be exposed to high latency or packet loss, arbitrary routing infrastructures, etc.route entry 10.0.0.1 network 10.0.0.0/8route 10.0.0.1 link 10.0.0.0/24route 10.0.0.1 add net 10.4.0.0/14 tunnel "thishost" "honeyd-b"route 10.0.0.1 add net 10.1.0.0/16 10.1.0.1 latency 55ms loss 0.1route 10.0.0.1 add net 10.2.0.0/16 10.2.0.1 latency 20ms loss 0.1route 10.0.0.1 add net 10.3.0.0/16 10.2.0.1 latency 20ms loss 0.1route 10.1.0.1 link 10.1.0.0/24route 10.2.0.1 link 10.2.0.0/24route 10.2.0.1 add net 10.3.0.0/16 10.3.0.1 latency 10ms loss 0.1route 10.3.0.1 link 10.3.0.0/24route 10.3.0.1 add net 10.3.1.1/24 10.3.1.1 latency 10msroute 10.3.0.1 add net 10.3.240.0/20 10.3.240.1 latency 5msroute 10.3.1.1 link 10.3.1.1/24route 10.3.240.1 link 10.3.240.0/20route 10.3.240.1 add net 0.0.0.0/0 10.3.0.1 latency 40ms loss 0.5 bind 10.2.0.243 to fxp0bind 10.3.1.15 to fxp0Using GRE tunneling allows the creation of distributed setups that allow Honeyd to scale to larger networks. It also allows virtual machines to be spread across separate address spaces as GRE tunnel selection can be based on the source addresses.Requirements:· libevent - an asynchronous event library.· libdnet - the dumb network library.· libpcap - a packet capture library.What's New in This Release:· This version includes proper handling of ARP packets.· It also adds support for Mac OS X by automatically disabling kqueue and poll on Mac OS X, so that Honeyd gets notified on bpf events.· It's easier to compile due to removed dependence on libdnsres; libevent's DNS support is used instead.· A more flexible configuration of proxy directive supports hybrid honeypot environments.


Honeyd Related Software