malice on the internet
play

Malice on the Internet A Peek into Todays Security Attacks Arvind - PowerPoint PPT Presentation

Malice on the Internet A Peek into Todays Security Attacks Arvind Krishnamurthy Thursday, November 4, 2010 Bit of History: Morris Worm Worm was released in 1988 by Robert Morris Graduate student at Cornell, son of NSA scientist


  1. Malice on the Internet A Peek into Today’s Security Attacks Arvind Krishnamurthy Thursday, November 4, 2010

  2. Bit of History: Morris Worm • Worm was released in 1988 by Robert Morris • Graduate student at Cornell, son of NSA scientist • Worm was intended to propagate slowly and harmlessly measure the size of the Internet • Due to a coding error, it created new copies as fast as it could and overloaded infected machines • $10-100M worth of damage • Convicted under Computer Fraud and Abuse Act, sentenced to 3 years of probabation • Now an EECS professor at MIT Thursday, November 4, 2010

  3. Morris Worm and Buffer Overflow • One of the worm’s propagation techniques was a buffer overflow attack against a vulnerable version of fingerd on VAX systems • By sending a special string to the finger daemon, worm caused it to execute code creating a new worm copy • Unable to determine remote OS version, worm also attacked fingerd on Suns running BSD, causing them to crash (instead of spawning a new copy) Thursday, November 4, 2010

  4. Buffer Overflow Attacks Over Time • Used to be a very common cause of Internet attacks • 50% of advisories from CERT in 1998 • Morris worm (1988): overflow in fingerd • 6,000 machines infected • CodeRed (2001): overflow in MS-IIS server • 300,000 machines infected in 14 hours • SQL Slammer (2003): overflow in MS-SQL server • 75,000 machines infected in 10 minutes • Question: how effective are buffer overflow attacks today? Thursday, November 4, 2010

  5. Today’s Security Landscape • How are today’s attacks executed? • How can we defend against them? • What are the economic incentives? Thursday, November 4, 2010

  6. Economic Incentives • Phishing • Steal personal information • Click Fraud • DDoS (distributed denial of service) • Compromise machines to perform all of the above Thursday, November 4, 2010

  7. Example 1 • Phishing campaign to steal critical information Thursday, November 4, 2010

  8. Example 2 • Compromising website that downloads malware Thursday, November 4, 2010

  9. Typical Timeline Search for vulnerable webservers Compromise webserver Host phishing/malware page Propagate link to potential victims Compromised machine joins a Botnet Thursday, November 4, 2010

  10. Devising Defenses • Comprehensive defense is necessary • Measure and understand • Learn from attacker’s actions • Infiltration is an effective technique Thursday, November 4, 2010

  11. Typical Timeline Search for vulnerable webservers Compromise webserver Host phishing/malware page Propagate link to potential victims Compromised machine joins a Botnet Thursday, November 4, 2010

  12. Typical Timeline • Step 1: Compromise a popular webserver • Target popular webservers because they are likely to attract more web traffic • How does the attacker find a server to compromise? Thursday, November 4, 2010

  13. The dark side of Search Engines • Poorly configured servers may expose sensitive information • Attackers can craft malicious queries "index of /etc” • Find misconfigured or vulnerable servers Thursday, November 4, 2010

  14. Finding vulnerable servers search term Text Thursday, November 4, 2010

  15. Finding vulnerable servers search term Text Thursday, November 4, 2010

  16. Finding vulnerable servers search term Text “Powered by DataLife Engine” Thursday, November 4, 2010

  17. Finding vulnerable servers search term Text Thursday, November 4, 2010

  18. Defense: “Search Engine Audits” • Identify malicious queries issued by an attacker • can filter results for such queries • Study and gain insights • follow attackers trail and understand objectives • detect attacks earlier Thursday, November 4, 2010

  19. Our dataset • Bing search logs for 3 months • 1.2 TB of data • Billions of queries Thursday, November 4, 2010

  20. SearchAudit: the approach • Two stages: Identification & Investigation • Identification 1. Start with a few known malicious queries (seed set) 2. Expand the seed set 3. Generalize • Investigation • Analyze identified queries to learn more about attacks Thursday, November 4, 2010

  21. The seed set Seed queries Seed queries Seed queries Thursday, November 4, 2010

  22. The seed set • Seed Hackers post such malicious queries Seed queries in underground forums queries Seed queries Thursday, November 4, 2010

  23. The seed set • Seed Hackers post such malicious queries Seed queries in underground forums queries Seed queries Thursday, November 4, 2010

  24. The seed set • Seed Hackers post such malicious queries Seed queries in underground forums queries Seed queries • We crawl these forums to find such posts • We used 500 seed queries posted between May ’06 - August ’09 Thursday, November 4, 2010

  25. Seed set expansion Seed queries Search Seed queries log Seed queries Seed query IPs Expanded query set Thursday, November 4, 2010

  26. Seed set expansion Seed set is small and incomplete Seed queries To expand the small seed set: Search Seed queries log Seed queries 1. Find exact query match from search logs Seed query IPs 2. Find IPs which performed these malicious queries Expanded query set 3. Mark other queries from these IPs as suspect Thursday, November 4, 2010

  27. Generalize the queries Seed queries • Exact queries are too specific at times Search Seed queries log Seed • queries Problem if queries are modified slightly • Seed Regular Solution: Regular Expressions query IPs Attackers' expressions queries + results • captures the structure of the query Regular Expanded • expression query set match similar queries in the future engine Thursday, November 4, 2010

  28. Generalize the queries Seed queries • Exact queries are too specific at times Search Seed queries log Seed • queries Problem if queries are modified slightly • Seed Regular Solution: Regular Expressions query IPs Attackers' expressions queries + results • captures the structure of the query Regular Expanded • expression query set match similar queries in the future engine Thursday, November 4, 2010

  29. A quantitative example Seed queries Unique 122 Queries 174 IPs Thursday, November 4, 2010

  30. A quantitative example Seed queries Expanded set Unique 122 800 Queries 174 264 IPs Thursday, November 4, 2010

  31. A quantitative example Seed queries Expanded set RegEx match Unique 122 800 3560 Queries 174 264 1001 IPs Thursday, November 4, 2010

  32. Looping back • We now have a larger set of malicious queries • These can be fed back to SearchAudit as a new set of seeds Thursday, November 4, 2010

  33. Architecture Loop back seed queries Seed queries Search Seed queries log Seed queries Seed Regular query IPs Attackers' expressions queries + results Regular Expanded expression query set engine Thursday, November 4, 2010

  34. A quantitative example RegEx match + Seed queries Expanded set RegEx match loopback Unique 122 800 3560 ~540k Queries 174 264 1001 ~40k IPs Total pageviews : 9M+ Thursday, November 4, 2010

  35. Typical Timeline Search for vulnerable webservers Compromise webserver Host phishing/malware page Propagate link to potential victims Compromised machine joins a Botnet Thursday, November 4, 2010

  36. An Example • OSCommerce is a web software for managing shopping carts • Compromise is simple: just upload a file! • If http://www.example.com/store is the site, upload a file by issuing a post on: http://www.example.com/store/admin/file_manager.php/ login.php?action=processuploads • Post argument provides the file to be uploaded • Uploaded file is typically a graphical command interpreter Thursday, November 4, 2010

  37. Command Module • Allows hacker to navigate through the file system, upload new files, perform brute force password cracking, open a network port, etc . Thursday, November 4, 2010

  38. Uploaded PHP Script Thursday, November 4, 2010

  39. Web Honeypots • First goal is to understand what techniques are being used to compromise • Setup web honeypots that appear attractive to attackers • Log all interactions with attackers Thursday, November 4, 2010

  40. Options • Install popular vulnerable software • Create front pages that appear to be running vulnerable software • Proxy requests to website running vulnerable software • Issues: • Manual overhead in installing specific packages • High interaction vs. low interaction honeypots Thursday, November 4, 2010

  41. Heat-Seeking Honeypots World Wide Web Search 2 3 results 1 1 Web pages Attack request 6 1 Malicious query Webapp feed 4 Apache 1 1 1 Encapsulated VM pages Attackers Query Add to search 5 1 engine index HEAT-SEEKING HONEYPOT 7 1 Attack log Thursday, November 4, 2010

  42. Heat-Seeking Honeypots World Wide Web Search 2 3 results 1 1 Web pages Attack request 6 1 Malicious query Webapp feed 4 Apache 1 1 1 Encapsulated VM pages Attackers Query Add to search 5 1 engine index HEAT-SEEKING HONEYPOT 7 1 Attack log • Step 1: obtain malicious queries from SearchAudit Thursday, November 4, 2010

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend