1 / 72

HoneyPots

HoneyPots. Malware Class Presentation Xiang Yin, Zhanxiang Huang, Nguyet Nguyen November 2 nd 2004. Problems. Why?. Problems (2). The Internet security is hard New attacks every day Our computers are static targets What should we do?

Download Presentation

HoneyPots

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. HoneyPots Malware Class Presentation Xiang Yin, Zhanxiang Huang, Nguyet Nguyen November 2nd 2004

  2. Problems Why?

  3. Problems (2) • The Internet security is hard • New attacks every day • Our computers are static targets • What should we do? • The more you know about your enemy, the better you can protect yourself • Fake target?

  4. Solutions? Air Attack Fake Real A Detected….

  5. Honeypots? • Fake Target • Collect Infomation

  6. Agenda • Honeypots: an whitepaper • Honeyd • Honeynet • Discussion

  7. History of Honeypots • 1990/1991 The Cuckoo’s Egg and Evening with Berferd • 1997 - Deception Toolkit • 1998 - CyberCop Sting • 1998 - NetFacade (and Snort) • 1998 - BackOfficer Friendly • 1999 - Formation of the Honeynet Project • 2001 - Worms captured

  8. Definition A honeypot is an information system resource whose value lies in unauthorized or illicit use of that resource. • Has no production value; anything going to/from a honeypot is likely a probe, attack or compromise • Used for monitoring, detecting and analyzing attacks • Does not solve a specific problem. Instead, they are a highly flexible tool with different applications to security.

  9. Classification • By level of interaction • High • Low • Middle? • By Implementation • Virtual • Physical • By purpose • Production • Research

  10. Level of Interaction • Low Interaction • Simulates some aspects of the system • Easy to deploy, minimal risk • Limited Information • Honeyd • High Interaction • Simulates all aspects of the OS: real systems • Can be compromised completely, higher risk • More Information • Honeynet

  11. Level of Interaction Low Fake Daemon Operating system Medium Disk High Other local resource

  12. Physical V.S. Virtual Honeypots • Two types • Physical • Real machines • Own IP Addresses • Often high-interactive • Virtual • Simulated by other machines that: • Respond to the traffic sent to the honeypots • May simulate a lot of (different) virtual honeypots at the same time

  13. How do HPs work? Prevent Detect Response No connection Monitor

  14. Production HPs: Protect the systems • Prevention • Keeping the bad guys out • not effective prevention mechanisms. • Deception, Deterence, Decoys do NOT work against automated attacks: worms, auto-rooters, mass-rooters • Detection • Detecting the burglar when he breaks in. • Great work • Response • Can easily be pulled offline • Little to no data pollution

  15. Research HPs: gathering information • Collect compact amounts of high value information • Discover new Tools and Tactics • Understand Motives, Behavior, and Organization • Develop Analysis and Forensic Skills • HONEYNET?

  16. Building your HoneyPots • Specifying Goals • Selecting the implementation strategies • Types, Number, Locations and Deployment     • Implementing Data Capture • Logging and managing data • Mitigating Risk • Mitigating Fingerprint

  17. Location of Honeypots • In front of the firewall • Demilitarized Zone • Behind the firewall (Intranet)

  18. Capturing Information • Host based: • Keystrokes • Syslog • Network based: • Firewall • Sniffer • IP not resolve name

  19. Logging and Managing Data • Logging architecture • Managing data

  20. Maintaining Honeypots • Detection and Alert • Response • Data Analysis • Update

  21. Honeyd: A Virtual Honeypot Framework By Zhanxiang Huang November 2nd, 2004

  22. Physical V.S. Virtual Honeypots • PH (Real machines, NICs, typically high-interaction) • High maintenance cost; • Impractical for large address spaces; • VH (Simulated by other machines) • Multiple virtual services and VMs on one machine; • Typically it only simulate network level interactions, but still able to capture intrusion attempts;

  23. What is Honeyd? • Honeyd: A virtual honeypotapplication, which allows us to createthousands of IP addresses with virtual machines and corresponding network services. • Written by Neil Provos available at http://www.honeyd.org/

  24. What can honeyd do? • Simulates operating systems at TCP/IP stack level, supporting TCP/UDP/ICMP; • Support arbitrary services; • Simulate arbitrary network topologies; • Support tunneling and redirecting net traffic;

  25. Illustration Simple

  26. How it attracts worms? • Honey!~ But technically they need to advertise themselves; • Three methods: • Create special routes; • Proxy ARP; • Network tunnels.

  27. routing Personality Engine Packet Dispatcher routing Configuration DataBase UDP TCP ICMP Services How it works? Network

  28. Why Personality Engine? • To fool fingerprinting tools • Uses fingerprint databases by • Nmap, for TCP, UDP • Xprobe, for ICMP • Introduces changes to the headers of every outgoing packet before sent to the network

  29. Why Routing topology? • Simulates virtual network topologies; • Some honeypots are also configured as routers • Latency and loss rate for each edge is configured; • Support network tunneling and traffic redirection;

  30. Why Redirect Connection? :D

  31. How to Configure? • Each virtual honeypot is configured with a template. • Commands: • Create: Creates a new template • Set: • Assign personality (fingerprint database) to a template • Specify default behavior of network protocols • Block: All packets dropped • Reset: All ports closed by default • Open: All ports open by default • Add: Specify available services • Proxy: Used for connection forwarding • Bind: Assign template to specific IP address

  32. Show Time!~ • Real Demo by Zhanxiang • This simplified configuration was used with attract the MSBlast worm over the Internet: create default set default personality "Windows XPPro" add default tcp port 135 open add default tcp port 4444 "/bin/shscripts/WormCatcher.sh $ipsrc $ipdst" set default tcp action block set default udp action block

  33. Applications • Worm detection and blocking • Combine with automated its post-processing tools, like NIDS signature generation tool honeycomb[1]; • Network decoys • Spam Prevention

  34. Simulation Results of Anti-Worm

  35. How real is it? • Traceroute to a virtual host • Path of the hosts according to the configuration • Latency measured double the one specified • Correct because packets have to travel each link twice • Fingerprinting to the • Router personality • Nmap and Xprobe detected Cisco router • NetBSD personality • Nmap detected NetBSD • Xprobe listed a number of possibilities including NetBSD

  36. Risks? • Some smart worms may wake up! The honeyd will be snubbed; • We might become accessary if our honeyd is compromised and used as bounce;

  37. In theory: Remote actions Local actions Cloaking issues Breaking the Matrix Practical ways: layer 2 Sebek-based Honeypots Fake AP Bait and Switch Honeypots Are attackers nuts? (From securityfocus paper on Sep. 28, 2004 : “Defeating Honeypots: Network Issues”, by Laurent Oudot and Thorsten Holz) http://www.securityfocus.com/infocus/1803

  38. Questions?

  39. Honeynet By Xiang Yin November 2nd, 2004

  40. What is a Honeynet • High-interaction honeypot designed to: • capture in-depth information • learn who would like to use your system without your permission for their own ends • Its an architecture, not a product or software. • Populate with live systems. • Can look like an actual production system

  41. What is a Honeynet • Once compromised, data is collected to learn the tools, tactics, and motives of the blackhat community. • Information has different value to different organizations. • Learn vulnerabilities • Develop response plans

  42. What’s The Difference? • Honeypots use known vulnerabilities to lure attack. • Configure a single system with special software or system emulations • Want to find out actively who is attacking the system • Honeynets are networks open to attack • Often use default installations of system software • Behind a firewall • Rather they mess up the Honeynet than your production system

  43. How it works • A highly controlled network where every packet entering or leaving is monitored, captured, and analyzed. • Any traffic entering or leaving the Honeynet is suspect by nature.

  44. Diagram of Honeynet

  45. Diagram of Honeynet

  46. Data Control • Containment of activity • Mitigate risks • Freedom vs. risk • Multiple mechanisms – layers • Counting outbound connections • Intrusion prevention gateways • Bandwidth restrictions • Fail closed! • Minimize risk, but not eliminate!

  47. Data Control

  48. Data Capture • This is the reason for setting up a honeynet. • Hidden kernel module that captures all activity • monitoring and logging • Challenge: encryption • Activities over encrypted channels (IPSec, SSH, SSL, etc) • Multiple layers of data capture • Firewall layer, network layer, system layer • Minimize the ability of attackers to detect • Make as few modifications as possible • Store data on a secured remote system • Also, reduce risk but not eliminate!

More Related