Slashdot Mirror


User: dugsong

dugsong's activity in the archive.

Stories
0
Comments
6
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 6

  1. Backscatter analysis on Study on DoS Activity In The Internet · · Score: 2

    Analyzing the backscatter traffic from attacks is actually a very well-known technique among firewall admins and other security practitioners.

    lcamtuf's wtfs project, for instance, has successfully used this kind of distributed monitoring to discover many interesting probes, including Hotmail's stealthy reverse tracerouting, strange behaviour from f5 load balancers, as well as many actual attacks and scans, by monitoring unused /16s and random hosts across the net.

  2. Closing your mouth with a firehose at your face on DDoS Detection Devices · · Score: 1
    Any solution to a widely distributed denial-of-service attack also needs to be distributed across the network. Almost any device at the edge of the network can tell you when it's being flooded, but traceback and remediation requires upstream cooperation.

    Our approach is to detect attacks from various points in the network, correlate and trace them back to points closest to the source, and then take corrective measures there -- not downstream at the victim, which is indeed only an exercise in futility.

    Perhaps the best analogy is to having stop lights at on-ramps to prevent highway congestion -- distributed detection at the edges, and filtering at the ingress points closest to the source.

  3. Points of failure on DDoS Detection Devices · · Score: 1
    To answer two concerns regarding the abuse of our system for denial-of-service itself, either as single points of failure, or as potential zombies:

    1. As a non-intrusive passive monitoring solution (ie. not a bump-in-the-wire) that leverages the existing network infrastructure for the gathering of coarse-grained network statistics, there isn't much to attack, either directly or indirectly. Additionally, most networks tend to be overprovisioned at the core (largely where our monitoring is targeted), such that DDoS attacks typically don't have effect on the infrastructure itself until much further downstream.

    2. In terms of our base platform, we're running a custom, embedded version of OpenBSD on read-only media (several of us are OpenBSD developers as well). We have taken great pains to audit and protect our system both from direct and indirect attack (e.g. against the detection mechanisms), leveraging years of experience in building, exploiting, and fixing network intrusion detection systems, firewalls, and various network protocols in our own design and implementation.
  4. Re:I Still Don't Get It on DDoS Detection Devices · · Score: 1
    Any solution to a widely distributed denial-of-service attack also needs to be distributed across the network. Almost any device at the edge of the network can tell you when it's being flooded, but traceback and remediation requires upstream cooperation.

    Our approach is to detect attacks from various points in the network, correlate and trace them back to points closest to the source, and then take corrective measures there -- not downstream at the victim, which is indeed only an exercise in futility.

    Perhaps the best analogy is to having stop lights at on-ramps to prevent highway congestion -- distributed detection at the edges, and filtering at the ingress points closest to the source.

  5. Re:OpenBSD style(9) on Where Can I Find Beautiful Code? · · Score: 1

    man 9 style

  6. RIO - RAM I/O on A Semi-Radical Approach To Avoiding fsck · · Score: 2

    see the Rio / Vista work by Pete Chen, Dave Lowell, et al. which won best paper at SOSP several years ago...