wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Computer Forensics and Security Quiz

Total questions: 100

Worksheet time: 5hrs 51mins

Name
Class
Date
1.

Which one of the following is the correct flow for Setting Up a Computer Forensics Lab?

a)

Planning and budgeting -> Physical location and structural design considerations -> Work area considerations -> Human resource considerations -> Physical security recommendations -> Forensics lab licensing

b)

Planning and budgeting -> Physical location and structural design considerations-> Forensics lab licensing -> Human resource considerations -> Work area considerations -> Physical security recommendations

c)

Planning and budgeting -> Forensics lab licensing -> Physical location and structural design considerations -> Work area considerations -> Physical security recommendations -> Human resource considerations

d)

Planning and budgeting -> Physical location and structural design considerations -> Forensics lab licensing ->Work area considerations -> Human resource considerations -> Physical security recommendations

2.

Which of the following directory will contain logs related to printer access?

a)

/var/log/cups/Printer_log file

b)

/var/log/cups/access_log file

c)

/var/log/cups/accesslog file

d)

/var/log/cups/Printeraccess_log file

3.

Which of the following command is used to enable logging in iptables?

a)

$ iptables -B INPUT -j LOG

b)

$ iptables -A OUTPUT -j LOG

c)

$ iptables -A INPUT -j LOG

d)

$ iptables -B OUTPUT -j LOG

4.

Where will you find the reputation IP database, if you want to monitor traffic from known bad IP reputation using OSSIM SIEM?

a)

/etc/ossim/reputation

b)

/etc/ossim/siem/server/reputation/data

c)

/etc/siem/ossim/server/reputation.data

d)

/etc/ossim/server/reputation.data

5.

According to the Risk Matrix table, what will be the risk level when the probability of an attack is very low and the impact of that attack is major?

a)

High

b)

Extreme

c)

Low

d)

Medium

6.

Which of the following command is used to view iptables logs on Ubuntu and Debian distributions?

a)

$ tailf /var/log/sys/kern.log

b)

$ tailf /var/log/kern.log

c)

# tailf /var/log/messages

d)

# tailf /var/log/sys/messages

7.

Juliea a SOC analyst, while monitoring logs, noticed large TXT, NULL payloads. What does this indicate?

a)

Concurrent VPN Connections Attempt

b)

DNS Exfiltration Attempt

c)

Covering Tracks Attempt

d)

DHCP Starvation Attempt

8.

Which of the following attack can be eradicated by filtering improper XML syntax?

a)

CAPTCHA Attacks

b)

SQL Injection Attacks

c)

Insufficient Logging and Monitoring Attacks

d)

Web Services Attacks

9.

Which of the following attack can be eradicated by using a safe API to avoid the use of the interpreter entirely?

a)

Command Injection Attacks

b)

SQL Injection Attacks

c)

File Injection Attacks

d)

LDAP Injection Attacks

10.

Which one of the following components he should include in the above threat intelligent strategy plan to make it effective?

a)

Threat pivoting

b)

Threat trending

c)

Threat buy-in

d)

Threat boosting

11.

Which of the following data source will a SOC Analyst use to monitor connections to the insecure ports?

a)

Netstat Data

b)

DNS Data

c)

IIS Data

d)

DHCP Data

12.

Bonney's system has been compromised by a gruesome malware. What is the primary step that is advisable to Bonney in order to contain the malware incident from spreading?

a)

Complaint to police in a formal way regarding the incident

b)

Turn off the infected machine

c)

Leave it to the network administrators to handle

d)

Call the legal department in the organization and inform about the incident

13.

According to the forensics investigation process, what is the next step carried out right after collecting the evidence?

a)

Create a Chain of Custody Document

b)

Send it to the nearby police station

c)

Set a Forensic lab

d)

Call Organizational Disciplinary Team

14.

Ray is a SOC analyst in a company named Queens Tech. One Day, Queens Tech is affected by a DoS/DDoS attack. For the containment of this incident, Ray and his team are trying to provide additional bandwidth to the network devices and increasing the capacity of the servers. What is Ray and his team doing?

a)

Blocking the Attacks

b)

Diverting the Traffic

c)

Degrading the services

d)

Absorbing the Attack

15.

Identify the attack when an attacker by several trial and error can read the contents of a password file present in the restricted etc folder just by manipulating the URL in the browser as shown: http://www.terabytes.com/process.php./../../../../etc/passwd

a)

Directory Traversal Attack

b)

SQL Injection Attack

c)

