Verified Correct 312-50v12 Practice Test Reliable Source Feb 28, 2024 Updated Free ECCouncil 312-50v12 Exam Files Downloaded Instantly ECCouncil 312-50v12 exam is a challenging exam that requires extensive preparation and study. Candidates must have a solid understanding of computer networks and security protocols, as well as a strong foundation in programming languages and scripting. 312-50v12 exam [...]

Verified & Correct 312-50v12 Practice Test Reliable Source Feb 28, 2024 Updated [Q74-Q99]

Share

Verified & Correct 312-50v12 Practice Test Reliable Source Feb 28, 2024 Updated

Free ECCouncil 312-50v12 Exam Files Downloaded Instantly


ECCouncil 312-50v12 exam is a challenging exam that requires extensive preparation and study. Candidates must have a solid understanding of computer networks and security protocols, as well as a strong foundation in programming languages and scripting. 312-50v12 exam consists of 125 multiple-choice questions and must be completed within four hours.

 

NEW QUESTION # 74
Your company was hired by a small healthcare provider to perform a technical assessment on the network.
What is the best approach for discovering vulnerabilities on a Windows-based computer?

  • A. Use a scan tool like Nessus
  • B. Use the built-in Windows Update tool
  • C. Create a disk image of a clean Windows installation
  • D. Check MITRE.org for the latest list of CVE findings

Answer: A


NEW QUESTION # 75
Henry Is a cyber security specialist hired by BlackEye - Cyber security solutions. He was tasked with discovering the operating system (OS) of a host. He used the Unkornscan tool to discover the OS of the target system. As a result, he obtained a TTL value, which Indicates that the target system is running a Windows OS. Identify the TTL value Henry obtained, which indicates that the target OS is Windows.

  • A. 0
  • B. 1
  • C. 2
  • D. 3

Answer: C

Explanation:
Windows TTL 128, Linux TTL 64, OpenBSD 255 ... https://subinsb.com/default-device-ttl-values/ Time to Live (TTL) represents to number of 'hops' a packet can take before it is considered invalid. For Windows/Windows Phone, this value is 128. This value is 64 for Linux/Android.


NEW QUESTION # 76
John, a professional hacker, targeted CyberSol Inc., an MNC. He decided to discover the loT devices connected in the target network that are using default credentials and are vulnerable to various hijacking attacks. For this purpose, he used an automated tool to scan the target network for specific types of loT devices and detect whether they are using the default, factory-set credentials. What is the tool employed by John in the above scenario?

  • A. loTSeeker
  • B. Azure loT Central
  • C. AT&T loT Platform
  • D. loT Inspector

Answer: C


NEW QUESTION # 77
Attacker Simon targeted the communication network of an organization and disabled the security controls of NetNTLMvl by modifying the values of LMCompatibilityLevel, NTLMMinClientSec, and RestrictSendingNTLMTraffic. He then extracted all the non-network logon tokens from all the active processes to masquerade as a legitimate user to launch further attacks. What is the type of attack performed by Simon?

  • A. Rainbow table attack
  • B. Dictionary attack
  • C. Combinator attack
  • D. Internal monologue attack

Answer: D

Explanation:
Types of Password Attacks - Active Online Attacks: Internal Monologue Attack Attackers perform an internal monologue attack using SSPI (Security Support Provider Interface) from a user-mode application, where a local procedure call to the NTLM authentication package is invoked to calculate the NetNTLM response in the context of the logged-on user.Attacker disables the security controls of NetNTLMv1, extracts all the non-network logon tokens from all the active processes to masquerade as legitimate users. (P.594/578)


NEW QUESTION # 78
Sam is working as a system administrator In an organization. He captured the principal characteristics of a vulnerability and produced a numerical score to reflect Its severity using CVSS v3.0 to property assess and prioritize the organization's vulnerability management processes. The base score that Sam obtained after performing cvss rating was 4.0. What is the CVSS severity level of the vulnerability discovered by Sam in the above scenario?

  • A. Medium
  • B. High
  • C. Low
  • D. Critical

