Slashdot Mirror


User: natetron

natetron's activity in the archive.

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

Comments · 4

  1. Re:Yes, but other than that, how did you like it? on Microsoft's Hotmail Challenge Backfires · · Score: 1

    I am sure even MS rate-limits login attempts.

    No they dont rate limit as that would be a DOS vector long before the bruteforced EoP vector

  2. Who fires by email? on Company Accidentally Fires Entire Staff Via Email · · Score: 1

    Is that a thing ?

  3. Re:Web Application Firewall on Ask Slashdot: Writing Hardened Web Applications? · · Score: 1

    WAF is only as good as the regex rules and quickly fall over if you have a non script kiddy playing with you. For example watch how many block sql injection of 'or 1=1' but miss 'or 2 not like 3'

  4. Apply the SDL approach on Ask Slashdot: Writing Hardened Web Applications? · · Score: 1

    Actually implementing the security dev lifecycle is a good starter. At minimum create some threat models and identifiy the attack vectors and targets.