Denial-of-Service Attack

d)

Form Tampering Attack

16.

Which encoding replaces unusual ASCII characters with '%' followed by the character's two-digit ASCII code expressed in hexadecimal?

a)

Unicode Encoding

b)

UTF Encoding

c)

Base64 Encoding

d)

URL Encoding

17.

Which of the following formula represents the risk?

a)

Risk = Likelihood × Severity × Asset Value

b)

Risk = Likelihood × Consequence × Severity

c)

Risk = Likelihood × Impact × Severity

d)

Risk = Likelihood × Impact × Asset Value

18.

The Syslog message severity levels are labelled from level 0 to level 7. What does level 0 indicate?

a)

Alert

b)

Notification

c)

Emergency

d)

Debugging

19.

Which of the following technique involves scanning the headers of IP packets leaving a network to make sure that the unauthorized or malicious traffic never leaves the internal network?

a)

Egress Filtering

b)

Throttling

c)

Rate Limiting

d)

Ingress Filtering

20.

Which of the following formula is used to calculate the EPS of the organization?

a)

EPS = average number of correlated events / time in seconds

b)

EPS = number of normalized events / time in seconds

c)

EPS = number of security events / time in seconds

d)

EPS = number of correlated events / time in seconds

21.

What is the process of monitoring and capturing all data packets passing through a given network using different tools?

a)

Network Scanning

b)

DNS Footprinting

c)

Network Sniffing

d)

Port Scanning

22.

Which of the following is a report writing tool that will help incident handlers to generate efficient reports on detected incidents during incident response process?

a)

threat_note

b)

MagicTree

c)

IntelMQ

d)

Malstrom

23.

Which of the following Windows features is used to enable Security Auditing in Windows?

a)

Bitlocker

b)

Windows Firewall

c)

Local Group Policy Editor

d)

Windows Defender

24.

Which of the following can help you eliminate the burden of investigating false positives?

a)

Keeping default rules

b)

Not trusting the security devices

c)

Treating every alert as high level

d)

Ingesting the context data

25.

Which of the following event detection techniques uses User and Entity Behavior Analytics (UEBA)?

a)

Rule-based detection

b)

Heuristic-based detection

c)

Anomaly-based detection

d)

Signature-based detection

26.

Identify the password cracking attempt involving a precomputed dictionary of plaintext passwords and their corresponding hash values to crack the password.

a)

Dictionary Attack

b)

Rainbow Table Attack

c)

Bruteforce Attack

d)

Syllable Attack

27.

Which of the log storage method arranges event logs in the form of a circular buffer?

a)

FIFO

b)

LIFO

c)

non-wrapping

d)

wrapping

28.

An organization wants to implement a SIEM deployment architecture. However, they have the capability to do only log collection and the rest of the SIEM functions must be managed by an MSSP. Which SIEM deployment architecture will the organization adopt?

a)

Cloud, MSSP Managed

b)

Self-hosted, Jointly Managed

c)

Self-hosted, MSSP Managed

d)

Self-hosted, Self-Managed

29.

Banter is a threat analyst in Christine Group of Industries. As a part of the job, he is currently formatting and structuring the raw data. He is at which stage of the threat intelligence life cycle?

a)

Dissemination and Integration

b)

Processing and Exploitation

c)

Collection

d)

Analysis and Production

30.

Banter is a threat analyst in Christine Group of Industries. As a part of the job, he is currently Threat Feeds. He is at which stage of the threat intelligence life cycle?

a)

Dissemination and Integration

b)

Processing and Exploitation

c)

Collection

d)

Analysis and Production

31.

Which of the following attacks causes sudden changes in file extensions or increase in file renames at rapid speed?

a)

Ransomware Attack

b)

DoS Attack

c)

DHCP starvation Attack

d)

File Injection Attack

32.

Which of the following factors determine the choice of SIEM architecture?

a)

SMTP Configuration

b)

DHCP Configuration

c)

DNS Configuration

d)

Network Topology

33.

Which of the following Windows event is logged every time when a user tries to access the 'Registry' key?

a)

4656

b)

4663

c)

4660

d)

4657

34.

Which of the following are the responsibilities of SIEM Agents?

a)

Collecting data received from various devices sending data to SIEM before forwarding it to the central engine.

b)

Co-relating data received from various devices sending data to SIEM before forwarding it to the central engine.

c)

Normalizing data received from various devices sending data to SIEM before forwarding it to the central engine.

d)

Visualizing data received from various devices sending data to SIEM before forwarding it to the central engine.

