Operating System - HP-UX
1837836 Members
2435 Online
110121 Solutions
New Discussion

Denial of service attacks -- kernel parameters?

 
SOLVED
Go to solution
Bob Carback
Frequent Advisor

Denial of service attacks -- kernel parameters?

Are there any kernel parameters on HP-UX 11.23 (11iv2 ia64)that should be tuned to prevent common denial of service attacks?
4 REPLIES 4
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: Denial of service attacks -- kernel parameters?

You really defend DOS attacks by shutting down any unneeded listeners or port monitors rather than modifying kernel tunables.
If it ain't broke, I can fix that.
James R. Ferguson
Acclaimed Contributor

Re: Denial of service attacks -- kernel parameters?

Hi Bob:

One that comes to mind is 'executable_stack'. This controls whether or not you are vulnerable to stack buffer overflow attacks.

Have a look at the manpages for 'executable_stack' for more information.

http://docs.hp.com/en/B2355-60105/executable_stack.5.html

Regards!

...JRF...
Bob Carback
Frequent Advisor

Re: Denial of service attacks -- kernel parameters?

Thanks!
Bob Carback
Frequent Advisor

Re: Denial of service attacks -- kernel parameters?

All I needed to know!