Security cracking
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Security_cracking"
.

content
This article is part of the series:
Computer Hacking
Hobbyist hacker
Technology hacker
Hacker programmer
Hacking in computer security
Computer security
Computer insecurity
Network security
History
Phreaking
Hacker ethic
Black, grey, white hat
Hacker Manifesto
Cybercrime
Computer crime
List of convicted computer criminals
Script kiddie
Hacking tools
Vulnerability
Exploit
Payload
Security software
This box: view  talk  

In common usage, hacker is generic term for a computer criminal, often with a specific specialty in computer intrusion.1 While other definitions peculiar to the computer enthusiast community exist, they are rarely used in mainstream context. Computer hacking subculture is often referred to as the network hacker subculture or simply the computer underground.citation needed According to its adherents, cultural values center around the idea of creative and extraordinary computer usage.citation needed Proponents claim to be motivated by artistic and political ends, but are often unconcerned about the use of criminal means to achieve them.2

Paul A Taylor defines a hack as being simple but impressive; involving sophisticated technical knowledge; and having the illicitness of being against the rules.3

Contents

History

Hacking developed directly from Phone Phreaking, a group which explore the phone network without authorization; and there remains an overlap between both technology and group members.

More legitimate forms of hacking are derived from early computer users in academic institutions, especially the MIT hacks.

Bruce Sterling traces the roots of the hacker underground to the Yippies, an 1960s counterculture movement which published the Technological Assistance Program newsletter.

Artifacts and customs

Main article: Hacker culture

Hacker subculture1 is heavily dependent on technology. It has produced its own slang and various forms of unusual alphabet use, for example l33tspeak. Such things are usually seen as an especially silly aspect by the academic hacker subculture.citation needed In part due to this, the slangs of the two subcultures differ substantially.citation needed Political attitude usually includes views for freedom of information, freedom of speech, a right for anonymity and most have a strong opposition against copyright.citation needed Writing programs and performing other activities to support these views is referred to as hacktivism by the subculture. Some go as far as seeing illegal cracking ethically justified for this goal; the most common form is website defacement.citation needed

Hacker culture is frequently compared to the Wild West: a male-dominated Frontier to conquer.4

Hacker groups

Main articles: hacker conference and hacker group

The network hacking subculture is supported by regular real-world gatherings called hacker conventions or "hacker cons". These have drawn more people every year including SummerCon (Summer), DEF CON, HoHoCon (Christmas), PumpCon (Halloween), H.O.P.E. (Hackers on Planet Earth) and HEU (Hacking at the End of the Universe).citation needed They have helped expand the definition and solidify the importance of the network hacker subculture.citation needed

Hacking and the media

Hacker magazines

Main category: Hacker magazines

The security hackers have also edited some magazines, most notably:

While the information contained in hacker magazines and ezines was often outdated, they improved the reputations of those who contributed by documenting their successes.5

Hackers in fiction

Hackers from the network hacking subculture often show an interest in fictional cyberpunk and cyberculture literature and movies. Absorption of fictional pseudonyms, symbols, values, and metaphors from these fictional works is very common.citation needed

Books portraying hackers:

Films also portray hackers:

Non-fiction books

Hacker attitudes

The term "hacker" has a number of different meanings. Several subgroups with different attitudes and aims use different terms to demarcate themselves from each other, or try to exclude some specific group with which they do not agree. In a computer security context, it is often synonymous with a computer intruder.

Paul A. Taylor quotes Steven Levy when describing the hacker ethic as:7

  1. All information should be free;
  2. Mistrust authority--promote decentralization;
  3. Hackers should be judged by their hacking, not bogus criteria such as degrees, age, race, or position;
  4. You can create art and beauty on a computer; and
  5. Computers can change your life for the better.

It is common among hackers to use aliases for the purpose of concealing identity, rather than revealing their real names. Members of the network hacking scene are often being stereotypically described as crackers by the academic hacker subculture, yet see themselves as hackers and even try to include academic hackers in what they see as one wider hacker culture, a view harshly rejected by the academic hacker subculture itself. Instead of a hacker – cracker dichotomy, they give more emphasis to a spectrum of different categories, such as white hat (“ethical hacking”), grey hat, black hat and script kiddie. In contrast to the academic hackers, they usually reserve the term cracker to refer to black hat hackers, or more generally hackers with unlawful intentions.

White hat

Main article: White hat

A white hat hacker breaks security for non-malicious reasons.

Grey hat

Main article: Grey hat

A grey hat hacker is a hacker of ambiguous ethics and/or borderline legality, often frankly admitted.

Black Hat

Main article: Black hat

A black hat hacker is someone who subverts computer security without authorization or who uses technology (usually a computer or the Internet) for terrorism, vandalism (malicious destruction), credit card fraud, identity theft, intellectual property theft, or many other types of crime. This can mean taking control of a remote computer through a network, or software cracking.

Cyberterrorist

Main article: Cyberterrorist

A Cyberterrorist uses technology to commit terrorism. Their intentions are to cause harm to social, ideological, religious, political, or governmental establishments.

Script kiddie

Main article: Script kiddie

A script kiddie is a non-expert who breaks into computer systems by using pre-packaged automated tools written by others.

Hacktivist

Main article: hacktivism

A hacktivist is a hacker who utilizes technology to announce a political message.

Common methods

Main article: computer insecurity
Computer security
Secure operating systems
Security architecture
Security by design
Secure coding
Computer insecurity
Vulnerability Social engineering
Eavesdropping
Exploit Trojan
viruses and worms
Denial of service
Payload Backdoor
Rootkit
Keylogger
This box: view  talk  


A typical approach in an attack an Internet-connected system is:

  1. Network enumeration: Discovering information about the intended target.
  2. Vulnerability analysis: Identifying potential ways of attack.
  3. Exploitation: Attempting to compromise the system by employing the vulnerabilities found trough the vulnerability analysis. 8

In order to do so, there are several recurring tools of the trade and techniques used by computer criminals and security experts.

Security exploit

A security exploit is a prepared application that takes advantage of a known weakness.

Vulnerability scanner

Main article: Vulnerability scanner

A vulnerability scanner is a tool used to quickly check computers on a network for known weaknesses. Hackers also commonly use port scanners. These check to see which ports on a specified computer are "open" or available to access the computer, and sometimes will detect what program or service is listening on that port, and its version number. (Note that firewalls defend computers from intruders by limiting access to ports/machines both inbound and outbound, but can still be circumvented.)

Packet Sniffer

Main article: Packet sniffer

A packet sniffer is an application that captures data packets, which can be used to capture passwords and other data in transit over the network.

Spoofing attack

Main article: Spoofing attack

A spoofing attack involves one program, system, or website successfully masquerading as another by falsifying data and thereby being treated as a trusted system by a user or another program.

Rootkit

Main article: Rootkit

A rootkit is designed to conceal the compromise of a computer's security, and can represent any of a set of programs which work to subvert control of an operating system from its legitimate operators. Usually, a rootkit will obscure its installation and attempt to prevent its removal through a subversion of standard system security. Rootkits may include replacements for system binaries so that it becomes impossible for the legitimate user to detect the presence of the intruder on the system by looking at process tables.

Social engineering

Social Engineering is the art of getting persons to reveal sensitive information about a system. This is usually done by impersonating someone or by convincing people to believe you have permissions to obtain such information.

Trojan horse

A Trojan horse is a program which seems to be doing one thing, but is actually doing another. A trojan horse can be used to set up a back door in a computer system such that the intruder can gain access later. (The name refers to the horse from the Trojan War, with conceptually similar function of deceiving defenders into bringing an intruder inside.)

Virus

Main article: Computer virus

A virus is a self-replicating program that spreads by inserting copies of itself into other executable code or documents. Thus, a computer virus behaves in a way similar to a biological virus, which spreads by inserting itself into living cells.

Worm

Main article: Computer worm

Like a virus, a worm is also a self-replicating program. A worm differs from a virus in that it propagates through computer networks without user intervention. Many people conflate the terms "virus" and "worm", using them both to describe any self-propagating program.

Key loggers

Main article: Keystroke logging

A keylogger is a tool designed to record ('log') every keystroke on an affected machine for later retrieval. Often uses virus-, trojan-, and rootkit-like methods to remain active and hidden.

Notable intruders and criminal hackers

Notable Security Hackers

Eric Corley

Main article: Eric Gorden Corley

Eric Corley (also known as Emmanuel Goldstein) is the long standing publisher of 2600: The Hacker Quarterly and founder of the H.O.P.E. conferences. He has been part of the hacker community since the late '70s.

Fyodor

Main article: Gordon Lyon

Gordon Lyon (better known as Fyodor) authored the Nmap Security Scanner as well as many network security books and web sites. He is a founding member of the Honeynet Project and Vice President of Computer Professionals for Social Responsibility.

Johan Helsingius

Main article: Johan Helsingius

Johan "Julf" Helsingius operated the world's most popular anonymous remailer, the Penet remailer (called penet.fi), until he closed up shop in September 1996.

Tsutomu Shimomura

Main article: Tsutomu Shimomura

Shimomura helped catch Kevin Mitnick, the United States' most infamous computer intruder, in early 1994. He is the co-author of a book about the Mitnick case, Takedown: The Pursuit and Capture of Kevin Mitnick, America's Most Wanted Computer Outlaw-By the Man Who Did It (ISBN 0-7868-8913-6), though Mitnick himself has raised questions about the book's accuracy.

Solar Designer

Main article: Solar Designer

Solar Designer is the pseudonym of the founder of the Openwall Project.

Michał Zalewski

Main article: Michal Zalewski

Michał Zalweski (lcamtuf) is a prominent security researcher.

References

Taylor, 1999 
Taylor, Paul A. (1999). Hackers. Routledge. ISBN 9780415180726. 
  1. ^ a b Sterling, Bruce [1993]. "Part 2(d)", The Hacker Crackdown. McLean, Virginia: IndyPublish.com, 61. ISBN 1-4043-0641-2. 
  2. ^ Blomquist, Brian (May 29, 1999). "FBI's Web Site Socked as Hackers Target Feds". New York Post. Retrieved on October 21, 2008.
  3. ^ Taylor, 1999: p15
  4. ^ Tim Jordan, Paul A. Taylor (2004). Hacktivism and Cyberwars. Routledge, 133-134. ISBN 9780415260039. "Wild West imagery has permeated discussions of cybercultures." 
  5. ^ Thomas, Douglas [2003]. Hacker Culture. University of Minnesota Press, 90. ISBN 9780816633463. 
  6. ^ Staples, Brent (May 11, 2003). "A Prince of Cyberpunk Fiction Moves Into the Mainstream". Retrieved on 2008-08-30. "Mr. Gibson's novels and short stories are worshiped by hackers"
  7. ^ Taylor, Paul A. (1999). Hackers. Routledge, 27. ISBN 9780415180726. 
  8. ^ Hacking approach

Related literature

See also

Wikibooks
Wikibooks has a book on the topic of

External links

© jGames.co.uk 2007 (some content from Wikipedia under GDL ) !-- ValueClick Media 468x60 and 728x90 Banner CODE for jgames.co.uk -->
Your Ad Here