Saturday, February 19, 2011

1a. The BIOS
The BIOS, short for Basic Input/Output Services, is the control program of the PC. It is responsible for starting up your computer, transferring control of the system to your operating system, and for handling other low-level functions, such as disk access.

NOTE that the BIOS is not a software program, insofar as it is not purged from memory when you turn off the computer. It's firmware, which is basically software on a chip.
A convenient little feature that most BIOS manufacturers include is a startup password. This prevents access to the system until you enter the correct password.
If you can get access to the system after the password has been entered, then there are numerous software-based BIOS password extractors available from your local H/P/A/V site. 

NETBIOS/NBT
STAT - What does it do?

2. NETBIOS, also known as NBT
STAT is a program run on the Windows system and is used for identifying a remote network or computer for file sharing enabled. We can expoit systems using this method. It may be old but on home pc's sometimes it still works great. You can use it on your friend at home or something. I don't care what you do, but remember, that you are reading this document because you want to learn. So I am going to teach you. Ok. So, you ask, "How do i get to NBTSTAT?" Well, there are two ways, but one's faster.

Method 1:Start>Programs>MSDOS PROMPT>Type NBTSTAT
Method 2:Start>Run>Type Command>Type NBTSTAT

(Note: Please, help your poor soul if that isn't like feeding you with a baby spoon.)
Ok! Now since you're in the DOS command under NBT
STAT, you're probably wondering what all that crap is that's on your screen. These are the commands you may use. I'm only going to give you what you need to know since you are striving to be l33t. Your screen should look like the following:

NBTSTAT [ [-a RemoteName] [-A IP address] [-c] [-n]
[-r] [-R] [-RR] [-s] [-S] [interval] ]
-a (adapter status) Lists the remote machine's name table given its name
-A (Adapter status) Lists the remote machine's name table given its IP address.
-c (cache) Lists NBT's cache of remote [machine] names and their IP addresses
-n (names) Lists local NetBIOS names.
-r (resolved) Lists names resolved by broadcast and via WINS
-R (Reload) Purges and reloads the remote cache name table
-S (Sessions) Lists sessions table with the destination IP addresses
-s (sessions) Lists sessions table converting destination IP addresses to computer NETBIOS names.
-RR (ReleaseRefresh) Sends Name Release packets to WINS and then, starts Refresh
RemoteName Remote host machine name.
IP address Dotted decimal representation of the IP address.
interval Redisplays selected statistics, pausing interval seconds between each display. Press Ctrl+C to stop redisplaying statistics.
C:\
WINDOWS\DESKTOP>
The only two commands that are going to be used and here they are:
-a (adapter status) Lists the remote machine's name table given its name
-A (Adapter status) Lists the remote machine's name table given its IP address.
Host Names

3. Now, the -a means that you will type in the HOST NAME of the person's computer that you are trying to access. Just in case you don't have any idea what a Host Name looks like here's an example.

123-fgh-ppp.internet.com
there are many variations of these adresses. For each different address you see there is a new ISP assigned to that computer. look at the difference.
abc-123.internet.com
ghj-789.newnet.com
these are differnet host names as you can see, and, by identifying the last couple words you will be able to tell that these are two computers on two different ISPs. Now, here are two host names on the same ISP but a different located server.
123-fgh-ppp.internet.com
567-cde-ppp.internet.com
IP Addresses
4. You can resolce these host names if you want to the IP address (Internet Protocol)
IP addresses range in different numbers. An IP looks like this:
201.123.101.123
Most times you can tell if a computer is running on a cable connection because of the IP address's numbers. On faster connections, usually the first two numbers are low. here's a cable connection IP.
24.18.18.10
on dialup connections IP's are higher, like this:
208.148.255.255
notice the 208 is higher than the 24 which is the cable connection.
REMEMBER THOUGH, NOT ALL IP AD
DRESSES WILL BE LIKE THIS.
Some companies make IP addresses like this to fool the hacker into believing it's a dialup, as a hacker would expect something big, like a T3 or an OC-18. Anyway This gives you an idea on IP addresses which you will be using on the nbtstat command.
Getting The IP Through DC (Direct Connection)
5. First. You're going to need to find his IP or host name. Either will work. If you are on mIRC You can get it by typing /whois (nick) ...where (nick) is the persons nickname without parenthesis. you will either get a host name or an IP. copy it down. If you do not get it or you are not using mIRC then you must direct connect to their computer or you may use a sniffer to figure out his IP or host name. It's actually better to do it without the sniffer because most sniffers do not work now-a-days. So you want to establish a direct connection to their computer. OK, what is a direct connection? When you are:
Sending a file to their computer you are directly connected.
AOL INS
TANT MESSENGER allows a Direct Connection to the user if accepted.
ICQ when sending a file or a chat request acception allows a direct connection.
Any time you are sending a file. You are directly connected. (Assuming you know the user is not using a proxy server.)
Voice Chatting on Yahoo establishes a direct connection.
If you have none of these programs, either i suggest you get one, get a sniffer, or read this next statement.
If you have any way of sending thema link to your site that enables site traffic statistics, and you can log in, send a link to your site, then check the stats and get the IP of the last visitor. It's a simple and easy method i use. It even fool some smarter hackers, because it catches them off guard. Anyway, once you are directly
connected use either of the two methods i showed you earlier and get into DOS. Type NETSTAT -n. NET
STAT is a program that's name is short for NET STATISTICS. It will show you all computers connected to yours. (This is also helpful if you think you are being hacked by a trojan horse and is on a port that you know such as Sub Seven: 27374.) Your screen should look like this showing the connections to your computer:
------------------------------------------------------------------------------------------------
C:\
WINDOWS\DESKTOP>netstat -n
Active Connections
Proto Local Address Foreign Address State
TCP 172.255.255.82:1027 205.188.68.46:13784 ESTABL
ISHED
TCP 172.255.255.82:1036 205.188.44.3:5190 ESTABL
ISHED
TCP 172.255.255.82:1621 24.131.30.75:66 CL
OSE_WAIT
TCP 172.255.255.82:1413 205.188.8.7:26778 ESTABL
ISHED
TCP 172.255.255.82:1483 64.4.13.209:1863 ESTABL
ISHED
C:\
WINDOWS\DESKTOP>
------------------------------------------------------------------------------------------------
The first line indicated the Protocol (language) that is being used by the two computers.
TCP (Transfer Control Protocol) is being used in this and is most widely used.
Local address shows your IP address, or the IP address of the system you on.
Foreign address shows the address of the computer connected to yours.
State tells you what kind of connection is being made ESTABL
ISHED - means it will stay connected to you as long as you are on the program or as long as the computer is allowing or is needing the other computers connection to it. CLOSE_WAIT means the connection closes at times and waits until it is needed or you resume connection to be made again. One that isn't on the list is TIME_WAIT which means it is timed. Most Ads that run on AOL are using TIME_WAIT states.
the way you know the person is directly connected to your computer is because of this:
------------------------------------------------------------------------------------------------
C:\WIN
DOWS\DESKTOP>netstat -n
Active Connections
Proto Local Address Foreign Address State
TCP 172.255.255.82:1027 205.188.68.46:13784 ESTABL
ISHED
TCP 172.255.255.82:1036 205.188.44.3:5190 ESTABL
ISHED
TCP 172.255.255.82:1621 24.131.30.75:66 CL
OSE_WAIT
TCP 172.255.255.82:1413 abc-123-ppp.webnet.com ESTABLIS
HED
TCP 172.255.255.82:1483 64.4.13.209:1863 ESTABL
ISHED
C:\
WINDOWS\DESKTOP>
------------------------------------------------------------------------------------------------
Notice the host name is included in the fourth line instead of the IP address on all. This is almost ALWAYS, the other computer that is connected to you. So here, now, you have the host name:
abc-123-ppp.webnet.com
If the host name is not listed and the IP is then it NO PROBLEM because either one works exactly the same. I am using abc-123-ppp.webnet.com host name as an example. Ok so now you have the IP and/or host name of the remote system you want to connect to. Time to hack!
Open up your DOS command. Open up NBTSTAT by typing NBTSTAT. Ok, there's the crap again. Well, now time to try out what you have leanred from this document by testing it on the IP and/or host name of the remote system. Here's the only thing you'll need to know.
IM
PORTANT, READ NOW!!!
-a (adapter status) Lists the remote machine's name table given its name
-A (Adapter status) Lists the remote machine's name table given its IP address.
Remember this?
Time to use it.
-a will be the host name
-A will be the IP
How do i know this?
Read the Statements following the -a -A commands. It tells you there what each command takes.
So have you found which one you have to use?
GOOD!
Time to start.
Using it to your advantage
6. Type this if you have the host name only.
NBT
STAT -a (In here put in hostname without parenthesis)
Type this is you have the IP address only.
NBT
STAT -A (In here put in IP address without parenthesis)
Now, hit enter and wait. Now Either one of two things came up
1. Host not found
2. Something that looks like this:
--------------------------------------------
NetBIOS Local Name Table
Name Type Status
---------------------------------------------
GMVPS01 <00> UNIQUE Registered
WORKG
ROUP <00> GROUP Registered
GM
VPS01 <03> UNIQUE Registered
GM
VPS01 <20> UNIQUE Registered
WORKGROUP <1E> GROUP Registered
---------------------------------------------
If the computer responded "Host not found" Then either one of two things are the case:
1. You screwed up the host name.
2. The host is not hackable.
If number one is the case you're in great luck. If two, This system isn't hackable using the NBT
STAT command. So try another system.
If you got the table as above to come up, look at it carefully as i describe to you each part and its purpose.
Name - states the share name of that certain part of the computer
<00>, <03>, <20>, <1E> - Are the Hexidecimal codes giving you the services available on that share name.
Type - Is self-explanatory. It's either turned on, or activated by you, or always on.
Status - Simply states that the share name is working and is activated.
Look above and look for the following line:
GMVPS01 <20> UNIQUE Registered
See it?
GOOD! Now this is important so listen up. The Hexidecimanl code of <20> means that file sharing is enabled on the share name that is on that line with the hex number. So that means GMVPS01 has file sharing enabled. So now you want to hack this. Here's How to do it. (This is the hard part)
L
MHOST File
7. There is a file in all Windows systems called LMHOST.sam. We need to simply add the IP into the LMHOST file because LMHOST basically acts as a network, automatically logging you on to it. So go to Start, Find, FIles or Folders. Type in L
MHOST and hit enter. when it comes up open it using a text program such as wordpad, but make sure you do not leave the checkmark to "always open files with this extension" on that. Simply go through the LMHOST file until you see the part:
# This file is compatible with Microsoft LAN Manager 2.x TCP/IP lmhosts
# files and offers the following extensions:
#
# #PRE
# #DOM:
# #IN
CLUDE
# #BEGIN_ALTERNATE
# #END_ALTERNATE
# \0xnn (non-printing character support)
#
# Following any entry in the file with the characters "#PRE" will cause
# the entry to be preloaded into the name cache. By default, entries are
# not preloaded, but are parsed only after dynamic name resolution fails.
#
# Following an entry with the "#DOM:" tag will associate the
# entry with the domain specified by . This affects how the
# browser and logon services behave in TCP/IP environments. To preload
# the host name associated with #
DOM entry, it is necessary to also add a
# #PRE to the line. The is always preloaded although it will not
# be shown when the name cache is viewed.
#
# Specifying "#INCLUDE " will force the RFC NetBIOS (NBT)
# software to seek the specified and parse it as if it were
# local. is generally a UNC-based name, allowing a

# centralized lmhosts file to be maintained on a server.
# It is ALWAYS necessary to provide a mapping for the IP address of the
# server prior to the #IN
CLUDE. This mapping must use the #PRE directive.
# In addtion the share "public" in the example below must be in the
# LanManServer list of "NullSessionShares" in order for client machines to
# be able to read the lmhosts file successfully. This key is under
# \machine\system\currentcontrolset\services\lanmans erver\parameters\nullsessionshares
# in the registry. Simply add "public" to the list found there.
#
# The #BEGIN_ and #END_ALTERNATE keywords allow multiple #IN
CLUDE
# statements to be grouped together. Any single successful include
# will cause the group to succeed.
#
# Finally, non-printing characters can be embedded in mappings by
# first surrounding the NetBIOS name in quotations, then using the
# \0xnn notation to specify a hex value for a non-printing character.
Read this over and over until you understand the way you want your connection to be set. Here's an example of how to add an IP the way I would do it:
#PRE #DOM:255.102.255.102 #INCLUDE
Pre will preload the connection as soon as you log on to the net. DOM is the domain or IP address of the host you are connecting to. IN
CLUDE will automaticall set you to that file path. In this case as soon as I log on to the net I will get access to 255.102.255.102 on the C:/ drive. The only problem with this is that by doin the NETSTAT command while you are connected, and get the IP of your machine. That's why it only works on simple PC machines. Because people in these days are computer illiterate and have no idea of what these commands can do. They have no idea what NETSTAT is, so you can use that to your advantage. Most PC systems are kind of hard to hack using this method now because they are more secure and can tell when another system is trying to gain access. Also, besure that you (somehow) know whether they are running a firewall or not because it will block the connection to their computer. Most home systems aren't running a firewall, and to make it better, they don't know how operate the firewall, therefore, leaving the hole in the system. To help you out some, it would be a great idea to pick up on some programming languages to show you how the computer reads information and learn some things on TCP/IP (Transfer Control Protocol/Internet Protocol) If you want to find out whether they are running a firewall, simply hop on a Proxy and do a port scan on their IP. You will notice if they are running a firewall because most ports are closed. Either way, you still have a better chance of hacking a home system than hacking Microsoft.
Gaining Access
7. Once you have added this to you LMHOST file. You are basically done. All you need to do is go to:
Start
Find
Computer
Once you get there you simply type the IP address or the host name of the system. When it comes up, simply double click it, and boom! There's a GUI for you so you don't have to use DOS anymore. You can use DOS to do it, but it's more simple and fun this way, so that's the only way i put it. When you open the system you can edit, delete, rename, do anything to any file you wish. I would also delete the command file in C:/ because they may use it if they think someone is in their computer. Or simply delete the shortcut to it. Then here's when the programming comes in handy. Instead of using the NBTSTAT method all the time, you can then program you own trojan on your OWN port number and upload it to the system. Then you will have easier access and you will also have a better GUI, with more features. DO NOT allow more than one connection to the system unless they are on a faster connection. If you are downloading something from their computer and they don't know it and their connection is being slow, they may check their NETSTAT to see what is connected, which will show your IP and make them suspicious. Thats it. All there is to it. Now go out and scan a network or something and find a computer with port 21 or something open.

Friday, February 18, 2011


 
 
1. Install a Firewall A firewall helps protect your PC by preventing unauthorized users from gaining access to your computer through the Internet or a network. It acts as a barrier that checks any information coming from the Internet or a network, and then either blocks the information or allows it to pass through to your computer.
 
2. Change the Administrative Password on your Wireless Routers Each manufacturer ships their wireless routers with a default password for easy initial access. These passwords are easy to find on vendor support sites, and should therefore be changed immediately.
 
3. Change the Default SSID Name and Turn Off SSID Broadcasting This will require your wireless client computers to manually enter the name of your SSID (Service Set Identifier) before they can connect to your network, greatly minimizing the damage from the casual user whose laptop is configured to connect to any available SSID broadcast it finds. You should also change the SSID name from the factory default, since these are just as well-known as the default passwords. NOTE: Even though the SSID is disabled the SSID is included in the data packets that are transmitted and is easy to discover.
 
4. Disable DHCP For a SOHO network with only a few computers, consider disabling DHCP (Dynamic Host Configuration Protocol) on your router and assigning IP addresses to your client computers manually. On newer wireless routers, you can even restrict access to the router to specific MAC addresses.
 
 
5. Replace WEP with WPA WEP (Wired Equivalent Privacy) is a security protocol that was designed to provide a wireless computer network with a level of security and privacy comparable to what is usually expected of a wired computer network. WEP seeks to establish security by encrypting data transmitted over the wireless computer network. Data encryption protects the vulnerable wireless link between clients and access points. Once this measure has been taken, other typical wire computer network security mechanisms such as password protection, end-to-end encryption, virtual private networks (VPN's), and authentication can be put in place to ensure privacy. Unfortunately, WEP is a very weak form of security that uses common 60 or 108 bit key shared among all of the devices on the network to encrypt the wireless data. Hackers can access tools freely available on the Internet that can crack a WEP key in as little as 15 minutes. Once the WEP key is cracked, the network traffic instantly turns into clear text – making it easy for the hacker to treat the network like any open network. WPA (Wi-Fi Protected Access) is a powerful, standards-based, interoperable security technology for wireless computer networks. It provides strong data protection by using 128-bit encryption keys and dynamic session keys to ensure a wireless computer network's privacy and security. Many cryptographers are confident that WPA addresses all the known attacks on WEP. It also adds strong user authentication, which was absent in WEP.
              
Open source security testers have released a free tool that simplifies and automates hacking of Oracle databases at the Black Hat conference in Las Vegas in July 2009. The Oracle database is popular with large corporations and governments for recording large volumes of online transactions. The hacking tool was developed in the open source Metasploit cooperative, which had hosted a seminar at the conference. According to the Metasploit website, students will learn how to create custom modules to solve specific tasks, launch widescale client-side attacks, operate a malicious wireless access point, generate custom backdoors, bypass intrusion prevention systems, and automate the post-exploitation process. The course shows how to use new features in the Metasploit softwre for penetration tests. In February security researcher and Metasploit co-developer Chris Gates, who runs the Carnal0wnage website, showed how to attack Oracle using Metasploit. A video of the attack (below) was posted on the Toolbox for IT blogs. 
 
http://vimeo.com/3118559

Attacking Oracle with the Metasploit Framework Shmoocon Firetalk Demo Video from carnal0wnage on Vimeo.
Attacking Oracle with the Metasploit Framework Shmoocon Firetalk Demo Video from carnal0wnage on Vimeo. Reuters reported that Oracle has released a patch that protects against Metasploit. However, many firms are lax about applying patches, opening their information to hackers. Metasploit has created other tools to hack other software programs, including Microsoft Windows, Apple’s OSX, Linux and Posix operating systems, as well as the Firefox and Internet Explorer browsers and applications such as Office and Adobe’s PDF applications. Meanwhile, Mandiant, another security firm, says it has developed a tool that can detect Metasploit attacks. It says Metasploit’s Meterpreter software lets developers write code in DLL files and execute everything in memory. This means nothing is written to disk where it might be detected. Testers and hackers can use Meterpreter to download and upload files, execute code, and open its own command shell. The new tool can tell if Meterpreter is still in memory, and, if so, which files Meterpreter has accessed, and whether it has changed a registry key.
The Internet is a computer network made up of thousands of networks worldwide. No one knows exactly how many computers are connected to the Internet. It is certain, however, that these number in the millions.

No one is in charge of the Internet. There are organizations which develop technical aspects of this network and set standards for creating applications on it, but no governing body is in control. The Internet backbone, through which Internet traffic flows, is owned by private companies.
All computers on the Internet communicate with one another using the Transmission Control Protocol/Internet Protocol suite, abbreviated to TCP/IP. Computers on the Internet use a client/server architecture. This means that the remote server machine provides files and services to the user's local client machine. Software can be installed on a client computer to take advantage of the latest access technology.
An Internet user has access to a wide variety of services: electronic mail, file transfer, vast information resources, interest group membership, interactive collaboration, multimedia displays, real-time broadcasting, shopping opportunities, breaking news, and much more.
The Internet consists primarily of a variety of access protocols. Many of these protocols feature programs that allow users to search for and retrieve material made available by the protocol.

--------------------------------------------------------------------------------
COMPONENTS OF THE INTERNET
--------------------------------------------------------------------------------
WORLD WIDE WEB
The World Wide Web (abbreviated as the Web or WWW) is a system of Internet servers that supports hypertext to access several Internet protocols on a single interface. Almost every protocol type available on the Internet is accessible on the Web. This includes e-mail, FTP, Telnet, and Usenet News. In addition to these, the World Wide Web has its own protocol: HyperText Transfer Protocol, or HTTP. These protocols will be explained later in this document.

 
The World Wide Web provides a single interface for accessing all these protocols. This creates a convenient and user-friendly environment. It is no longer necessary to be conversant in these protocols within separate, command-level environments. The Web gathers together these protocols into a single system. Because of this feature, and because of the Web's ability to work with multimedia and advanced programming languages, the Web is the fastest-growing component of the Internet.
The operation of the Web relies primarily on hypertext as its means of information retrieval. HyperText is a document containing words that connect to other documents. These words are called links and are selectable by the user. A single hypertext document can contain links to many documents. In the context of the Web, words or graphics may serve as links to other documents, images, video, and sound. Links may or may not follow a logical path, as each connection is programmed by the creator of the source document. Overall, the Web contains a complex virtual web of connections among a vast number of documents, graphics, videos, and sounds.
Producing hypertext for the Web is accomplished by creating documents with a language called HyperText Markup Language, or HTML. With HTML, tags are placed within the text to accomplish document formatting, visual features such as font size, italics and bold, and the creation of hypertext links. Graphics and multimedia may also be incorporated into an HTML document. HTML is an evolving language, with new tags being added as each upgrade of the language is developed and released. The World Wide Web Consortium (W3C), led by Web founder Tim Berners-Lee, coordinates the efforts of standardizing HTML. The W3C now calls the language XHTML and considers it to be an application of the XML language standard.
The World Wide Web consists of files, called pages or home pages, containing links to documents and resources throughout the Internet.
The Web provides a vast array of experiences including multimedia presentations, real-time collaboration, interactive pages, radio and television broadcasts, and the automatic "push" of information to a client computer. Programming languages such as Java, JavaScript, Visual Basic, Cold Fusion and XML are extending the capabilities of the Web. A growing amount of information on the Web is served dynamically from content stored in databases. The Web is therefore not a fixed entity, but one that is in a constant state of development and flux.
For more complete information about the World Wide Web, see Understanding The World Wide Web.
E-MAILElectronic mail, or e-mail, allows computer users locally and worldwide to exchange messages. Each user of e-mail has a mailbox address to which messages are sent. Messages sent through e-mail can arrive within a matter of seconds.
A powerful aspect of e-mail is the option to send electronic files to a person's e-mail address. Non-ASCII files, known as binary files, may be attached to e-mail messages. These files are referred to as MIME attachments.MIME stands for Multimedia Internet Mail Extension, and was developed to help e-mail software handle a variety of file types. For example, a document created in Microsoft Word can be attached to an e-mail message and retrieved by the recipient with the appropriate e-mail program. Many e-mail programs, including Eudora, Netscape Messenger, and Microsoft Outlook, offer the ability to read files written in HTML, which is itself a MIME type.
TELNETTelnet is a program that allows you to log into computers on the Internet and use online databases, library catalogs, chat services, and more. There are no graphics in Telnet sessions, just text. To Telnet to a computer, you must know its address. This can consist of words (locis.loc.gov) or numbers (140.147.254.3). Some services require you to connect to a specific port on the remote computer. In this case, type the port number after the Internet address. Example: telnet nri.reston.va.us 185.
Telnet is available on the World Wide Web. Probably the most common Web-based resources available through Telnet have been library catalogs, though most catalogs have since migrated to the Web. A link to a Telnet resource may look like any other link, but it will launch a Telnet session to make the connection. A Telnet program must be installed on your local computer and configured to your Web browser in order to work.
With the increasing popularity of the Web, Telnet has become less frequently used as a means of access to information on the Internet.
FTP
FTP stands for File Transfer Protocol. This is both a program and the method used to transfer files between computers. Anonymous FTP is an option that allows users to transfer files from thousands of host computers on the Internet to their personal computer account. FTP sites contain books, articles, software, games, images, sounds, multimedia, course work, data sets, and more.

If your computer is directly connected to the Internet via an Ethernet cable, you can use one of several PC software programs, such as WS_FTP for Windows, to conduct a file transfer.
FTP transfers can be performed on the World Wide Web without the need for special software. In this case, the Web browser will suffice. Whenever you download software from a Web site to your local machine, you are using FTP. You can also retrieve FTP files via search engines such as FtpFind, located at /http://www.ftpfind.com/. This option is easiest because you do not need to know FTP program commands.
E-MAIL DISCUSSION GROUPSOne of the benefits of the Internet is the opportunity it offers to people worldwide to communicate via e-mail. The Internet is home to a large community of individuals who carry out active discussions organized around topic-oriented forums distributed by e-mail. These are administered by software programs. Probably the most common program is the listserv.
A great variety of topics are covered by listservs, many of them academic in nature. When you subscribe to a listserv, messages from other subscribers are automatically sent to your electronic mailbox. You subscribe to a listserv by sending an e-mail message to a computer program called a listserver. Listservers are located on computer networks throughout the world. This program handles subscription information and distributes messages to and from subscribers. You must have a e-mail account to participate in a listserv discussion group. Visit Tile.net at /http://tile.net/ to see an example of a site that offers a searchablecollection of e-mail discussion groups.
Majordomo and Listproc are two other programs that administer e-mail discussion groups. The commands for subscribing to and managing your list memberships are similar to those of listserv.
USENET NEWSUsenet News is a global electronic bulletin board system in which millions of computer users exchange information on a vast range of topics. The major difference between Usenet News and e-mail discussion groups is the fact that Usenet messages are stored on central computers, and users must connect to these computers to read or download the messages posted to these groups. This is distinct from e-mail distribution, in which messages arrive in the electronic mailboxes of each list member.
Usenet itself is a set of machines that exchanges messages, or articles, from Usenet discussion forums, called newsgroups. Usenet administrators control their own sites, and decide which (if any) newsgroups to sponsor and which remote newsgroups to allow into the system.
There are thousands of Usenet newsgroups in existence. While many are academic in nature, numerous newsgroups are organized around recreational topics. Much serious computer-related work takes place in Usenet discussions. A small number of e-mail discussion groups also exist as Usenet newsgroups.
The Usenet newsfeed can be read by a variety of newsreader software programs. For example, the Netscape suite comes with a newsreader program called Messenger. Newsreaders are also available as standalone products.
FAQ, RFC, FYI
FAQ stands for Frequently Asked Questions. These are periodic postings to Usenet newsgroups that contain a wealth of information related to the topic of the newsgroup. Many FAQs are quite extensive. FAQs are available by subscribing to individual Usenet newsgroups. A Web-based collection of FAQ resources has been collected by The Internet FAQ Consortium and is available at /http://www.faqs.org/.

RFC stands for Request for Comments. These are documents created by and distributed to the Internet community to help define the nuts and bolts of the Internet. They contain both technical specifications and general information.
FYI stands for For Your Information. These notes are a subset of RFCs and contain information of interest to new Internet users.
Links to indexes of all three of these information resources are available on the University Libraries Web site at /http://library.albany.edu/reference/faqs.html.
CHAT & INSTANT MESSENGING
Chat programs allow users on the Internet to communicate with each other by typing in real time. They are sometimes included as a feature of a Web site, where users can log into the "chat room" to exchange comments and information about the topics addressed on the site. Chat may take other, more wide-ranging forms. For example, America Online is well known for sponsoring a number of topical chat rooms.

Internet Relay Chat (IRC) is a service through which participants can communicate to each other on hundreds of channels. These channels are usually based on specific topics. While many topics are frivolous, substantive conversations are also taking place. To access IRC, you must use an IRC software program.
A variation of chat is the phenomenon of instant messenging. With instant messenging, a user on the Web can contact another user currently logged in and type a conversation. Most famous is America Online's Instant Messenger. ICQ, MSN and Yahoo are other commonly-used chat programs.
Other types of real-time communication are addressed in the tutorial Understanding the World Wide Web.
MUD/MUSH/MOO/MUCK/DUM/MUSEMUD stands for Multi User Dimension. MUDs, and their variations listed above, are multi-user virtual reality games based on simulated worlds. Traditionally text based, graphical MUDs now exist. There are MUDs of all kinds on the Internet, and many can be joined free of charge
First of all,why you want to hack a webpage?Is it a certain webpage or any site at all? There are many reasons to hack a website, or a webmaster.Maybe you want to take a revenge or maybe you want to have fun or just learn how to do it ! You can deface the website which means replace the original index with a new one or you can gain access to the member area of the site which might be easier.
 
DefacingYou can deface the site through telnet or your browser by running remote commands on an old or misconfigured server, the hard thing to do is find an old server , maybe a network of a school or university would do,get a CGI BUG searcher.This program will scan ranges of IPs for web-servers and will scan them for known bugs in their cgis or other bugs and holes.You can learn how to exploite a certain hole by adding in yahoo the name of the bug/hole and the word exploit,search for “cmd.exe exploit”.There are more than 700 holes that many servers might have! You can also deface a website by finding the ftp password and just browse through the sites ftp and replace the index.htm.You do that with the :
Brute forceTo do that you need a brute forcer or brute force attacker and some word lists,the brute forcer sends multiple user/pass requests of words that picks up from namelists and tries to hack the account untill it does! So lets say imagine a porn site that asks for a password , you go there you copy their address , you add the address in a program called brute forcer and then from the brute forcer you choose a text file with names to be used as usernames and a text with names to be used as passwords,the brute forcer will try untill it finds a correct user/pass This should be easier for the newbies than exploiting cgi bugs , many of the newbies havent even heard of it i hope i didnt confuse you with this tutorial there might be more tuts about web hacking and cgi bugs and such.Till then try to find the way to cgi bugs yourself with the cgi scanners in the Web Hacks section or download a brute forcer to crack accounts.

Thursday, February 17, 2011

In this tutorial I will show you how to make a  Facebook virus using simple commands on notepad. .This will make the victim think they have got a virus when they click on an icon such as Internet Explorer .

1) Open notepad
2) Type this in :

