Question:- What is sniffing? Explain its types in Ethical Hacking.
Answer:- Sniffing in Ethical Hacking is a method implemented for monitoring all the data packets that pass through a particular network. Sniffers are primarily used to oversee and troubleshoot network traffic, and Network/System Administrators are responsible for this role. Sniffers can be installed in the system in the form of software or hardware. However, attackers can misuse sniffers to gain access to data packets that contain sensitive information, such as account information, passwords, etc. Packet sniffers on a network can give a malicious hacker the opportunity to intrude and access all of the network traffic. There are two types of sniffing: • Active sniffing: Sniffing in a point-to-point network device called the switch is referred to as active sniffing. The switch is responsible for the regulation of the data flow between its ports. This is done through the active monitoring of the MAC address on each port, which enables the passing of data only to the intended target. To activate the sniffing of the traffic between targets, sniffers have to inject traffic into the LAN. • Passive sniffing: Passive sniffing happens when the sniffing is done through the hub. The traffic that goes through the unbridged network or the non-switched segment is transparent to all machines in that segment. Here, sniffers work at the network’s data link layer. This is called passive sniffing as sniffers set up by the attackers passively wait for the data to capture them when they are sent.
Question:- What is an intrusion detection system (IDS)?
Answer:- An intrusion detection system, or IDS for short, is a software application or device that monitors a network for the detection of malicious activities or policy violations. Any detected malicious activity or violation is reported or collected centrally with the help of a security information and event management system. An IDS that can respond to intrusions upon discovery is classified as an intrusion prevention system (IPS).
Question:- What is Defense in Depth?
Answer:- Defense in Depth (DiD) in Cybersecurity involves a series of defensive mechanisms that are layered for the purpose of securing valuable data and information. In case one mechanism fails, another one will start to work immediately to thwart unprecedented attacks. DiD’s multi-layered approach, which is also referred to as the castle approach, tightens up the security of a system.
Question:- What is a security operations center (SOC)?
Answer:- A security operations center (SOC) as a facility houses the information security team. This team is set in place to continuously monitor and analyze an organization’s security. The SOC team’s responsibility includes detection, analysis, and immediate response to Cybersecurity incidents through the implementation of various technology solutions and a set of processes. The team may include Security Analysts, Engineers, and Managers who work closely with the incident response team.
Question:- What is penetration testing? Mention some popular penetration testing tools.
Answer:- A penetration test or a pen test is the simulation of a cyberattack on a computer to check for potential vulnerabilities in the system. It is commonly implemented to augment a web application firewall (WAF). It can involve a simulated attack on any number of application systems such as APIs, frontend servers, and backend servers to discover any vulnerabilities present. The insights gained through this kind of testing can be used to tighten the WAF security policies and fix the detected issues. Following are a few popular tools used for penetration testing: • Netsparker • Wireshark • Metasploit • BeEF • Aircrack
Question:- What is network traffic monitoring and analysis?
Answer:- Network traffic monitoring and analysis is a security analytical technique and tool used by Network Security Administrators for the detection of issues that can affect accessibility, functionality, and network traffic security in connected devices.
Question:- What is the difference between RPO and RTO?
Answer:- The recovery point objective (RPO) deals with the backup frequency and the recovery time objective (RTO) with the recovery timeline. During a system outage, RPO and RTO can determine the impact of the downtime on business operations. RPO is a measure of how frequently you take backups and indicates the amount of data that will be lost or needed to be reentered after an outage. RTO, on the other hand, is the amount of downtime a business can afford. It determines how long it might take for a system to recover after a business disruption.
Question:- Explain how you can stop your website getting hacked?
Answer:- By adapting following methodology you’ll be able to stop your web site from obtaining hacked • Using Firewall : Firewall may be accustomed drop traffic from suspicious information processing address if attack may be an easy DOS • Encrypting the Cookies : Cookie or Session poisoning may be prevented by encrypting the content of the cookies, associating cookies with the consumer information processing address and temporal arrangement out the cookies once it slow • Validating and confirmative user input : This approach is prepared to stop the type tempering by confirmative and verifying the user input before processing it • Header Sanitizing and validation : This technique is beneficial against cross website scripting or XSS, this method includes verifying and sanitizing headers, parameters passed via the address, type parameters and hidden values to cut back XSS attacks.
Question:- What is Burp Suite? What tools does it contain?
Answer:- Burp Suite is an integrated platform used for attacking net applications. It contains all the tools a hacker would need for attacking any application. a number of these functionalities are • Proxy • Spider • Scanner • Intruder • Repeater • Decoder • Comparer • Sequencer
Question:- What is SQL injection and its types?
Answer:- If the application doesn’t sanitize the user input then the SQL injection happens. Thus a malicious hacker would inject SQL queries to gain unauthorized access and execute administration operations on the database. SQL injections may be classified as follows: • Error-based SQL injection • Blind SQL injection • Time-based SQL injection
Question:- Which programming language is used for hacking?
Answer:- It’s best, actually, to master all 5 of Python, C/C++, Java, Perl, and LISP. Besides being the foremost vital hacking languages, they represent totally different approaches to programming, and each of it can educate you in valuable ways.
Question:- What is meant by spoofing attack?
Answer:- A spoofing attack is when a malicious party impersonates another device or user on a network so as to launch attacks against network hosts, steal data, unfold malware or bypass access controls. Different Spoofing attacks are deployed by malicious parties to achieve this.
Question:- What are the different types of spoofing?
Answer:- • ARP Spoofing Attack. • DNS Spoofing Attack. • IP Spoofing Attack.
Question:- What is active and passive reconnaissance?
Answer:- Passive reconnaissance is nothing but to gain info regarding targeted computers and networks while not actively participating with the systems. In active reconnaissance, in distinction, the attacker engages with the target system, usually conducting a port scan to find any open ports.