Answer: A

Explanation:
Rating CVSS Score
None 0.0
Low 0.1 - 3.9
Medium 4.0 - 6.9
High 7.0 - 8.9
Critical 9.0 - 10.0
https://www.first.org/cvss/v3.0/specification-document
The Common Vulnerability Scoring System (CVSS) is an open framework for communicating the characteristics and severity of software vulnerabilities. CVSS consists of three metric groups: Base, Temporal, and Environmental. The Base metrics produce a score ranging from 0 to 10, which can then be modified by scoring the Temporal and Environmental metrics. A CVSS score is also represented as a vector string, a compressed textual representation of the values used to derive the score. Thus, CVSS is well suited as a standard measurement system for industries, organizations, and governments that need accurate and consistent vulnerability severity scores. Two common uses of CVSS are calculating the severity of vulnerabilities discovered on one's systems and as a factor in prioritization of vulnerability remediation activities. The National Vulnerability Database (NVD) provides CVSS scores for almost all known vulnerabilities.
Qualitative Severity Rating Scale
For some purposes, it is useful to have a textual representation of the numeric Base, Temporal and Environmental scores.


NEW QUESTION # 79
You are tasked to configure the DHCP server to lease the last 100 usable IP addresses in subnet to. 1.4.0/23. Which of the following IP addresses could be teased as a result of the new configuration?

  • A. 210.1.55.200
  • B. 10.1.4.156
  • C. 10.1.4.254
  • D. 10.1.5.200

Answer: D

Explanation:
https://en.wikipedia.org/wiki/Subnetwork
As we can see, we have an IP address of 10.1.4.0 with a subnet mask of /23. According to the question, we need to determine which IP address will be included in the range of the last 100 IP addresses.
The available addresses for hosts start with 10.1.4.1 and end with 10.1.5.254. Now you can clearly see that the last 100 addresses include the address 10.1.5.200.


NEW QUESTION # 80
Which of the following Metasploit post-exploitation modules can be used to escalate privileges on Windows systems?

  • A. getsystem
  • B. getuid
  • C. keylogrecorder
  • D. autoroute

Answer: A

Explanation:
When using exploits, you might gain access as only a local user. This limits what you can do on the target machine. You can use Meterpreters 'getsystem` command (https://github.com/rapid7/metasploit-payloads/blob/master/c/meterpreter/source/extensions/priv/elevate.c#L70) to elevate your permissions from a local administrator to SYSTEM. This works by using three elevation techniques.


NEW QUESTION # 81
Which of the following algorithms can be used to guarantee the integrity of messages being sent, in transit, or stored?

  • A. symmetric algorithms
  • B. asymmetric algorithms
  • C. integrity algorithms
  • D. hashing algorithms

Answer: D


NEW QUESTION # 82
You are attempting to run an Nmap port scan on a web server. Which of the following commands would result in a scan of common ports with the least amount of noise In order to evade IDS?

  • A. nmap-A-host-time 99-T1
  • B. nmap -sP- -p-65535-T5
  • C. nmap -A -Pn
  • D. nmap -sT-O- To

Answer: D


NEW QUESTION # 83
Jack, a disgruntled ex-employee of Incalsol Ltd., decided to inject fileless malware into Incalsol's systems. To deliver the malware, he used the current employees' email IDs to send fraudulent emails embedded with malicious links that seem to be legitimate. When a victim employee clicks on the link, they are directed to a fraudulent website that automatically loads Flash and triggers the exploit. What is the technique used byjack to launch the fileless malware on the target systems?

  • A. In-memory exploits
  • B. Phishing
  • C. Legitimate applications
  • D. Script-based injection

Answer: B

Explanation:
Launching Fileless Malware through Phishing Attackers commonly use social engineering techniques such as phishing to spread fileless malware to the target systems. Fileless malware exploits vulnerabilities in system tools to load and run malicious payloads on the victim's machine to compromise the sensitive information stored in the process memory. (P.978/962)


NEW QUESTION # 84
John, a security analyst working for an organization, found a critical vulnerability on the organization's LAN that allows him to view financial and personal information about the rest of the employees. Before reporting the vulnerability, he examines the information shown by the vulnerability for two days without disclosing any information to third parties or other internal employees. He does so out of curiosity about the other employees and may take advantage of this information later. What would John be considered as?

  • A. Gray hat
  • B. White hat
  • C. Black hat
  • D. Cybercriminal

Answer: A


NEW QUESTION # 85
What would be the fastest way to perform content enumeration on a given web server by using the Gobuster tool?

  • A. Performing content enumeration using the bruteforce mode and random file extensions
  • B. Performing content enumeration using the bruteforce mode and 10 threads
  • C. Shipping SSL certificate verification
  • D. Performing content enumeration using a wordlist

Answer: B


NEW QUESTION # 86
Mary, a penetration tester, has found password hashes in a client system she managed to breach. She needs to use these passwords to continue with the test, but she does not have time to find the passwords that correspond to these hashes. Which type of attack can she implement in order to continue?

  • A. Internal monologue attack
  • B. Pass the hash
  • C. Pass the ticket
  • D. LLMNR/NBT-NS poisoning

Answer: B


NEW QUESTION # 87
Which of the following tools are used for enumeration? (Choose three.)

  • A. USER2SID
  • B. DumpSec
  • C. SID2USER
  • D. SolarWinds
  • E. Cheops

Answer: A,B,C


NEW QUESTION # 88
You have gained physical access to a Windows 2008 R2 server which has an accessible disc drive. When you attempt to boot the server and log in, you are unable to guess the password. In your toolkit, you have an Ubuntu 9.10 Linux LiveCD. Which Linux-based tool can change any user's password or activate disabled Windows accounts?

  • A. CHNTPW
  • B. John the Ripper
  • C. Cain & Abel
  • D. SET

Answer: A


NEW QUESTION # 89
Take a look at the following attack on a Web Server using obstructed URL:

How would you protect from these attacks?

  • A. Enable Active Scripts Detection at the firewall and routers
  • B. Create rules in IDS to alert on strange Unicode requests
  • C. Use SSL authentication on Web Servers
  • D. Configure the Web Server to deny requests involving "hex encoded" characters

Answer: B


NEW QUESTION # 90
Abel, a cloud architect, uses container technology to deploy applications/software including all its dependencies, such as libraries and configuration files, binaries, and other resources that run independently from other processes in the cloud environment. For the containerization of applications, he follows the five-tier container technology architecture. Currently. Abel is verifying and validating image contents, signing images, and sending them to the registries. Which of the following tiers of the container technology architecture Is Abel currently working in?

  • A. Tier-1: Developer machines
  • B. Tier-2: Testing and accreditation systems
  • C. Tier-4: Orchestrators
  • D. Tier-3: Registries

Answer: B

Explanation:
The official management decision given by a senior agency official to authorize operation of an information system and to explicitly accept the risk to agency operations (including mission, functions, image, or reputation), agency assets, or individuals, based on the implementation of an agreed-upon set of security controls.
formal declaration by a designated accrediting authority (DAA) or principal accrediting authority (PAA) that an information system is approved to operate at an acceptable level of risk, based on the implementation of an approved set of technical, managerial, and procedural safeguards. See authorization to operate (ATO). Rationale: The Risk Management Framework uses a new term to refer to this concept, and it is called authorization.
Identifies the information resources covered by an accreditation decision, as distinguished from separately accredited information resources that are interconnected or with which information is exchanged via messaging. Synonymous with Security Perimeter.
For the purposes of identifying the Protection Level for confidentiality of a system to be accredited, the system has a conceptual boundary that extends to all intended users of the system, both directly and indirectly connected, who receive output from the system. See authorization boundary. Rationale: The Risk Management Framework uses a new term to refer to the concept of accreditation, and it is called authorization. Extrapolating, the accreditation boundary would then be referred to as the authorization boundary.