@echo off
msg * WARNING VIRUS DETECTED!!!!! AFTER 5 MINUTES YOUR FACEBOOK ACCOUNT WILL BE DELETED !!!!TO REMOVE THE  VIRUS CLICK OK OR CLOSE THIS BOX!

PAUSE
shutdown -r -t 300 -c " SORRY!!! YOUR  FACEBOOK  ACCOUNT  ARE NOW BEING DELETED !!! PLEASE WAIT ..........."


3)Save as Internet Explorer .bat

4)Right click on Internet Explorer .bat and click Create Shortcut

5)Right click on shorcut and click Properties.

6)Click Change Icon

7) Choose Internet Explorer icon or similar , click OK , then click Apply

8)Delete real shortcut and replace it with fake . When victim click on it , he will get warning messages that looks like this:


After five minutes windows will restart , that is all. This is totally harmless and will give you a laugh. Enjoy !
THANKS TO HACKSPC & ETHICALHACKING for this article

(WARNING:-DO NOT USED THIS HACK TO VISIT PORN SITES, THIS IS ONLY FOR SOME OFFICIAL WEBSITES WHICH IS BY MISTAKE BANNED BY WEBSENSE)
 

1 Method:- To access webiste under websense the best way to DOWNLOAD software named as "HOPSTER"this software is just alternate of ULTRASURF but it works 100% in websense.

2nd Method:-If you have windows you should be ableto go to you're start menu, Go to Programs,
Then accessories and find you're command prompt (or just go to run and type in cmd)
type in ping then you're website name.
Example:-If you want to go to youtube in ping youtube.Com
This should come up with a four number code(IP  Address). Go to you're browser and when you are at you're adress bar type in http://---.---.--.--- and it should bypass the firewall each time you log on to the computer.
Insights into Security

Do’s and Don’ts

Jack the Hacker Tells All:.Legal Notice

NetIQ Corporation provides this document "as is” without warranty of any kind, either express or implied,

including, but not limited to, the implied warranties of merchantability or fitness for a particular purpose.

Some states do not allow disclaimers of express or implied warranties in certain transactions; therefore,

this statement may not apply to you.

This document and the software described in this document are furnished under a license agreement or a

non-disclosure agreement and may be used only in accordance with the terms of the agreement. This

document may not be lent, sold, or given away without the written permission of NetIQ Corporation. No

part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by

any means, electronic, mechanical, or otherwise, without the prior written consent of NetIQ Corporation.

Companies, names, and data used in this document are fictitious unless otherwise noted.

This document could include technical inaccuracies or typographical errors. Changes are periodically

made to the information herein. These changes may be incorporated in new editions of the document.

