

InterviewSolution
1. |
Solve : Linux (Ubuntu Server 12.04LTS) Security.? |
Answer» Hey, hey, i know, close unused ports, use good passwords, dont mess with "live" servers. But my question is, how to put a patch over security holes that are in the programs, securing the web server, etc. Hey, hey, i know, close unused ports, use good passwords, dont mess with "live" servers. But my question is, how to put a patch over security holes that are in the programs, securing the web server, etc. Security is all about reducing your attack surface. As you say, firewall-level security needs to be part of your overall security strategy. Some web application firewalls include web query inspection and can provide some measure of security against known attack methods. But I'm guessing you're not using a sophisticated web reverse proxy here. So you need to think about things like:
I follow the H Online, for lots of useful security tidbits. I also subscribe to a couple of black hat RSS feeds, but for obvious reasons, please don't ask me for details of those. http://www.h-online.com/The nice thing about my network, is that it is a small network, that i have complete control over. Its somewhat the realm of a "Home Data Center" meaning i can do what I need to. Is there any use to using Backtrack to find security holes in my own network? And are there any major networking considerations (arranging of IP addresses, etc) that i should make? Thanks. Quote from: zeroburn on October 30, 2012, 09:49:33 PM Is there any use to using Backtrack to find security holes in my own network?Yes. Quote from: zeroburn on October 30, 2012, 09:49:33 PM And are there any major networking considerations (arranging of IP addresses, etc) that i should make?That's a bit like asking, "How should I ARRANGE my tool shed?" It all depends on your precise requirements and there are many many possible permutations. |
|