Live data from Hacker News

My first DDoS attack for a $200 ransom

ghirardotti.fr

1–10 of 67 posts

Re: My first DDoS attack for a $200 ransom

#4

Apparently, it didn't work. :) Site not installed The site ghirardotti.fr is not yet installed [Edit: it's up now.]

Though, it is interesting how an article with a dead link made it on the frontpage with 3 points.

It's working well for me. And as it's a GitHub website, it should be ok...

Re: My first DDoS attack for a $200 ransom

#5

Apparently, it didn't work. :) Site not installed The site ghirardotti.fr is not yet installed [Edit: it's up now.]

Though, it is interesting how an article with a dead link made it on the frontpage with 3 points.

And there are 73 persons on it right now if I believe Google Analytics

Re: My first DDoS attack for a $200 ransom

#7

Earlier quoted context omitted.

Though, it is interesting how an article with a dead link made it on the frontpage with 3 points.

And there are 73 persons on it right now if I believe Google Analytics

[ Edit: I'm almost certain it's an ipv6 vs ipv4 issue. the ipv4 addresses resolve to github pages land, the ipv6 address resolves to somewhere inside OVH - the issue being that if the viewer's network infrastructure prefers ipv6, they will get a holding page from OVH stating that that "Site not installed / The site ghirardotti.fr is not yet installed" ]

Dig:

  dig ghirardotti.fr
  ;; ->>HEADER
Both ip's belong to Github, probably used as a failover/load balancing/round robin pair of some kind.

reverse dns

dig -x 192.30.252.154

  ; > DiG 9.8.3-P1 > -x 192.30.252.154
  ;; global options: +cmd
  ;; Got answer:
  ;; ->>HEADER
dig ipv6:

  dig AAAA ghirardotti.fr

  ; > DiG 9.8.3-P1 > AAAA ghirardotti.fr
  ;; global options: +cmd
  ;; Got answer:
  ;; ->>HEADER
Reverse dns on that:

  dig -x 2001:41d0:1:1b00:213:186:33:19

  ; > DiG 9.8.3-P1 > -x 2001:41d0:1:1b00:213:186:33:19
  ;; global options: +cmd
  ;; Got answer:
  ;; ->>HEADER

Re: My first DDoS attack for a $200 ransom

#8
Roughly, a somewhat lackluster response to a somewhat lackluster DDoS attempt.

They tried blocking specific ip addresses, which didn't work, because the attack was somewhat distributed. They then just turned on some caching, which allowed the site to function, albeit with an unknown excess bandwidth charge pending.

And, the DDoS itself can't of been terribly impressive, as all it took to mitigate was a bit of caching. He mentions 10 requests / sec as the scale of the attack.

Post reply on HN