NetIQ Corporation may make improvements in and/or changes to the products described in this

document at any time.

© 1995-2001 NetIQ Corporation, all rights reserved.

U.S. Government Restricted Rights: Use, duplication, or disclosure by the Government is subject to the

restrictions as set forth in subparagraph (c)(1)(ii) of the Rights in Technical Data and Computer Software

clause of the DFARs 252.227-7013 and FAR 52.227-29(c) and any successor rules or regulations..Jack the Hacker Tells All:

Insights into Security Dos and Don'ts

Want to keep the bad guys out? This handy guide, Jack the Hacker Tells All: Insights into Security Dos

and Don'ts relays the ins and outs of security implementation, as told by Jack the Hacker. In this guide,

the reformed hacker cracks away at myths surrounding the implementation of a sound IT security plan

and offers tips for your best bets for network security. Get a glimpse into the mind of the very people who

break into your computer systems and intrude on your company's privacy.

Taken from two chats sponsored by NetIQ–"Inside the Hacker's Mind"–Jack the Hacker Tells All will show

you how to develop and implement a successful security strategy to protect your corporate network

infrastructure. Learn about the security defenses, how to protect your organization and ways to respond

to security threats before they become major incidents.

Architecture

We are about to start hosting our own Web server. Are the securities built into Windows NT 4

enough or should we use a firewall?

Jack_the_Hacker: If at all possible, always invest in a good firewall, as well as sound architecture for the

Web server. If you are able to invest in an appliance firewall, buy one with three interfaces. If you can only

invest in the software, then you should be able to fit a server with three NICs to create a buffer zone in

which to put your Web server. One interface is for the Internet, with a second NIC for the internal private

network and the third for a DMZ (Demilitarized Zone). The security built into Windows NT 4 and Windows

2000 hosts is good. But when subjected to numerous scans and cracking attempts, some default installs

will be cracked within only a few minutes to an hour. That is why you should keep current security

patches for the OS and applications that run on the server.

Are there any known security issues with Windows 2000 Server running remote routing

functioning as a VPN?

Jack: To date, I have not yet worked on this ability of Windows 2000. I would recommend a more

specialized VPN solution over the Windows 2000 solution. I am currently looking at the ISA product, and

will be able to give you a better answer after some more testing with it.

What are the basic areas I need to secure on a Web site?

Jack: How many sites on attrition.org were defaced by the RDS script? Quite a few. The basic areas that

I look to hardening are the OS by checking for current security patches and implementing them on a test

machine before even throwing my site up. That is just for the Web server. For the perimeter defense, you

should throw a firewall up and create the Web server into the DMZ.

We have a connection that is monitored by our sister company. Very early in the morning, our

bandwidth usage goes through the roof. We are not aware of anything running at that time. What

would you recommend we use to determine what is occurring? Could someone be taking

advantage of a security hole?

Jack: The ever-present sniffer is your best friend. Put a sniffer on the link between you and the sister

company. The problem may be a kit looking for other servers in a massive blast, a mis-configured server

or a security hole, but the sniffer logs will let you know where to start..As far as NAT routing is concerned, can vulnerabilities be exploited even in this type of hidden

internal network? Beyond just Trojan’s getting in?

Jack: NAT (Network Address Translation) routing is another security measure that more companies are

using. Taking over a router is still a mainstay in the cracking community. Just because someone can’t get

to your internal network due to private addressing doesn’t mean that they will take another route to your

systems. Your routers are still there for the taking.

What is your idea of good security implementation?

Jack: One in which policies had been set in place before the actual implementation. Set aside the test

environment. Verify the patches that are installed on the machines don’t make them quit functioning.

Make sure that policies are strictly adhered to, but the policies must be workable as well. Creating each

and every one of your servers in C2 compliance will not work if you want them to talk to one another. You

must make trade-offs to have the systems work coherently. A good process consists of a month or two of

testing desired policies to determine what is feasible, followed by the architecture’s implementation.

Are there any issues with implementing a NT domain in a DMZ? We want to set a Microsoft Cluster

in the DMZ.

Jack: Make sure that no one trusts that domain. You can set the cluster up in the DMZ. But remember

what the risk is with the DMZ – the DMZ is going to be hacked.

What are the advantages of using a VPN vs. a modem pool as far as security is concerned?

Jack: A modem pool is usually not secured very well, and a war dialer can find the pool rather easily. The

VPN uses encryption by its nature and can withstand most petty attempts at breaking it.

What are the best methods to secure the internal network from disaffected users?

Jack: Proper adherence to a security policy that involves Human Resources should minimize the risk.

