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
Document preview thumbnail
Preview 4 out of 32 pages
Exam (elaborations)

GIAC EXAM WITH COMPLETE QUESTIONS AND ANSWERS, LATEST UPDATED 2024/2025 | GRADED A+

Document preview thumbnail
Preview 4 out of 32 pages

Ack Piggybacking - ANSWER The Practice of sending an ACK inside another packet going to the same destination Address resolution protocol - ANSWER Protocol for mapping an IP address to a physical machine address that is recognized on the local network. A table, usually called the ARP cache, is used to maintain a correlation between each MAC and its corresponding IP address What are the five threat vectors? - ANSWER Outside attack from network Outsider attack from telephone Insider attack from local network insider attack from local system attack from malicious code What are some external threat concerns? - ANSWER -Malicious code might execute destructive overwrite to hard disks -Malicious mas mailing code might expose sensitive information to the internet - web server compromise might expose organization to ridicule - Web server compromise might expose customer private data What are some ways to bypass firewall protections? - ANSWER - Worms and Wireless - modems - tunnel anything through HTTP GIAC EXAM WITH COMPLETE QUESTIONS AND ANSWERS LATEST 2024/2025 || GRADED A+ - social engineering What is social engineering? - ANSWER - attempt to manipulate or trick a person into providing information or access - bypass network security by exploiting humans - vector is often outside attack by telephone or visitor inside What is Hping? - ANSWER - a TCP version of ping - sends custom TCP packets to a host and listens for replies - enables port scanning and spoofing simultaneously What is a group? - ANSWER A group means multiple iterations won't matter. If you encrypt with a key, then re-encrypt, it's the same as using one key. What is a port scan? - ANSWER - common backdoor to open a port - port scan scans for open ports on remote host - scans 0 - 65,535 twice. TCP and UDP What is nmap? - ANSWER Network scanner. What are nmap scanning techniques? - ANSWER - Full open - half open (stealth scan) - UDP - Ping What is network stumbler? - ANSWER - free windows based wireless scanner for 802.1b - detects access point settings - supports GSP integration - identifies networks as encrypted or unencrypted What is Kismet? - ANSWER - Free linux WLAN analysis tool - completely passive, cannot be detected - supports advanced GPS integration and mapping features - used for wardriving, WLAN vulerability assessment What is Wardriving? - ANSWER Going around with equipment to detect wireless networks What is War Dialing? - ANSWER - trying to ID modems in a telephone exchange that may be susceptible to compromise What are some Pen Test techniques? - ANSWER - War dialing - war driving - Sniffing - eavesdropping - dumpster diving - social engineering What is IDS? - ANSWER - intrusion detection system - it reports attacks against monitored systems/networks What is IDS not? - ANSWER - not a replacement for firewalls, hardening, strong policies, or other DiD methods - low maintenance - inexpensive What are the four types of events reported by IDS? - ANSWER - true positive - false positive - true negative - false negative How does IDS signature analysis work? - ANSWER - rules indicate criteria in packets that represent events of interest - rules are applied to packets as they are received - alerts are created when matches are found How does anomaly analysis work? - ANSWER - flags anomalous conditions in traffic on the network - requires understanding on what is normal - bases good traffic as a baseline What is deep packet inspection? - ANSWER - slow, requires stateful data tracking - inspects all fields, including variable-length fields What is shallow packet inspection? - ANSWER - fast, with little fidelity - examines header information and limited payload data What is Honeyd? - ANSWER - low interaction production honeypot - network daemon that can simulate other hosts - each host can appear as a different OS What is a netcat listener? - ANSWER - simplest form of a research honeypot - useful in identifying nature of TCP scans, allows attacker to complete 3-way handshake - listens on a defined port, logs incoming requests for analysis What are some disadvantages of honeypots? - ANSWER - improper deployment can increase attack risk - if production systems aren't sufficiently protected, they can be vulnerable from a honeypot - legal liability What are some honeypot advantages? - ANSWER - provides insight into the tactics, motives, and attacker tools What is a honeypot? - ANSWER - a system resource that has no legitimate purpose or reason for someone to connect to it - its purpose is to draw in attackers to understand how they break into a system What is a proxy or application gateway? - ANSWER - maintains complete TCP connection state and sequencing through 2 connections - address translation built-in by virtue of second connection above What is a stateful firewall? - ANSWER Stateful firewalls maintain state of traffic flows What is No State Inspection ACK flag set? - ANSWER packet filter firewalls rely on TCP flags to determine connection state. Attacker can send ACK packets only to bypass firewall. What is IDS data normalization? - ANSWER - used by IDS for a baseline before analysis - attackers will try to de-normalize traffic to evade detection - IDS will normalize data for understood protocols What are NIDS advantages? - ANSWER - provides insight into traffic on the network - help detect problems with network operations - provides auditing for other security measures What are NIDS challenges? - ANSWER - deployment challenges including topology and access limitations - analyzing encrypted traffic - quantity vs. quality of signatures - performance limitations with extensive analysis techniques - very costly for proper management What are some NIDS topology limitations? - ANSWER - switches networks make it difficult to monitor traffic in promiscuous mode - topology must be able to support traffic aggregation for monitoring What is Snort? - ANSWER - open source tool for monitoring - can be used as a NIDS - has quick updates and flexibility for custom rules What is a stateless packet filter? - ANSWER A low end firewall that can quickly be deployed using existing hardware. They examine packets themselves with no content. What are some firewall benefits? - ANSWER - protects internal/external systems from attack - filters communications based on content - performs NAT - encrypts communications for VPN - logging to aid in intrusion detection What are some firewall challenges? - ANSWER - application layer attacks may get through - dialup, VPN, extranet connections may bypass firewalls What is a firewall? - ANSWER An appliance that controls access between public internet and a companies private network, or between a PC NIC and the rest of the PC. What is a rootkit? - ANSWER A cracking tool inserted into the OS that allows the attacker to do as they please. What is alteration of code? - ANSWER When someone has compromised the integrity of data or a program. Allows attackers to create backdoors. What are race conditions? - ANSWER A time of check/time of use attack that exploits the difference in between when a security control was applied and the time the service was used. What is a browsing attack? - ANSWER Simple attack done by simply browsing available information that's allowed on a local network. What does remote maintenance do? - ANSWER Allows admins to remotely access a system for troubleshooting. * VNC * GoToMyPc * PC Anywhere What is brute force? - ANSWER An attempt to gain access by bombarding it with guesses until the password is found. What is a buffer overflow? - ANSWER Poor programming without error checking can allow commands to be run in an input field. This can point to a command further in the buffer that will execute the attacker's payload. What is a DDoS attack? - ANSWER An attacker recruits zombie systems ahead of time to simultaneously release a flood of traffic at a specific target. What is a SYN flood? - ANSWER A spoofed IP is used to send a SYN to the target. It then responds with a SYN/ACK that never receives the final ACK to complete the handshake. This occupies a portion of the target's pre-established buffer for TCP and can prevent the target from accepting legit requests. What is a smurf attack? - ANSWER An attacker spoofs the victim's IP and sends an ICMP ECHO request to the broadcast address of a network. When every system responds, a DoS occurs. What is denial of service? - ANSWER - resource exhaustion like DDoS or fork attack - unexpected input value the machine does not know how to process What is a trap door? - ANSWER Bits of code embedded in programs to quickly gain access at a later time What is a trojan horse? - ANSWER program disguised as something helpful, only to perform actions the user did not intend. Opening ports, installing other programs, etc. What is a logic bomb? - ANSWER Small program triggered by an event that provides an action. * ex: scheduled file removal if countdown isn't reset, ie: employee was fired What are some types of malicious code? - ANSWER - logic bomb - trojan horse - trap door How does File Integrity checking work? - ANSWER A hash is produced when applied to a monitored file. The hash always generates the same value unless a change was made. HIDS software checks the hashes of monitored files and if a change is found, analyst is notified. *ie: tripwire OS Command Injection defenses - ANSWER - strips OS commands and characters from input - avoid making system calls from within the app * especially based on user input What is a router? - ANSWER Considered to be a perimeter device Tell me about switches - ANSWER - combines the functionality of a hub and bride into a single device - keeps track of MACs attached to each port Tell me about a bridge - ANSWER - used for connecting two physical segments of a network - segments traffic - breaks up collision domains - not generally used because of switches Tell about hubs - ANSWER - replicates traffic onto all ports - no traffic monitoring


Document information

Uploaded on
April 22, 2024
Number of pages
32
Written in
2023/2024
Type
Exam (elaborations)
Contains
Questions & answers
$15.49

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

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.
STUDYROOM2026
3.5
(64)
Sold
412
Followers
212
Items
3901
Last sold
3 days ago


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

Whoops! We can’t load your doc right now. Try again or contact support.