NEW QUESTION # 91
During the process of encryption and decryption, what keys are shared?

  • A. Private keys
  • B. User passwords
  • C. Public and private keys
  • D. Public keys

Answer: D

Explanation:
https://en.wikipedia.org/wiki/Public-key_cryptography
Public-key cryptography, or asymmetric cryptography, is a cryptographic system that uses pairs of keys: public keys (which may be known to others), and private keys (which may never be known by any except the owner). The generation of such key pairs depends on cryptographic algorithms which are based on mathematical problems termed one-way functions. Effective security requires keeping the private key private; the public key can be openly distributed without compromising security.
In such a system, any person can encrypt a message using the intended receiver's public key, but that encrypted message can only be decrypted with the receiver's private key. This allows, for instance, a server program to generate a cryptographic key intended for a suitable symmetric-key cryptography, then to use a client's openly-shared public key to encrypt that newly generated symmetric key. The server can then send this encrypted symmetric key over an insecure channel to the client; only the client can decrypt it using the client's private key (which pairs with the public key used by the server to encrypt the message). With the client and server both having the same symmetric key, they can safely use symmetric key encryption (likely much faster) to communicate over otherwise-insecure channels. This scheme has the advantage of not having to manually pre-share symmetric keys (a fundamentally difficult problem) while gaining the higher data throughput advantage of symmetric-key cryptography.
With public-key cryptography, robust authentication is also possible. A sender can combine a message with a private key to create a short digital signature on the message. Anyone with the sender's corresponding public key can combine that message with a claimed digital signature; if the signature matches the message, the origin of the message is verified (i.e., it must have been made by the owner of the corresponding private key).
Public key algorithms are fundamental security primitives in modern cryptosystems, including applications and protocols which offer assurance of the confidentiality, authenticity and non-repudiability of electronic communications and data storage. They underpin numerous Internet standards, such as Transport Layer Security (TLS), S/MIME, PGP, and GPG. Some public key algorithms provide key distribution and secrecy (e.g., Diffie-Hellman key exchange), some provide digital signatures (e.g., Digital Signature Algorithm), and some provide both (e.g., RSA). Compared to symmetric encryption, asymmetric encryption is rather slower than good symmetric encryption, too slow for many purposes. Today's cryptosystems (such as TLS, Secure Shell) use both symmetric encryption and asymmetric encryption.


NEW QUESTION # 92
Consider the following Nmap output:

what command-line parameter could you use to determine the type and version number of the web server?

  • A. -ss
  • B. -sv
  • C. -V
  • D. -Pn

Answer: B


NEW QUESTION # 93
Which of the following is considered an exploit framework and has the ability to perform automated attacks on services, ports, applications and unpatched security flaws in a computer system?

  • A. Metasploit
  • B. Wireshark
  • C. Maltego
  • D. Nessus

Answer: A

Explanation:
https://en.wikipedia.org/wiki/Metasploit_Project
The Metasploit Project is a computer security project that provides information about security vulnerabilities and aids in penetration testing and IDS signature development. It is owned by Boston, Massachusetts-based security company Rapid7.
Its best-known sub-project is the open-source Metasploit Framework, a tool for developing and executing exploit code against a remote target machine. Other important sub-projects include the Opcode Database, shellcode archive and related research.
The Metasploit Project includes anti-forensic and evasion tools, some of which are built into the Metasploit Framework. Metasploit is pre-installed in the Kali Linux operating system.
The basic steps for exploiting a system using the Framework include.
1. Optionally checking whether the intended target system is vulnerable to an exploit.
2. Choosing and configuring an exploit (code that enters a target system by taking advantage of one of its bugs; about 900 different exploits for Windows, Unix/Linux and macOS systems are included).
3. Choosing and configuring a payload (code that will be executed on the target system upon successful entry; for instance, a remote shell or a VNC server). Metasploit often recommends a payload that should work.
4. Choosing the encoding technique so that hexadecimal opcodes known as "bad characters" are removed from the payload, these characters will cause the exploit to fail.
5. Executing the exploit.
This modular approach - allowing the combination of any exploit with any payload - is the major advantage of the Framework. It facilitates the tasks of attackers, exploit writers and payload writers.