However, as empirical data shows that this may not be enough. Depending on how large the corporation

is, this task grows exponentially. If the user had minimal access, then the security admin won’t have much

to do. Close communications between HR and Security teams should lead to swift and effective

severance of access. Again, it rolls back to a security policy than a technology issue.

What do you think of using protocol control, such as frame relay connectivity for internal

communications, within an enterprise and then have firewall and proxy control to limit/control

access in and out of the enterprise through the Internet at large?

Jack: This is a very good idea, but can be a very difficult and extremely costly implementation. The more

complex your solution, the greater the likelihood is that you’ll have vulnerabilities in your infrastructure.

Is there a definitive, or nearly definitive, way to secure an enterprise against hacking?

Jack: Disconnect from the Internet, pull the modem banks and do no business. You also have to make

sure that your initial implementation of your architecture is sound. Make sure that security policies are in

place and employees adhere to them. No rogue servers should be allowed onto the network.

Development networks should have firewalls on them to segment them away from other departments, as

well as maybe the accounting and finance areas. At the same time, try not to make the architecture too

complex. You have to find a happy medium, one that is secure but also allows communications to occur..We are currently using dual firewalls configured for high availability, security routers and a packet

shaper that is doing some filtering. Do you think that we also need to use IDS (Intrusion Detection

Systems) on top of this to secure our environment?

Jack: From what it sounds like, your current architecture is quite sound. I think the IDS would help you

find out some internal activity, but it sounds like you aren’t letting a lot get through. That is a pretty

secureenvironment.

How do you suggest better protecting servers in a DMZ?

Jack: DMZ servers are your "sacrificial lambs.” These are the servers that you hope don’t get hacked, but

will eventually find their way to the ATTRITION mirror. Here are some steps you can take. First, patch the

systems very quickly after advisories come out and you test them for your environment. You must make

sure the servers in the private network never get hacked. Next, use encrypted channels as often as you

can. And finally, harden the OS to disallow easy hacks and tighten the ACL (Access Control Lists) on the

routers to allow only trusted traffic.

Can you talk about what defenses we should establish in order to prevent an attack (i.e. SP's, hot

fixes, additional software)?

Jack: Those defenses deal with the OS, the root of all evils. An application cannot run without its OS.

Now, keeping up with Service Packs and hot fixes is a main staple to all IT and Security personnel. This

helps you keep track of most of the new hacks coming out for which script kiddies have tools. But

remember – test them first to see if they develop other problems with your applications. Some additional

software that could be looked into is quality control for your home-brewed applications. Make sure your

developers adhere to strict coding guidelines that don’t introduce buffer overflows.

Would you say that using an IP address from the 10.0.0.0 range on your internal networks is a

good idea?

Jack: If you are trying to get the most addresses, then yes, that makes sense. Try picking something a

little less obvious than 10.0.0.0, but that is my preference.

Honey Pots

What is your opinion of honey pots? Have they become an effective deterrent?

Jack: As a security person, I like to see a honey pot implemented. However, these systems usually allow

too much time on their system that normally raises a flag for me. They are effective in learning new

techniques of hackers, but a security team must know when to step in and pull the plug.

Are honey pots having an impact in the cracker community?

Jack: The more skilled hackers don't even deal with less-than-secure systems. Those hacks are the ones

about whom you will never read. The less-than-skilled kiddies normally have no idea they are on a honey

pot until the plug is pulled or they hear a battering ram on the door. The use of honey pots is having an

impact on crackers because they are more leery, but the white hats are gaining a lot of information right

now. Maybe in the future, these systems may not have the impact that they do now. But they seem to be

keeping the white hats in step with the other side.

How do you feel about the deployment of honey pots and IDS systems? Are they too obvious?.Jack: Honey pots and nets are a good thing if you are really interested in the research value and want to

update your own IDS systems. But they do not offer enough protection to warrant investment as a means

of protection. The IDS is definitely necessary and is more obvious than a honey pot.

What is your take on creating a honey pot on your network? Does that attract more attention or is

having only a firewall better?

Jack: I like Honey Pots only for research purposes. If I notice a large increase in traffic to a specific port

or range of ports, I will throw up a couple of honey pots to capture the data and analyze it. If I am not

aware of a new exploit, then that research is invaluable.

What is the best installation or application for a honey pot?

Jack: Read the new white paper by Lance Spitzner at

http://project.honeynet.org/papers/honeynet/. If you are looking at a commercial honey pot, then

the Sting server from PGP is good. Otherwise, a default install of an OS and slapped onto the ‘Net is a

pretty good start.

VPN

How do I protect the corporate network from hacks affecting my remote/VPN users?

Jack: This is one of the most difficult hurdles to overcome in the security field – remote usage. Multiple

tools and programs that are now on the market give security personnel more control over what a remote

user can have access to, as well as provide another layer of security for the internal network. Personal

firewalls, such as Network Ice's BlackICE Defender, their corporate solution ICEpac Security Suite and

ZoneAlarm PRO, give you a better chance of catching certain attacks on your remote users. On another

level, you can invest in Check Point’s SecureClient if you have a Check Point firewall solution, or in

RedCreek Communications Ravlin Soft software solution.

What tool should I use to do port scans to ensure my router and VPN installations are not left

open to hackers?

Jack: One of the best-known tools to use is nmap (or the Win32 ported nmapNT). This is a tool-de-jour of

most script kiddies and malicious crackers. Using libnet from the Packetfactory gives you the ability to

craft your own packets to test your router configuration.

How secure are VPN technologies, such as Check Point's VPN-1 software suite?

Jack: VPN authentications, such as Check Point, are very secure. Check Point especially utilizes Triples

DES encryption. So from a mathematics perspective, the VPN knows who you are. In addition, Check

Point’s secure VPN clients offer a personal firewall with policies that can be controlled via central

management. This allows for the VPN to reject a non-secure connection.

Can you share your tricks on accessing VPN?

Jack: This all depends on the VPN itself. I don’t have any tricks on getting through to a VPN because that

is a realm into which I have not delved. Looking at some of the documentation from @stake, the latest

incarnation of MS-CHAP looks like some of the same procedures are used between v1 and v2. The same

procedures used to derive a 24-byte response can be sniffed and a dictionary attack can be staged

against them..Have you tested the Lucent LSMS? How do you think the LSMS stacks up as a firewall/VPN

device?

Jack: I have not yet tested this product.

Public Key Infrastructure

How secure is PKI?

Jack: The answer is two-fold: What problem are you trying to solve, and what size implementation are

you seeking? PKI as it stands is quite secure, and studies on the RSA 512 factoring conclude this. the

RSA 512 has been factored, but how many people do you know that have access to more than 300

computers running parallel and then feeding the matrix to a Cray? Not many. If you are trying to solve just

a private e-mail issue, than you don't necessarily need a full-blown PKI solution. If you are looking for a

complete implementation, than PKI is good for the company. Technology-wise, this is a secure product.

As far as implementation, PKI is what you make it, and that is where the problems arise.

Jack, who do you believe has a better security key solution - VeriSign or RSA's Keon solution?

Jack: To me, it depends on who you want running the show, Verisign or yourself. If you don’t want to deal

with the headaches of setting up a new PKI infrastructure, then go with Verisign. If you want total control

of your keys, than choose Keon.

Firewalls

Should a company employ a firewall to prevent internal malicious users from doing damage?

Jack: Internal firewalls are a good thing when you want to segment groups or address ranges. Firewalls

make traversing the network without being noticed more difficult for malicious employees.

From your experience, which are the best and worst firewalls?

