Viewing profile — idealhavoc
idealhavoc
HN member- Joined
- Tue, Jun 27, 2017, 5:32 PM UTC
- HN karma
- 21
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About idealhavoc
Recent public activity
-
comment
Comment #18418643
In our maps blog post we have a section where we talk about applying different rate limits for different paths ( https://www.haproxy.com/blog/introduction-to-haproxy-maps/#r... ). …
-
comment
Comment #18418569
For the first example that looks good to catch scanners and the like, though it needs an "http-response track-sc0 src" or nothing will get stored in the stick table. The second exa…
-
comment
Comment #18416663
Its not terribly common to attack the SMTP service itself, as usually spam can be sent to cause problems outside of the availability of the SMTP service itself. If SMTP traffic is …
-
comment
Comment #18416607
For volumetric attacks (where the attacker is using DNS reflection or similar to do nothing but eat your bandwidth) pretty much the only solution is to work with providers to block…
-
comment
Comment #18415751
I'm the author of this, and have done quite a bit with DDoS and HAProxy; feel free to ask me any questions.
-
comment
Comment #18045514
Your right, I frequently look as inspect-delay as not being a real line given that it doesn't do much itself. I have an explanation of inspect-delay a bit further down: When tcp-re…
-
comment
Comment #18041793
Hey, author of this blog post here. If you have any questions feel free to ask (or if you want to insult me that is also acceptable).
-
comment
Comment #14648973
The government worries me more than people/companies for two reasons: 1) The government can track me everywhere with cameras anywhere they want in public; companies would be mostly…
-
comment
Comment #14647928
The main benefit I get out of it is that without it I would never cook anything because I wouldn't be able to get the motivation over the long term (I've tried, and it works for a …
-
comment
Comment #14647437
To do it properly you would likely be looking at mandatory access control, such as SELinux, so that the ransomware wouldn't be authorized to modify the files and further would make…