NEW QUESTION # 94
In an attempt to damage the reputation of a competitor organization, Hailey, a professional hacker, gathers a list of employee and client email addresses and other related information by using various search engines, social networking sites, and web spidering tools. In this process, she also uses an automated tool to gather a list of words from the target website to further perform a brute-force attack on the previously gathered email addresses.
What is the tool used by Hailey for gathering a list of words from the target website?

  • A. Orbot
  • B. Psiphon
  • C. Shadowsocks
  • D. CeWL

Answer: D


NEW QUESTION # 95
Leverox Solutions hired Arnold, a security professional, for the threat intelligence process. Arnold collected information about specific threats against the organization. From this information, he retrieved contextual information about security events and incidents that helped him disclose potential risks and gain insight into attacker methodologies. He collected the information from sources such as humans, social media, and chat rooms as well as from events that resulted in cyberattacks. In this process, he also prepared a report that includes identified malicious activities, recommended courses of action, and warnings for emerging attacks. What is the type of threat intelligence collected by Arnold in the above scenario?

  • A. Technical threat intelligence
  • B. Operational threat intelligence
  • C. Strategic threat intelligence
  • D. Tactical threat intelligence

Answer: B


NEW QUESTION # 96
Mary found a high vulnerability during a vulnerability scan and notified her server team. After analysis, they sent her proof that a fix to that issue had already been applied. The vulnerability that Marry found is called what?

  • A. False-negative
  • B. False-positive
  • C. Backdoor
  • D. Brute force attack

Answer: B

Explanation:
https://www.infocyte.com/blog/2019/02/16/cybersecurity-101-what-you-need-to-know-about-false-positives-and-false-negatives/ False positives are mislabeled security alerts, indicating there is a threat when in actuality, there isn't. These false/non-malicious alerts (SIEM events) increase noise for already over-worked security teams and can include software bugs, poorly written software, or unrecognized network traffic.
False negatives are uncaught cyber threats - overlooked by security tooling because they're dormant, highly sophisticated (i.e. file-less or capable of lateral movement) or the security infrastructure in place lacks the technological ability to detect these attacks.


NEW QUESTION # 97
Security administrator John Smith has noticed abnormal amounts of traffic coming from local computers at night. Upon reviewing, he finds that user data have been exfilltrated by an attacker. AV tools are unable to find any malicious software, and the IDS/IPS has not reported on any non-whitelisted programs, what type of malware did the attacker use to bypass the company's application whitelisting?

  • A. Zero-day malware
  • B. Logic bomb malware
  • C. File-less malware
  • D. Phishing malware

Answer: C

Explanation:
https://www.mcafee.com/enterprise/en-us/security-awareness/ransomware/what-is-fileless-malware.html


NEW QUESTION # 98
An attacker identified that a user and an access point are both compatible with WPA2 and WPA3 encryption. The attacker installed a rogue access point with only WPA2 compatibility in the vicinity and forced the victim to go through the WPA2 four-way handshake to get connected. After the connection was established, the attacker used automated tools to crack WPA2-encrypted messages. What is the attack performed in the above scenario?

  • A. Timing-based attack
  • B. Cache-based attack
  • C. Downgrade security attack
  • D. Side-channel attack

Answer: D


NEW QUESTION # 99
......

Pass ECCouncil 312-50v12 exam Dumps 100 Pass Guarantee With Latest Demo: https://www.prep4surereview.com/312-50v12-latest-braindumps.html

The  312-50v12 PDF Dumps Greatest for the ECCouncil Exam Study Guide!: https://drive.google.com/open?id=11ig8B4v3OhWno0opWn-YXDr2gMTMtKIx