Jack: This is personal preference issue. If I tell you that I like firewall A and you like firewall B, and you

think that B is better than A, and I think the opposite, what has been accomplished? You don't like A and I

don't like B. This is much like the Ford v. Chevy – you like one and hate the other. For me, Firewall-1 has

done a good job to this point. I like PIX as well, and I have worked with Gauntlet.

Is one OS/platform better than another when it comes to firewall implementation?

Jack: There is no one platform better than another. Harden the OS, remove all of the unnecessary

services and make the machine a standalone. Or run an appliance firewall like Nokia, CyberGuard,

SonicWALL or Cisco.

In your opinion what are the best hardware firewalls on the market? Which ones are the hardest to

crack?

Jack: Nokia Firewalls and CyberGuard appliances seem to be the best right now. The IPSO OS on the

Nokia devices are essentially hardened OpenBSD machines, which are pretty difficult to crack. The

KnightStar devices are pretty difficult as well, but the main obstacle is implementation/proper

configuration..What vulnerabilities are commonly exploited with MS Proxy and do you think ISA will be better?

Jack: A Proxy Server or firewall is only as good security-wise as the underlying OS - that lends itself to

security risk. I won't speak on Proxy Server, but with respect to ISA - too much on one machine. The

refining process is going to take some maturing, just like Check Point and some of the other top security

products have.

What are your thoughts about firewall appliances and are they more secure than software-based

firewalls?

Jack: By far. Vendors have gone to a lot of trouble to harden the OS, and have removed a lot of the

probable "red zones" where administrators make implementation mistakes on OS-based firewalls.

Canned firewall or build your own –which is better?

Jack: Canned

What about Cisco PIX Firewalls?

Jack_the_Hacker : Cisco PIX firewalls are Proxy-based firewalls. They do offer reasonable protection

but their vulnerability is in management. If you are utilizing multiple PIX firewalls, a high probability exists

that vulnerabilities will be introduced through simple mis-configurations.

What software firewalls do you recommend?

Jack: Check Point.

When my firewall gets port scanned, I would like to know what this "offender" is actually doing.

Does such software exist that gives me an idea what's outside the firewall?

Jack: Check your border router logs and run a sniffer on the line. You can’t see what is going on unless

something picks up the data.

Given the choice of a software firewall that you install on a server or a separate hardware device

that you place in front of the server, are there any advantages or disadvantages to either one?

Jack: If you are talking about software versus appliance firewalls, I like both. Unless you are comfortable

in hardening your server that you are going to install the firewall software on, then I suggest the

appliance. If you know exactly what you want in your server, then install the software firewall. Remember,

in the end, they are both the same firewall application.

How secure is a network that lives behind a correctly configured Check Point Firewall?

Jack: Correctly configured is a vague statement, but I would say that is safer than before. Do you

remember what port you usually open up for you to host your site? 80? It’s still an open port. The fewer

holes in the firewall, the less with which crackers have to work.

Personal Firewalls

In my opinion, the next security product is going to be the personal firewall. How secure will these

be? Are users going to be lulled into a false sense of security?.Jack: I would tend to agree with you on the widespread usage of the personal firewall. A report

completed fewer than 3 months ago showed a large hole in the basics of these firewalls. They are

basically proxy servers. So if you can get someone to open a Trojanized program (i.e. Explore.exe), you

have bypassed the security. Users will get into an automatic mode with these tools as they see the scans

register.

What do you think of ZoneAlarm?

Jack: ZoneAlarm is a great personal firewall, but every personal firewall has one main flaw - policy

management. We're not going to go into that here, but a recent case study reviewed the overall security

of all personal firewalls. You can probably find that case study with a Web search.

Jack, please tell me what you think. How secure are small PC [windows] networks [always on

cable or DSL] that run firewall programs like ZoneAlarm or BlackICE?

Jack: Having the personal firewall programs is better than nothing. They do a pretty good job at keeping

out the truly amateur individuals, but nothing against some higher-level script kiddies.

What would you recommend for a personal firewall for desktop users with cable or DSL

connections?

Jack: Of the three main personal firewalls, I like ZoneAlarm, mainly due to price. I think that BlackICE is

darn good as well, and so is Norton’s solution.

Hacking/Auditing

How can I test my security from external attacks?

Jack: Penetration testing is the main source of information that tells you whether you have done an

adequate job of securing your environment. How would you do the pen. test? Black-box it. Try to have

someone in the infosec team run the test without any prior knowledge of the target. Run such tools as

firewall tools, port scanners and more.

What are some good footprinting tools? Where can I get them?

Jack: Nmap – get it at www.insecure.org. There are plenty of others, but this is the most used one and

the best right now.

Are smaller companies' networks less attractive to a hacker than a larger company? Or maybe

more attractive because they could be more vulnerable?

Jack: Attractive nonetheless. I would use that as a waypoint for more ambitious goals. Small companies

make for good decoys. Most small companies want their systems to run and are not as interested in

security. They will know they need security when IBM calls them and says that their logs reach back to

XYZ Company attempting to break in.

What is the industry standard with regard to third-party ethical hacks being accepted by clients?

We are getting more clients requiring their own ethical hacks, and they are not allowing third-party

hacks to be used for security assessment.

Jack: There is not an industry standard at this time for third-party ethical hacks. This is more along the

lines of: Do the ends justify the means? If you are in an industry where security is a paramount issue,

then ethical hacks are necessary. If you are in one where security has taken a back seat, then an ethical

hack may not be necessary..How do hackers stay in touch with one another today?

Jack: IRC is my friend and compatriot. If you see that running on your system, you have an issue.

Squash it. ICQ, and some message boards are also popular methods.

What tools do you recommend for penetration testing?

Jack: Tools from Foundstone are good, tools from farm9.com seem to be good. But this is more of a

services function from consulting firms, such as Ernst &Young and Accenture.

Where would I find a copy of nmap or nmapNT?

Jack: Insecure.org and eeye.com, respectively.

Are most external attacks basically random? Or are they more planned, as in a need to garner a

badge of honor for some club of attackers?

Jack: Mostly random and looking for the recognition, or for trying to join a crew. Look at SilverLordz,

Hackweiser, and some others that have been on a tear lately. The more planned external attacks lie

dormant for extended periods of time, and may or may not be the work or a true hacker, not a skiddie.

If you’re a newbie infosec, besides nmap, where would you go for information on penetration

testing.

Jack: SANS.org is a good place for information. Get on the Pen-test listserv from Securityfocus.com and

Vuln-dev list.

What are your tools of choice when searching for vulnerabilities?

Jack: Security Analyzer from NetIQ does a great job and comes back with a thorough list.

Besides social engineering, what are your other favorite exploits? Where do you see the most

problems with a security implementation, besides human error?

Jack: Mis-configuration is one thing, but admins forgetting to implement patches in a timely fashion is

another. How long has the NT RedButton vulnerability been out? Yet you can still find this on the Net.

How about the wu-ftpd problems? Same thing – still out there. IIS has taken a lot of flak recently because

of rain forest puppy’s research, but the disclosure of these holes is important to companies that want to

do business on the Net. Make sure your admins keep current.

Would a hacker be more inclined to go after a target because they have a broadband connection

versus analog dial-up? Or are both equally at risk?

Jack: Both are at risk, but having a broadband connection as a pipeline is very enticing to a cracker. If I

take over a machine running 98 with a 1.5MB line attached to it, I have a great place to start most of my

attacks. "Always-on" connections are easier to find than dynamically assigned addresses when dialing up

to an ISP.

What was site interested you when you were hacking?

Jack: That depended on my mood of the day. If I wanted a challenge, hacking into a larger corporation

would take a few days to a week, while just wanting to be playful prompted me to access small

businesses that did secure their sites..What are some of the "clues" left behind (and during) a hack?

Jack: Depending on where they got in, your router logs might be able to see the IP address showing

where the traffic originated. Depending on which OS they are getting into, the tracks could be in the

System logs, or the sys partition.

What is Ping O’ Death?

Jack: This attack causes a buffer to overflow on the target host by sending an echo request packet that is

larger than the maximum IP packet size of 65535 bytes. As the target machine reconstructs the packets,

the final packet is larger than the 65535 limit and causes the DoS attack. This was an old style tactic from

a few years ago. Most OS’s have been patched to withstand this attack. Get more information

here:http://www.insecure.org/sploits/ping-o-death.html

What are the legal implications with hacking your company's systems to prove they are

vulnerable and raise security on the to-do list?

Jack: I have never hacked my company’s site unless I got prior written approval. This included legal

counsel from the company. Some of the qualifications that I would ask for include: exposure of

confidential information would not lead to suspension or termination (such as passwords, e-mail and

instant messages) and complete shutdown of a production server due to an attack could not lead to

suspension or termination.

Admins receive phone calls often and are asked questions concerning the physical network, etc.

of their worksites. What questions should you never answer and why?

Jack: Answer as vaguely as possible. Never answer, "Who is in charge?” or "Where are you located?”

Those answers just lead to narrowing down attacks. I am always paranoid about people that ask me

about my network, I just answer, "It is working.”

What is a teardrop attack?

Jack: A teardrop attack is one in which the fragmentation of the packets is overlapping. This causes the

targeted, mostly Linux, machine to incorrectly attempt to re-assemble the packets and crash. The target

machine looks at the offset of the packets and re-assembles them according to the offset, but packet B’s

offset states that it starts inside of A:

13:23:13 hostile.com.32157 > friendly.com.53: udp 28 (frag 242:36@0+)

13:23:13 hostile.com > friendly.com: (frag 242:4@24)

Should I really interpret port scans as a prelude to attack?

Jack: Not necessarily an attack, but definite door rattling. Once they start to pick the lock, consider it an

attack. What I mean by this is once you notice that the scans burst at you for a few days in a row and

then you see intermittent attempts, be ready for the attack.

Are there any "Robin Hoods" in the hackers or crackers community?

Jack: It depends on your definition of a "Robin Hood.” Some of the things I did before now could be

considered a Robin Hood act. I helped the poor sys admins who did not quite understand security and

prodded them into action.

Information Sites

What are your favorite sources of online information?.Jack: Bugtraq, Max Vision's Whitehats.com, SANS and GIAC. Astalavista.com also has some very good

links to the underground.

Are there any publications (online or otherwise) that list NT Server 4 security loopholes and fixes

that you would recommend?

Jack: Bugtraq archives and Windows IT Security (formerly NTSecurity.net). More monetary damage

comes from inside, and most systems internally are NT/Windows.

Do you recommend any sites on the Web?

Jack: www.whitehats.com, Windows IT Security (formerly NTSecurity.net),

www.securityfocus.com and packetstormsecurity.org are good starting sites.

What books or learning materials do you consider viable to learning about taking advantage of

certain weaknesses found in systems? Or are any worth investing in?

Jack: Since I have been in the security field, I have had more respect for some people in particular.

Stephen Northcutt is a good analyst. Bruce Schneier is a leading expert. And of course the guys over at

@Stake are great. Hacking Exposed: Second Edition is pretty good. And the older Maximum Security by

Anonymous is good. But the best learning materials are your peers. The security field is really a small

world. The more communication you have with one another, the better you stand a chance of turning

away kiddies and resisting even skilled hack attempts. SANS has become a leader in gathering some

very bright minds together for analysis, and the papers that they release are good learning materials as

well.

What do you think of Foundstone's Hacking Class? Have you ever seen this before and what is

your take?

Jack: I met the Foundstone people a few months back, even if they don't remember me, and they strike

me as knowing what they are doing. I would be interested in actually attending one of their Extreme

Hacking classes if only to see what they do know. Their research is headed up by JD Glaser. He is very

talented, as evidenced by his previous tools under NTObjectives.

Jack, what is the best book on the market today that would be a study guide on how to be a

hacker and at the same time teach you how to protect your servers from being hacked?

Jack: There is no definitive guide on how to hack. There ARE guides on how to protect your system, one

of which is Hacking Exposed: 2nd Edition by the guys from Foundstone. However, it's also best to

subscribe to lists such as SANS, CERT and other vulnerability resources. By the time it's in a book, you're

already extremely far behind.

Jack, I had questions about training – how to convince a small- to mid-sized company that their

network admins need security training even though they do not have as large a Web presence as

companies like Microsoft.

Jack: One mid-size ($50M+) company I recently worked with refused to upgrade or even consider

security options. What they can't grasp is that the information they keep under lock and key (their sales

contact list) could be extracted by simple social engineering, and their company could be severely

damaged financially by a competitor receiving that contact list. According to recent studies, more than 3

percent of unplanned outages are related to security breaches and issues. So for no other reason, you'd

do this to improve availability. How much is your intellectual property actually worth?.With the exception of reading the numerous e-mails and information I receive from SANS, CERT,

etc., how can I keep abreast of all the new information?

Jack: Limiting yourself to a couple specific sources helps. If you've overflowed yourself with information,

you probably need to cut back and remove whichever source is your "weakest link."

You mentioned above that when it's in a book, you're far behind. But what about UNIX OS and

some computer languages, among other things? They're still the basics, aren't they? I mean with

that knowledge, you can become a hacker?

Jack: That is definitely a place to start. Most individuals I know started in UNIX and learned to program

from there. What we mentioned above is more along the lines that by the time the book is checked for

errors and edited, the exploits have been in the wild for too long. You’re playing catch-up by then.

Are you familiar with Steve Gibson's shields up site? If so, how effective an indicator of one's

security is it?

Jack: I am familiar with this site. This is a good site for the normal consumer to have a look at when they

have an "always-on” connection to the Internet.

What are the best sources of information for securing an NT/2000 network, particularly IIS?

Jack: I have read parts of the Mastering Windows 2000 Server by Mark Minasi and found it to be quite

good. Hacking Exposed: Second Edition has some very good points on what to secure within your

environment. Checking out SecurityFocus.com always helps as well. The Microsoft team put together a

very nice checklist for IIS. at http://www.microsoft.com/technet/security/iis5chk.asp.

What are the best avenues one should follow to find the best bang for the buck, if you will, in

security training? I am familiar with self-learning. But there are so many exploits out there that

learning them all on your own without proper guidance is difficult.

Jack: I took a track from the SANS team a while back, and I really enjoyed my time there. There is a lot of

good information from the courses. The least -expensive security training is getting on message boards

and asking a lot of questions. There are thousands of people out there that want to pass on their

knowledge on security. Some of the self-learning that you can do is put up a honey pot and watch it get

taken over. Make sure that you are able to see what happens on it before you deploy it, and learn from

those actions.

What would be a good book to read that shows an administrator more understanding of how to

secure Linux?


Jack: I would like to be able to do this myself but the directive must come from upper management.

How do you think crackers today are responding to all the media around their activities?

Jack: Pumping up their already inflated egos

For more information on NetIQ’s Security Management Solution, visit
www.netiq.com/solutions/security/