Certified Ethical Hacker 312-50v10 – Question289

Which of the following statements regarding ethical hacking is incorrect?


A.
An organization should use ethical hackers who do not sell vendor hardware/software or other consulting services
B. Ethical hackers should never use tools or methods that have the potential of exploiting vulnerabilities in an organizations systems
C. Ethical hacking should not involve writing to or modifying the target systems.
D. Testing should be remotely performed offsite.

Correct Answer: B

Certified Ethical Hacker 312-50v10 – Question284

Initiating an attack against targeted business and organizations, threat actors compromise a carefully selected website by inserting an exploit resulting in malware infection. The attackers run exploits on well-known and trusted sites likely to be visited by their targeted victims. Aside from carefully choosing sites to compromise, these attacks are known to incorporate zero-day exploits that target unpatched vulnerabilities. Thus, the targeted entities are left with little or no defense against these exploits. What type of attack is outlined in the scenario?


A.
Heartbeat Attack
B. Spear Phishing Attack
C. Shellshock Attack
D. Watering Hole Attack

Correct Answer: D

Certified Ethical Hacker 312-50v10 – Question283

You are analyzing a traffic on the network with Wireshark. You want to routinely run a cron job which will run the capture against a specific set of IPs. 192.168.8.0/24. What command you would use?


A.
tshark net 192.255.255.255 mask 192.168.8.0
B. wireshark capture local masked 192.168.8.0 range 24
C. sudo tshark f net 192.168.8.0/24
D. wireshark fetch 192.168.8/*

Correct Answer: B