35.

Sam, a security analyst with INFOSOL INC., while monitoring and analyzing IIS logs, detected an event matching regex /\w*((\%27)|(\'))((\%6F)|o|(\%4F))((\%72)|r|(\%52))/ix. What does this event log indicate?

a)

SQL Injection Attack

b)

Parameter Tampering Attack

c)

XSS Attack

d)

Directory Traversal Attackfuser

36.

Which of the following framework describes the essential characteristics of an organization's security engineering process that must exist to ensure good security engineering?

a)

COBIT

b)

ITIL

c)

SSE-CMM

d)

SOC-CMM

37.

What does Windows event ID 4740 indicate?

a)

A user account was locked out.

b)

A user account was disabled.

c)

A user account was enabled.

d)

A user account was created.

38.

Which of the following is a Threat Intelligence Platform?

a)

SolarWinds MS

b)

TC Complete

c)

Keepnote

d)

Apility.io

39.

Chloe, a SOC analyst with Jake Tech, is checking Linux systems logs She is investigating files at /var/log/wtmp. What Chloe is looking at?

a)

Error log

b)

System boot log

c)

General message and system-related stuff

d)

Login records

40.

Which of the following threat intelligence is used by a SIEM for supplying the analysts with context and "situational awareness" by using threat actor TTPs, malware campaigns, tools used by threat actors?

a)

Strategic threat intelligence

b)

Tactical threat intelligence

c)

Operational threat intelligence

d)

Technical threat intelligence

41.

Which of the following data source can be used to detect the traffic associated with Bad Bot User-Agents?

a)

Windows Event Log

b)

Web Server Logs

c)

Router Logs

d)

Switch Logs

42.

Daniel is a member of an IRT, which was started recently in a company named Mesh Tech. He wanted to find the purpose and scope of the planned incident response capabilities. What is he looking for?

a)

Incident Response Intelligence

b)

Incident Response Mission

c)

Incident Response Vision

d)

Incident Response Resources

43.

Daniel is a member of an IRT, which was started recently in a company named Mesh Tech. He wanted to find the goals for incident management capabilities. What is he looking for?

a)

Incident Response Intelligence

b)

Incident Response Mission

c)

Incident Response Vision

d)

Incident Response Resources

44.

John, a SOC analyst, while monitoring and analyzing Apache web server logs, identified an event log matching Regex /(\.|(%|%25)2E)(\.|(%|%25)2E)(\/|(%|%25)2F|\\|(%|%25)5C)/i. What does this event log indicate?

a)

XSS Attack

b)

SQL injection Attack

c)

Directory Traversal Attack

d)

Parameter Tampering Attack

45.

According to the Risk Matrix table, what will be the risk level when the probability of an attack is very high, and the impact of that attack is major?

a)

High

b)

Extreme

c)

Low

d)

Medium

46.

According to the Risk Matrix table, what will be the risk level when the probability of an attack is high, and the impact of that attack is moderate?

a)

High

b)

Extreme

c)

Low

d)

Medium

47.

According to the Risk Matrix table, what will be the risk level when the probability of an attack is equal, and the impact of that attack is moderate?

a)

High

b)

Extreme

c)

Low

d)

Medium

48.

According to the Risk Matrix table, what will be the risk level when the probability of an attack is low, and the impact of that attack is severe?

a)

High

b)

Extreme

c)

Low

d)

Medium

49.

What is the correct sequence of SOC Workflow?

a)

Collect, Ingest, Validate, Document, Report, Respond

b)

Collect, Ingest, Document, Validate, Report, Respond

c)

Collect, Respond, Validate, Ingest, Report, Document

d)

Collect, Ingest, Validate, Report, Respond, Document

50.

What among the following should Wesley avoid from considering?

a)

Deserialization of trusted data must cross a trust boundary

b)

Understand the security permissions given to serialization and deserialization

c)

Allow serialization for security-sensitive classes

d)

Validate untrusted input, which is to be serialized to ensure that serialized data contain only trusted classes

51.

In which of the following incident handling and response stages, the root cause of the incident must be found from the forensic results?

a)

Evidence Gathering

b)

Evidence Handling

c)

Eradication

d)

Systems Recovery

52.

Jane, a security analyst, while analyzing IDS logs, detected an event matching Regex /((\%3C)|<)((\%69)|i|(\%49))((\%6D)|m|(\%4D))((\%67)|g|(\%47))[^\n]+((\%3E)|>)/|. What does this event log indicate?

