0% found this document useful (0 votes)
9 views3 pages

System Security Q&A: Key Concepts Explained

Module 5 covers system security, focusing on protecting computer systems and networks from unauthorized access and malicious software. It details types of intruders, malware, countermeasures like firewalls and intrusion detection systems, and security concepts such as access control and social engineering. The module emphasizes the importance of security policies, user authentication, and the principle of least privilege.

Uploaded by

Nilakhya Chawrok
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views3 pages

System Security Q&A: Key Concepts Explained

Module 5 covers system security, focusing on protecting computer systems and networks from unauthorized access and malicious software. It details types of intruders, malware, countermeasures like firewalls and intrusion detection systems, and security concepts such as access control and social engineering. The module emphasizes the importance of security policies, user authentication, and the principle of least privilege.

Uploaded by

Nilakhya Chawrok
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Q&A Pairs for System Security - Module 5

Module 5: System Security


Q1. What is system security?
System security involves protecting computer systems and networks from
information disclosure, theft, or damage.
Q2. Who are intruders?
Individuals who gain unauthorized access to a system.
Q3. What are the types of intruders?
Masquerader, misfeasor, and clandestine user.
Q4. What is malicious software?
Software designed to disrupt, damage, or gain unauthorized access to sys-
tems.
Q5. What are the types of malware?
Viruses, worms, trojans, ransomware, spyware, adware, and rootkits.
Q6. What is a computer virus?
A malicious program that attaches itself to other software and spreads
when executed.
Q7. What is a worm?
A standalone malware that replicates itself to spread to other computers.
Q8. What is a Trojan horse?
A type of malware disguised as legitimate software.
Q9. What is ransomware?
Malware that encrypts data and demands ransom to restore access.
Q10. What is spyware?
Software that secretly gathers user information without consent.
Q11. What is adware?
Software that automatically displays or downloads advertising material.
Q12. What is a rootkit?
A collection of software tools that enables unauthorized access to a com-
puter.

1
Q13. What are countermeasures for malware?
Antivirus software, firewalls, intrusion detection systems, and user educa-
tion.
Q14. What is a firewall?
A network security system that monitors and controls incoming and out-
going network traffic.
Q15. What are the types of firewalls?
Packet filtering, stateful inspection, proxy, and next-generation firewalls.

Q16. What is the principle of a firewall?


It enforces a security policy by filtering traffic based on defined rules.
Q17. What is an intrusion detection system (IDS)?
A system that monitors network traffic for suspicious activity.
Q18. What are the types of IDS?
Host-based IDS (HIDS) and network-based IDS (NIDS).
Q19. What is a honeypot?
A decoy system set up to lure attackers and analyze their behavior.
Q20. What is access control?
A security technique that regulates who can view or use resources.
Q21. What are the types of access control?
Discretionary (DAC), Mandatory (MAC), and Role-Based Access Control
(RBAC).
Q22. What is a security policy?
A formal statement defining how to protect system resources.
Q23. What is authentication in system security?
Verification of a user’s identity before granting access.
Q24. What is authorization?
Determining what resources a user is allowed to access.
Q25. What are audit logs?
Records of system activities used to detect and analyze security events.
Q26. What is a backdoor?
A method to bypass normal authentication to access a system.

Q27. What is social engineering?


Manipulating people into revealing confidential information.
Q28. What are common social engineering attacks?
Phishing, pretexting, baiting, and tailgating.

2
Q29. How can social engineering be prevented?
Training, awareness, and strict security policies.
Q30. What is the principle of least privilege?
Users should have the minimum level of access required for their tasks.

Common questions

Powered by AI

Viruses attach themselves to legitimate software or files and require user action to replicate and spread, often causing harm by corrupting data . Worms, on the other hand, are standalone programs that autonomously replicate and spread across networks, usually exploiting vulnerabilities to propagate without user intervention . While both aim to spread malware, viruses depend on infected files, whereas worms leverage network channels for self-propagation.

Honeypots are effective as decoy systems that attract attackers, allowing security analysts to observe attack patterns and behaviors without risking actual system resources . They provide valuable insights into attacker motives and methods, helping improve future defenses. However, honeypots are not preventive measures, as they do not stop attacks but merely observe them. Furthermore, sophisticated attackers aware of honeypots may avoid interacting with them, thus limiting their effectiveness in collecting data.

Firewalls enhance security by monitoring and controlling incoming and outgoing network traffic based on predetermined security rules, thereby preventing unauthorized access and attacks . Packet-filtering firewalls block traffic based on address and port number, while stateful firewalls track active connections . However, they are limited in detecting threats hidden in encrypted traffic or attacks within allowed traffic, such as application-layer attacks . Firewalls also require proper configuration, as misconfiguration can create vulnerabilities.

Audit logs are essential records of system activities, documenting events and user actions to provide traceability and accountability in a networked environment . They are crucial in post-incident analysis, allowing security teams to reconstruct events leading up to a breach, understand the extent of the compromise, and identify weaknesses in security posture . By maintaining comprehensive audit logs, organizations can enhance their ability to detect security incidents and gather evidence for forensic investigations.

Backdoors create vulnerabilities by allowing unauthorized access, bypassing standard authentication procedures . They may be intentionally built into software for legitimate reasons like maintenance but can also be exploited by attackers to infiltrate systems undetected. To minimize risks, thorough code audits, regular security assessments, and patching are essential. Development practices should emphasize security-first, and unexpected entry points should be disabled or monitored to ensure unauthorized access does not occur .

Social engineering exploits human psychology to manipulate targets into divulging confidential information, bypassing technical defenses altogether . Common attacks include phishing, pretexting, baiting, and tailgating, which rely on deception and coercion . Effective countermeasures include comprehensive security training, fostering awareness about potential threats, and implementing strict security policies that limit information disclosure and verify authenticity of requests . Technical solutions alone are insufficient, making user education critical in counteracting these attacks.

Masqueraders are external attackers who deceive systems into believing they are legitimate users, typically by stealing login credentials . Misfeasors are legitimate users who abuse their access privileges to perform unauthorized actions within the system . Clandestine users gain access to the system and operate covertly, often disabling security logs to avoid detection .

Rootkits are sophisticated malware designed to provide privileged, persistent access to a computer while hiding their presence from detection tools . They integrate deeply into the operating system, altering kernel processes and intercepting API calls to maintain concealment, posing significant challenges to detection by conventional antivirus software . Their stealth capabilities complicate mitigation, often requiring specialized removal tools or a full system reinstall to eliminate them while ensuring system integrity is restored.

The principle of least privilege ensures that users have only the access necessary to perform their tasks, minimizing the potential for misuse or compromise of sensitive information . By restricting access rights, it reduces the risk of accidental or malicious actions and limits the damage that can be caused by insider threats or exploited credentials. This principle acts as a fundamental safeguard in preventing security breaches by curtailing unnecessary access paths that attackers might exploit .

User education is a critical component in defending against malicious software attacks, as it addresses the human element in cybersecurity . By training users to recognize phishing attempts, misleading downloads, and unsafe websites, organizations reduce the chance of malware execution and spread . Education ingrains a security-conscious mindset, empowering users to make informed decisions and follow best practices, thus complementing technical defenses and mitigating risk from social engineering and human error.

You might also like