1 / 31

Strategies for Effective Worm Containment and Mitigation

Implementing a proactive approach to detect and contain worms is crucial in minimizing their impact. Factors influencing worm spread include vulnerable population size, infection rate, and infectious period. Techniques such as dynamic quarantine, behavior-based anomaly detection, and early detection play a vital role in slowing down worm propagation. Collaboration, monitoring, and rapid response are key in combating rapidly spreading worms.

barainka
Download Presentation

Strategies for Effective Worm Containment and Mitigation

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. Well-publicized worms Worm propagation curve Scanning strategies (uniform, permutation, hitlist, subnet) 1

  2. Three factors define worm spread: o Size of vulnerable population  Prevention – patch vulnerabilities, increase heterogeneity o Rate of infection (scanning and propagation strategy)  Deploy firewalls  Distribute worm signatures o Length of infectious period  Patch vulnerabilities after the outbreak

  3. This depends on several factors: o Reaction time o Containment strategy – address blacklisting and content filtering o Deployment scenario – where is response deployed Evaluate effect of containment 24 hours after the onset “Internet Quarantine: Requirements for Containing Self-Propagating Code”, Proceedings of INFOCOM 2003, D. Moore, C. Shannon, G. Voelker, S. Savage

  4. Idealized deployment: everyone deploys defenses after given period

  5. Idealized deployment: everyone deploys defenses after given period

  6. Reaction time needs to be within minutes, if not seconds We need to use content filtering We need to have extensive deployment on key points in the Internet

  7. Monitor outgoing connection attempts to new hosts When rate exceeds 5 per second, put the remaining requests in a queue When number of requests in a queue exceeds 100 stop all communication “Implementing and testing a virus throttle”, Proceedings of Usenix Security Symposium 2003, J. Twycross, M. Williamson

  8. Organizations share alerts and worm signatures with their “friends” o Severity of alerts is increased as more infection attempts are detected o Each host has a severity threshold after which it deploys response Alerts spread just like worm does o Must be faster to overtake worm spread o After some time of no new infection detections, alerts will be removed “Cooperative Response Strategies for Large-Scale Attack Mitigation”, Proceedings of DISCEX 2003, D. Norjiri, J. Rowe, K. Levitt

  9. As number of friends increases, response is faster Propagating false alarms is a problem

  10. Early detection would give time to react until the infection has spread The goal of this paper is to devise techniques that detect new worms as they just start spreading Monitoring: oMonitor and collect worm scan traffic oObservation data is very noisy so we have to filter new scans from  Old worms’ scans  Port scans by hacking toolkits C. C. Zou, W. Gong, D. Towsley, and L. Gao. "The Monitoring and Early Detection of Internet Worms," IEEE/ACM Transactions on Networking.

  11. Detection: oTraditional anomaly detection: threshold-based  Check traffic burst (short-term or long-term).  Difficulties: False alarm rate o“Trend Detection”  Measure number of infected hosts and use it to detect worm exponential growth trend at the beginning

  12. Worms uniformly scan the Internet oNo hitlists but subnet scanning is allowed Address space scanned is IPv4

  13. dI Simple epidemic model: t    * * ( ) I N I t t dt Detect worm here. Should have exp. spread

  14. Provides comprehensive observation data on a worm’s activities for the early detection of the worm Consists of : oMalware Warning Center (MWC) oDistributed monitors  Ingress scan monitors – monitor incoming traffic going to unused addresses  Egress scan monitors – monitor outgoing traffic

  15. Ingress monitors collect: oNumber of scans received in an interval oIP addresses of infected hosts that have sent scans to the monitors Egress monitors collect: oAverage worm scan rate Malware Warning Center (MWC) monitors: oWorm’s average scan rate oTotal number of scans monitored oNumber of infected hosts observed

  16. MWC collects and aggregates reports from distributed monitors If total number of scans is over a threshold for several consecutive intervals, MWC activates the Kalman filter and begins to test the hypothesis that the number of infected hosts follows exponential distribution

  17.  Population: N=360,000, Infection rate:  = 1.8/hour,  Scan rate  = 358/min, Initially infected: I0=10  Monitored IP space 220, Monitoring interval:  = 1 minute  estimation Infected hosts

  18.  Population: N=100,000  Scan rate  = 4000/sec, Initially infected: I0=10  Monitored IP space 220, Monitoring interval:  = 1 second  estimation Infected hosts

  19. Worms spread very fast (minutes, seconds) oNeed automatic mitigation If this is a new worm, no signature exists oMust apply behaviour-based anomaly detection oBut this has a false-positive problem! We don’t want to drop legitimate connections! Dynamic quarantine o“Assume guilty until proven innocent” oForbid network access to suspicious hosts for a short time oThis significantly slows down the worm spread C. C. Zou, W. Gong, and D. Towsley. "Worm Propagation Modeling and Analysis under Dynamic Quarantine Defense," ACM CCS Workshop on Rapid Malcode (WORM'03),

  20. Behavior-based anomaly detection can point out suspicious hosts oNeed a technique that slows down worm spread but doesn’t hurt legitimate traffic much o“Assume guilty until proven innocent” technique will briefly drop all outgoing connection attempts (for a specific service) from a suspicious host oAfter a while just assume that host is healthy, even if not proven so oThis should slow down worms but cause only transient interruption of legitimate traffic

  21. Assume we have some anomaly detection program that flags a host as suspicious oQuarantine this host oRelease it after time T oThe host may be quarantined multiple times if the anomaly detection raises an alarm oSince this doesn’t affect healthy hosts’ operation a lot we can have more sensitive anomaly detection technique

  22. 1 An infectious host is quarantined after time units A susceptible host is falsely quarantined after time units 2   1 1 Quarantine time is T, after that we release the host A few new categories: oQuarantined infectious R(t) oQuarantined susceptible Q(t)

  23. Initially 75,000 vulnerable hosts Quarantine rate of infectious host is per second oInfectious host will be quarantined after 5 seconds on average Quarantine rate of susceptible host is per second oThere are 2 false alarms per host per day T=10 seconds 1  2 . 0 00002315 . 0 2 

  24. T=30sec T=10sec

  25. Cleaning R(t) Cleaning I(t)

More Related