a)

Directory Traversal Attack

b)

Parameter Tampering Attack

c)

XSS Attack

d)

SQL Injection Attack

53.

Which of the following Windows Event Id will help you monitors file sharing across the network?

a)

7045

b)

4625

c)

5140

d)

4624

54.

What kind of threat intelligence described above?

a)

Tactical Threat Intelligence

b)

Strategic Threat Intelligence

c)

Functional Threat Intelligence

d)

Operational Threat Intelligence

55.

Which of the following fields in Windows logs defines the type of event occurred, such as Correlation Hint, Response Time, SQM, WDI Context, and so on?

a)

Keywords

b)

Task Category

c)

Level

d)

Source

56.

Which of the following tool is used to recover from web application incident?

a)

CrowdStrike FalconTM Orchestrator

b)

Symantec Secure Web Gateway

c)

Smoothwall SWG

d)

Proxy Workbench

57.

Robin, a SOC engineer in a multinational company, is planning to implement a SIEM. He realized that his organization is capable of performing only Correlation, Analytics, Reporting, Retention, Alerting, and Visualization required for the SIEM implementation and has to take collection and aggregation services from a Managed Security Services Provider (MSSP). What kind of SIEM is Robin planning to implement?

a)

Self-hosted, Self-Managed

b)

Self-hosted, MSSP Managed

c)

Hybrid Model, Jointly Managed

d)

Cloud, Self-Managed

58.

Robin, a SOC engineer in a multinational company, is planning to implement a SIEM. He realized that MSSP capable of performing only Agregation, Correlation, Analytics, Reporting, Retention, Alerting, and Visualization required for the SIEM implementation and has to take collection services from In house. What kind of SIEM is Robin planning to implement?

a)

Self-hosted, Self-Managed

b)

Self-hosted, MSSP Managed

c)

Hybrid Model, Jointly Managed

d)

Cloud, Self-Managed

59.

Robin, a SOC engineer in a multinational company, is planning to implement a SIEM. He realized that MSSP capable of performing Agregation, Correlation, Analytics, Reporting, Retention, Alerting, and Visualization required for the SIEM implementation and has to take collection, Agregation, Correlation, Analytics, Reporting, Retention, Alerting, and Visualization services from In house. What kind of SIEM is Robin planning to implement?

a)

Self-hosted, Self-Managed

b)

Self-hosted, MSSP Managed

c)

Self-hosted, Jointly Managed

d)

Cloud, Self-Managed

60.

What type of event is recorded when an application driver loads successfully in Windows?

a)

Error

b)

Success Audit

c)

Warning

d)

Information

61.

Identify the attack depicted in the above scenario.

a)

Denial-of-Service Attack

b)

SQL Injection Attack

c)

Parameter Tampering Attack

d)

Session Fixation Attack

62.

John, a threat analyst at GreenTech Solutions, wants to gather information about specific threats against the organization. He started collecting information from various sources, such as humans, social media, chat room, and so on, and created a report that contains malicious activity. Which of the following types of threat intelligence did he use?

a)

Strategic Threat Intelligence

b)

Technical Threat Intelligence

c)

Tactical Threat Intelligence

d)

Operational Threat Intelligence

63.

Which of the following is a default directory in a Mac OS X that stores security-related logs?

a)

/private/var/log

b)

/Library/Logs/Sync

c)

/var/log/cups/access_log

d)

~/Library/Logs

64.

Which of the following is a default directory in a Mac OS X that stores firewall-related logs?

a)

~/private/var/log/firewall

b)

~/Library/Logs/private/var/log/app_firewall.log

c)

~/var/log/cups/private/firewall.log

d)

~/Library/Logs/private/var/log/appfirewall.log

65.

Which of following Splunk query will help him to fetch related logs associated with process creation?

a)

index=windows LogName=Security EventCode=4678 NOT (Account_Name=*$) .. .. ... ..

b)

index=windows LogName=Security EventCode=4688 NOT (Account_Name=*$) .. .. ..

c)

index=windows LogName=Security EventCode=3688 NOT (Account_Name=*$) .. .. ..

d)

index=windows LogName=Security EventCode=5688 NOT (Account_Name=*$) ... ... ...

66.

Where will Harley find the web server logs, if he wants to investigate them for any anomalies?

a)

SystemDrive%\inetpub\logs\LogFiles\W3SVCN

b)

SystemDrive%\LogFiles\inetpub\logs\W3SVCN

c)

%SystemDrive%\LogFiles\logs\W3SVCN

