Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Exam (elaborations)

GCIH - Book 4 Exam Study Guide Questions And Answers Verified 100% Correct

Rating
-
Sold
-
Pages
5
Grade
A+
Uploaded on
16-06-2025
Written in
2024/2025

GCIH - Book 4 Exam Study Guide Questions And Answers Verified 100% Correct Warhol/Flash Technique - ANSWER an attacker pre-scans the internet from a fixed system looking for machines that are vulnerable to the exploit code that will later be loaded into the worm. Polymorphic Worms - ANSWER dynamically change their appearance each time they run, by scrambling their software code. These worms, only the appearance is altered, no the function of the code Metamorphic Worms - ANSWER These worms change their entire functionality. Bots - ANSWER are software programs that perform some action on behalf of a human, typically with little or no human intervention A collection of bots under the control of a single attacker are called - ANSWER Botnets People controlling the bots - ANSWER Botherders Attackers often communicate with their bots using... - ANSWER IRC on standard ports (TCP 6667) Pluggable Authentication Modules (PAM) - ANSWER used in Linux, various BSD platforms, Solaris, and HP-UX to extend the authentication functionality of the system. they can link to a Radius Server and forces users to select passowrds difficult to guess OWASP - ANSWER A nonprofit organization focused on improving the security of software. Account Harvesting - ANSWER the ability to discern valid userIDs based on how the application responds when the user tries to authenticate. two commands useful in determining if there is a command injection vulnerability - ANSWER ping and nslookup SQL injection: two most popular statement types - ANSWER select and update Various tools automate scanning for SQL injection flaws include - ANSWER Nmap Scripting Engine Zed Attack Proxy Burp Suite Sqlmap in SQL 1=1 is always true and anything or true is true - ANSWER True Cross-Site Scripting (XSS) - ANSWER An attack that injects scripts into a Web application server to direct attacks at clients. It enables an attacker to steal information, such as cookies from users of a vulnerable website. When the XSS script is stored on the target website - ANSWER "Stored XSS" attack Jikto - ANSWER a tool that is a series of browser scripts. It performs a Nikto scan (web scanner) of internal websites using XSS functionality NoScript Firefox Extension - ANSWER enables users to select certain sites from which they allow scripts to run, blocking all scripts from other sites. Additionally, it includes logic to detect suspicious scripting activity, even from allowed sites, which may indicate an XSS attack. URL Session Tracking - ANSWER With this technique, the sessionID is passed in the URL. So on the browser location line, you see the sessionID number or set of characters Hidden Form Elements - ANSWER Are actually elements in the HTML, but they are hidden. Tamper Data, Firebu and Add N Edit Cookies - ANSWER examples of browsers and add-ons for manipulating HTTP requests Zap Attack Proxy, Burp Proxy, w3af, Fiddler - ANSWER examples of web app attack proxies (pg. 146) Web Application Firewall - ANSWER A special type of application-aware firewall that looks at the applications using HTTP. DoS - ANSWER involves an attacker preventing legitimate users from accessing a service. Two Categories of DoS - ANSWER Local DoS and network-based DoS. Local DoS - ANSWER are run from an account on the Victim's machine. CpuHog - ANSWER Creates a process with a high priority on a Windows machine. Network based DoS - ANSWER launched on a network. two types: malformed packet attack and a packet flood Malformed packet attack - ANSWER e.g. bonk, winnuke and teardrop, ping of death. it involves sending a single packet or a small stream of packets to a system that are formed in a way not anticipated by the developers Packetflood - ANSWER invovles sending ore packets to a machine than it can handle DNS Amplification ATtacks - ANSWER Similar to smurf attacks. Invovles using spoofed packets against a third party to amplify traffic to a target. These attacks do not involve a broadcast address. EDNS - ANSWER Extension Mechanisms for DNS. It can query specify a larger buffer for the response (bigger than 512 bytes) Examples of DoS exploits - ANSWER bonk, jolt, land, nestea, newtear, syndrop, teardrop and WinNuke DDoS - ANSWER Denial of service attack committed using dozens of computers, usually zombies on a botnet. Reflected DoS - ANSWER take advantage of the TCP three-way handshake, bouncing an attack off an innocent server, resulting in a SYN-ACK flood. When they trace back to the attack, the victim thinks its the high-bandwidth site doing the attacking pulsing Zombies - ANSWER bomb the target with traffic for a brief period of time, such as 10 minutes. Then they go dormant for another period of time, such as an hour HTTP flood - ANSWER an attack that bombards web servers with HTTP requests Low Orbit Ion Cannon (LOIC) - ANSWER free DDoS application that supports TCP connection floods, UDP floods, or HTTP floods (most common) High Orbit Ion Cannon (HOIC) - ANSWER similar to LOIC, though easier to use. it is multithreaded so that it can launch more HTTP requests more quickly at target machines. Supports a feature called boosters boosters - ANSWER supported by HOIC. They are a customizable JS-based scripts that cause HOIC to access multiple pages on a target web server instead of just one page. egress antispoof filters - ANSWER TRUE

