![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Is CEP Mature? Or a Curious Case of Information Asymmetry | iBot | Complex Event Processing RSS News | 0 | 06-05-2008 05:20 PM |
| Curious? | River Freight | Linux | 1 | 10-07-2007 12:40 PM |
| Curious Dummy | highway39 | UNIX for Dummies Questions & Answers | 1 | 08-31-2006 04:22 PM |
| Just curious, does Unix stand for anything? | pudad | UNIX for Dummies Questions & Answers | 6 | 10-17-2002 10:06 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Dear All
I am curious to know, that in a system compromise, when someone has access to a box, does that individual have access to a shell on the system, i.e. the person is logging into the system using telnet or SSH to remotely access the box?? How does this individual/ hacker access the system. I know it is dumb question, but please someone clarify this to me. Also could someone direct me to a site that explains backdoors in detail? What are they, how to detect, etc. Thanks KS |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
To your last question of the group...
Quote:
To find out more and to understand it all requires a system administrator to know how to hack a system - just as the best investigators know the mind of a criminal, a sysadmin must know the mind of a hacker. Do a search on goggle and read as much as you can. |
|
#3
|
||||
|
||||
|
A Backdoor can be via telnet, ftp, ssh, a netcat listener, a custom process, or just about any other net-aware process out there. Some holes that have been used in the past were actually executed through the Sendmail daemon, or via an insecure web cgi.
My favorite place for up-to date security information (and research on past issues) is Bugtraq. You can subscribe to the list, or browse via www.securityfocus.com . Also, keep in mind it may be near impossible to find someone once they're in. For example, many of the Linux Rootkits floating around modify the system in a way the ls doesn't really show all files, ps doesn't show all processes, lsmod doesn't show all modules loaded. Can you imagine trying to search for "clues" when ls, ps, lsof, find, lsmod, etc etc have been modified? Ick. |
||||
| Google The UNIX and Linux Forums |