d)

SystemDrive%\ inetpub\LogFiles\logs\W3SVCN

67.

What does the Security Log Event ID 4624 of Windows 10 indicate?

a)

Service added to the endpoint

b)

A share was assessed

c)

An account was successfully logged on

d)

New process executed

68.

What does the HTTP status codes 1XX represents?

a)

Informational message

b)

Client error

c)

Success

d)

Redirection

69.

Which of the following is a set of standard guidelines for ongoing development, enhancement, storage, dissemination and implementation of security standards for account data protection?

a)

FISMA

b)

HIPAA

c)

PCI-DSS

d)

DARPA

70.

In which phase of Lockheed Martin's - Cyber Kill Chain Methodology, adversary creates a deliverable malicious payload using an exploit and a backdoor?

a)

Reconnaissance

b)

Delivery

c)

Weaponization

d)

Exploitation

71.

Identify the attack, where an attacker tries to discover all the possible information about a target network before launching a further attack.

a)

DoS Attack

b)

Man-In-The-Middle Attack

c)

Ransomware Attack

d)

Reconnaissance Attack

72.

What does [-n] in the following checkpoint firewall log syntax represents?

fw log [-f [-t]] [-n] [-l] [-o] [-c action] [-h host] [-s starttime] [-e endtime] [-b starttime endtime] [-u unification_scheme_file] [-m unification_mode(initial|semi|raw)] [-a] [-k (alert name|all)] [-g] [logfile]

a)

Speed up the process by not performing IP addresses DNS resolution in the Log files

b)

Display both the date and the time for each log record

c)

Display account log records only

d)

Display detailed log chains (all the log segments a log record consists of)

73.

Which of the following attack inundates DHCP servers with fake DHCP requests to exhaust all available IP addresses?

a)

DHCP Starvation Attacks

b)

DHCP Spoofing Attack

c)

DHCP Port Stealing

d)

DHCP Cache Poisoning

74.

Mike is an incident handler for PNP Infosystems Inc. One day, there was a ticket raised regarding a critical incident and Mike was assigned to handle the incident. During the process of incident handling, at one stage, he has performed incident analysis and validation to check whether the incident is a true incident or a false positive. Identify the stage in which he is currently in.

a)

Post-Incident Activities

b)

Incident Recording and Assignment

c)

Incident Triage

d)

Incident Disclosure

75.

Which of the following is a correct flow of the stages in an incident handling and response (IH&R) process?

a)

Containment -> Incident Recording -> Incident Triage -> Preparation -> Recovery -> Eradication -> Post-Incident Activities

b)

Preparation -> Incident Recording -> Incident Triage -> Containment -> Eradication -> Recovery -> Post-Incident Activities

c)

Incident Triage -> Eradication -> Containment -> Incident Recording -> Preparation -> Recovery -> Post-Incident Activities

d)

Incident Recording -> Preparation -> Containment -> Incident Triage -> Recovery -> Eradication -> Post-Incident Activities

76.

What filter should Peter add to the 'show logging' command to get the required output?

a)

show logging | access 210

b)

show logging | forward 210

c)

show logging | include 210

d)

show logging | route 210

77.

Identify the attack in which the attacker exploits a target system through publicly known but still unpatched vulnerabilities.

a)

Slow DoS Attack

b)

DHCP Starvation

c)

Zero-Day Attack

d)

DNS Poisoning Attack

78.

In which log collection mechanism, the system or application sends log records either on the local disk or over the network.

a)

rule-based

b)

pull-based

c)

push-based

d)

signature-based

79.

Syslog and Simple Network Management Protocol (SNMP) are the two main?

a)

rule-based

b)

pull-based

c)

push-based

d)

signature-based

80.

Which of the following attack can be eradicated by disabling of "allow_url_fopen and allow_url_include" in the php.ini file?

a)

File Injection Attacks

b)

URL Injection Attacks

c)

LDAP Injection Attacks

d)

Command Injection Attacks

81.

Which of the following stage executed after identifying the required event sources?

a)

Identifying the monitoring Requirements

b)

Defining Rule for the Use Case

c)

Implementing and Testing the Use Case

d)

Validating the event source against monitoring requirement

82.

Which of the following technique protects from flooding attacks originated from the valid prefixes (IP addresses) so that they can be traced to its true source?

a)

Rate Limiting

b)

Egress Filtering

c)

Ingress Filtering

d)

Throttling

83.

Which of the following contains the performance measures, and proper project and time management details?