Show more Read less
Institution
GCIH - Book 4
Course
GCIH - Book 4

Content preview

GCIH - Book 4 Exam Study Guide Questions And
Answers Verified 100% Correct


Warhol/Flash Technique - ANSWER an attacker pre-scans the internet from a fixed
system looking for machines that are vulnerable to the exploit code that will later be
loaded into the worm.

Polymorphic Worms - ANSWER dynamically change their appearance each time they
run, by scrambling their software code. These worms, only the appearance is altered,
no the function of the code

Metamorphic Worms - ANSWER These worms change their entire functionality.

Bots - ANSWER are software programs that perform some action on behalf of a
human, typically with little or no human intervention

A collection of bots under the control of a single attacker are called - ANSWER Botnets

People controlling the bots - ANSWER Botherders

Attackers often communicate with their bots using... - ANSWER IRC on standard ports
(TCP 6667)

Pluggable Authentication Modules (PAM) - ANSWER used in Linux, various BSD
platforms, Solaris, and HP-UX to extend the authentication functionality of the system.
they can link to a Radius Server and forces users to select passowrds difficult to guess

OWASP - ANSWER A nonprofit organization focused on improving the security of
software.

Account Harvesting - ANSWER the ability to discern valid userIDs based on how the
application responds when the user tries to authenticate.

two commands useful in determining if there is a command injection vulnerability -
ANSWER ping and nslookup

SQL injection: two most popular statement types - ANSWER select and update

Various tools automate scanning for SQL injection flaws include - ANSWER Nmap
Scripting Engine
Zed Attack Proxy

, Burp Suite
Sqlmap

in SQL 1=1 is always true and anything or true is true - ANSWER True

Cross-Site Scripting (XSS) - ANSWER An attack that injects scripts into a Web
application server to direct attacks at clients. It enables an attacker to steal information,
such as cookies from users of a vulnerable website.

When the XSS script is stored on the target website - ANSWER "Stored XSS" attack

Jikto - ANSWER a tool that is a series of browser scripts. It performs a Nikto scan (web
scanner) of internal websites using XSS functionality

NoScript Firefox Extension - ANSWER enables users to select certain sites from which
they allow scripts to run, blocking all scripts from other sites. Additionally, it includes
logic to detect suspicious scripting activity, even from allowed sites, which may indicate
an XSS attack.

URL Session Tracking - ANSWER With this technique, the sessionID is passed in the
URL. So on the browser location line, you see the sessionID number or set of
characters

Hidden Form Elements - ANSWER Are actually elements in the HTML, but they are
hidden.

Tamper Data, Firebu and Add N Edit Cookies - ANSWER examples of browsers and
add-ons for manipulating HTTP requests

Zap Attack Proxy, Burp Proxy, w3af, Fiddler - ANSWER examples of web app attack
proxies (pg. 146)

Web Application Firewall - ANSWER A special type of application-aware firewall that
looks at the applications using HTTP.

DoS - ANSWER involves an attacker preventing legitimate users from accessing a
service.

Two Categories of DoS - ANSWER Local DoS and network-based DoS.

Local DoS - ANSWER are run from an account on the Victim's machine.

CpuHog - ANSWER Creates a process with a high priority on a Windows machine.

Network based DoS - ANSWER launched on a network. two types: malformed packet

Written for

Institution
GCIH - Book 4
Course
GCIH - Book 4

Document information

Uploaded on
June 16, 2025
Number of pages
5
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

$9.99
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
TopGradeGuru Teachme2-tutor
Follow You need to be logged in order to follow users or courses
Sold
15
Member since
1 year
Number of followers
0
Documents
2395
Last sold
1 month ago
GRADEHUB

We provide access to a wide range of professionally curated exams for students and educators. It offers high-quality, up-to-date assessment materials tailored to various subjects and academic levels. With instant downloads and affordable pricing, it\'s the go-to resource for exam preparation and academic success.

1.5

2 reviews

5
0
4
0
3
0
2
1
1
1

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions