click below
click below
Normal Size Small Size show me how
Ethical Hack M6,7,8
| Question | Answer |
|---|---|
| Because of an insecure code practice, an attacker can leverage and completely compromise an application or the underlying system. What insecure code practice enabled this catastrophic threat? | use of hard-coded credentials |
| Which statement describes an example of an out-of-band SQL injection attack? | An attacker launches the attack on a web site and forces the web application to send the query results via an email. |
| An attacker sends a request to an online university portal site with the information: SELECT * FROM group WHERE attack = ‘network’ AND a-type LIKE ‘ping%’; Which type of vulnerability does the attacker try to exploit? | HTTP parameter pollution |
| What is the best mitigation approach against session fixation attacks? | Ensure that the session ID changes from the default session name used by the web application framework. |
| Which function is provided by HTTP 2.0 to improve performance over HTTP 1.1? | HTTP 2.0 provides HTTP message multiplexing and requires fewer messages to download web content. |
| Which two functions are provided by a web proxy device? (Choose two.) | Caching of HTTP messages Enabling HTTP transfers across a firewall |
| After some reconnaissance efforts, an attacker identified a web server hosted on a Linux system. The attacker then entered the URL shown below, | directory traversal |
| An attacker launches an SQL injection attack on a web application by trying to force the application requesting the back-end database to perform multiple SELECT queries. Which technique exploits the SQL injection vulnerability on the web application? | Union operator |
| Match the elements in the URL ftp://xyz-company.com:2457/support/file;id=65?name=intro&r=true to the description. | |
| xyz-company.com | host |
| 2457 | port |
| support/file | path |
| ftp | scheme |
| name=intro&r=true | query-string |
| id=65 | path-segment-params |
| A user is using an online shopping website to order laptop computers. Which mechanism is used by the shopping site to securely maintain user authentication during shopping? | session ID |
| Which tool is an open-source framework used to test the security of iOS applications? | Needle |
| Which two IoT systems should never be exposed to the Internet? (Choose two.) | robots in a factory turbines in a power plant |
| Which cloud technology attack method could a threat actor use to access a user or application account that allows access to more accounts and information? | account takeover |
| What is a common cause of data breaches in attacks against misconfigured cloud assets? | using insecure permission configurations for cloud object storage services |
| Which credential harvesting tool could be used to send a spear phishing email with a link to a malicious site to a target victim? | Social-Engineer Toolkit (SET) |
| Which cloud technology attack method would require the threat actor to create a malicious application and install it into a SaaS, PaaS, or IaaS environment? | cloud malware injection attack |
| Which cloud technology attack method involves breaching the infrastructure to gather and steal information such as valid usernames, passwords, tokens, and PINs? | credential harvesting |
| Which mobile device vulnerability is targeted when a threat actor reverse engineers a mobile app to see how it creates and stores keys in the iOS Keychain? | insecure storage |
| Which tool could be used to find vulnerabilities that could lead to metadata service attacks? | Nimbostratus |
| A threat actor has compromised a VM in a cloud environment that shares the same physical hardware as non-compromised VMs. Which cloud technology attack method could now be used to exfiltrate credentials, cryptographic keys, and other sensitive information | side-channel attack |
| After the exploitation phase, it is necessary to maintain a foothold in a compromised system to perform additional tasks. Which way could maintain persistence? | creating a bind or reverse shell |
| Which resource is a Windows utility that combines the old CMD functionality with a new scripting/cmdlet instruction set with built-in system administration functionality? | PowerShell |
| A cybersecurity student is learning about Netcat commands that could be used in a penetration testing engagement. The student wants to use Netcat as a port scanner. What command should be used? | nc -z |
| What kind of channel is created by a C2 with a system that has been compromised? | command channel |
| Which two commands are the same in Meterpreter and Linux or Unix-based systems? (Choose two.) | pwd cat |
| What is the main advantage of Remote Desktop over Sysinternals? | It gives a full, interactive GUI of the remote compromised computer. |
| Which resource is a lightweight and portable tool that allows the creation of bind and reverse shells from a compromised host? | Netcat |
| Which two resources are C2 utilities? (Choose two.) | Twittor Empire |
| What task can be accomplished with the steghide tool? | to obfuscate, to evade and to cover the attacker tracks |
| Which Sysinternals tool is used by penetration testers to modify Windows registry values and connect a compromised system to another system? | PsExec |