a)

Incident Response Policy

b)

Incident Response Tactics

c)

Incident Response Process

d)

Incident Response Procedures

84.

John as a SOC analyst is worried about the amount of Tor traffic hitting the network. He wants to prepare a dashboard in the SIEM to get a graph to identify the locations from where the TOR traffic is coming. Which of the following data source will he use to prepare the dashboard?

a)

DHCP/Logs capable of maintaining IP addresses or hostnames with IPtoName resolution.

b)

IIS/Web Server logs with IP addresses and user agent IPtouseragent resolution.

c)

DNS/ Web Server logs with IP addresses.

d)

Apache/ Web Server logs with IP addresses and Host Name.

85.

Which of the following process refers to the discarding of the packets at the routing level without informing the source that the data did not reach its intended recipient?

a)

Load Balancing

b)

Rate Limiting

c)

Black Hole Filtering

d)

Drop Requests

86.

Which of the following tool can be used to filter web requests associated with the SQL Injection attack?

a)

Nmap

b)

UrlScan

c)

ZAP proxy

d)

Hydra

87.

What would be her next action according to the SOC workflow?

a)

She should immediately escalate this issue to the management

b)

She should immediately contact the network administrator to solve the problem

c)

She should communicate this incident to the media immediately

d)

She should formally raise a ticket and forward it to the IRT

88.

Which of the following threat intelligence helps cyber security professionals such as security operations managers, network operations center and incident responders to understand how the adversaries are expected to perform the attack on the organization, and the technical capabilities and goals of the attackers along with the attack vectors?

a)

Analytical Threat Intelligence

b)

Operational Threat Intelligence

c)

Strategic Threat Intelligence

d)

Tactical Threat Intelligence

89.

Which alert should be given least priority as per effective alert triaging?

a)

I. Firewall blocking traffic from getting into the network alerts

b)

II. SQL injection attempt alerts

c)

III. Data deletion attempt alerts

d)

IV. Brute-force attempt alerts

90.

InfoSystem LLC, a US-based company, is establishing an in-house SOC. John has been given the responsibility to finalize strategy, policies, and procedures for the SOC.
Identify the job role of John.

a)

Security Analyst - L1

b)

Chief Information Security Officer (CISO)

c)

Security Engineer

d)

Security Analyst - L2

91.

Which of the following service provides phishing protection and content filtering to manage the Internet experience on and off your network with the acceptable use or compliance policies?

a)

Apility.io

b)

Malstrom

c)

OpenDNS

d)

I-Blocklist

92.

David is a SOC analyst in Karen Tech. One day an attack is initiated by the intruders but David was not able to find any suspicious events. This type of incident is categorized into __________?

a)

True Positive Incidents

b)

False positive Incidents

c)

True Negative Incidents

d)

False Negative Incidents

93.

David is a SOC analyst in Karen Tech. One day an attack is initiated by the intruders but David was able to find suspicious events. This type of incident is categorized into __________?

a)

True Positive Incidents

b)

False positive Incidents

c)

True Negative Incidents

d)

False Negative Incidents

94.

David is a SOC analyst in Karen Tech. One day an attack is not initiated by the intruders This type of incident is categorized into __________?

a)

True Positive Incidents

b)

False positive Incidents

c)

True Negative Incidents

d)

False Negative Incidents

95.

Which attack works like a dictionary attack, but adds some numbers and symbols to the words from the dictionary and tries to crack the password?

a)

Hybrid Attack

b)

Bruteforce Attack

c)

Rainbow Table Attack

d)

Birthday Attack

96.

Which of the following attack can be eradicated by converting all non-alphanumeric characters to HTML character entities before displaying the user input in search engines and forums?

a)

Broken Access Control Attacks

b)

Web Services Attacks

c)

XSS Attacks

d)

Session Management Attacks

97.

Data source used to detect bad bots:

a)

Web App Logs

b)

ISS

c)

Apache web server logs

d)

IDS logs

e)

WAF logs

98.

What data source can be used to detect an increase in TOR traffic to the network?

a)

DHCP/ Logs capable of maintaining IP added or hostnames with IPtoName resolution

b)

URLs

c)

DNS Lookup

99.

Process-oriented framework that specifies the important properties of the security engineering process that are needed to maintain security engineering effectively

a)

SSE-CMM

b)

proxy

c)

Scanner vulnerability

100.

Tool to perform a cookie poisoning:

a)

Tor

b)

Zed Proxy

c)

URLScan

d)

SIEM