Tools / Cyber Security Interview Questions
List common types of Cyber Attacks?
- Phishing: tricking users into giving up credentials
- Malware: malicious software that damages or spies on systems
- DoS/DDoS: flooding a system to make it unavailable
- Man-in-the-Middle: intercepting communication between two parties
- SQL Injection: manipulating database queries through unsanitized input
- Cross-Site Scripting (XSS): injecting malicious scripts into web pages
- Credential stuffing: reusing leaked username/password pairs across sites
- Insider threats: employees misusing their legitimate access
Most real-world breaches combine several of these, for example a phishing email that delivers malware, which then establishes a foothold for lateral movement.
More Related questions...