What is meant by 'Personally Identifiable Information' (PII) in the context of data privacy?

  • Business-related information about an individual
  • General information that does not identify a specific person
  • Information that can be used to uniquely identify an individual
  • Publicly available information about an individual
Personally Identifiable Information (PII) refers to data that can be used to uniquely identify a specific individual. This includes information such as names, addresses, social security numbers, and more. Recognizing and protecting PII is crucial for maintaining privacy and preventing identity theft, making it a key concept in data privacy practices.__________________________________________________

What is an SQL Injection attack primarily targeting in a web application?

  • Authentication Mechanisms
  • Database Records
  • File System
  • Session Cookies
An SQL Injection attack primarily targets database records in a web application. Attackers exploit vulnerabilities to inject malicious SQL code into input fields, manipulating the database queries. Understanding this is crucial for implementing input validation and secure coding practices to prevent unauthorized access and manipulation of sensitive data through SQL Injection.__________________________________________________

What is the primary function of a firewall in a computer network?

  • Detect and remove malware
  • Encrypt data transmission
  • Manage user authentication
  • Monitor and control incoming and outgoing network traffic
The primary function of a firewall is to monitor and control network traffic, allowing or blocking data packets based on predefined security rules. It acts as a barrier between a secure internal network and untrusted external networks. Understanding the role of firewalls is fundamental for securing network infrastructure against unauthorized access and cyber threats.__________________________________________________

Which principle of information security is mainly concerned with preventing unauthorized disclosure of information?

  • Availability
  • Confidentiality
  • Integrity
  • Non-repudiation
The principle of 'Confidentiality' in information security focuses on preventing unauthorized disclosure of information. It ensures that sensitive data is protected from unauthorized access and disclosure. Upholding confidentiality is crucial for safeguarding sensitive information and maintaining the trust of users and stakeholders in the security measures implemented. Understanding and applying confidentiality measures is fundamental in information security.__________________________________________________

How does a Network-Based Intrusion Detection System (NIDS) differ from a Host-Based IDS (HIDS)?

  • HIDS focuses on the security of individual devices
  • HIDS is less effective in detecting unauthorized access
  • NIDS monitors network traffic for suspicious activities
  • NIDS requires agents on each device for monitoring
The primary distinction lies in the scope of monitoring. NIDS operates at the network level, analyzing traffic for signs of intrusion across multiple devices. In contrast, HIDS focuses on the security of individual devices, employing agents on each system to detect and respond to local threats. Understanding these differences is crucial for deploying effective intrusion detection strategies tailored to specific security requirements.__________________________________________________

In BCM, what is the primary focus of a 'Crisis Communication Plan'?

  • Ensuring employee safety during a crisis
  • Facilitating communication with the media
  • Maintaining regular business operations during a crisis
  • Providing technical support during a crisis
The primary focus of a Crisis Communication Plan in Business Continuity Management (BCM) is ensuring employee safety during a crisis. This plan outlines communication strategies to keep employees informed, address concerns, and provide guidance on safety measures. Effective communication fosters a sense of security, promotes orderly response, and contributes to overall resilience in the face of unexpected events.__________________________________________________

A company discovers an unknown vulnerability being exploited in its software. This vulnerability was not previously reported or documented. This is an example of a ____________.

  • DDoS Attack
  • Insider Threat
  • SQL Injection
  • Zero-Day Exploit
A zero-day exploit refers to the exploitation of a software vulnerability that is not known to the vendor or the public. In this scenario, the company is facing an attack on a vulnerability that was previously unknown, emphasizing the need for proactive security measures and rapid response to mitigate the impact of such exploits. Understanding zero-day vulnerabilities is crucial for staying ahead of potential threats.__________________________________________________

____________ is the process of confirming that a digital identity aligns with a physical entity, typically through credential verification.

  • Authentication
  • Authorization
  • Biometric Authentication
  • Identity Verification
Identity Verification is the process of confirming that a digital identity aligns with a physical entity, typically through credential verification. This step is crucial in the authentication process, ensuring that the user claiming an identity is who they say they are. Understanding identity verification methods is essential for maintaining secure access to digital systems.__________________________________________________

A ____________ attack involves overwhelming a system with traffic or information to make it unavailable to users.

  • DDoS (Distributed Denial of Service)
  • Phishing
  • SQL Injection
  • XSS (Cross-Site Scripting)
A Distributed Denial of Service (DDoS) attack involves overwhelming a system with a flood of traffic, making it unavailable to users. Attackers use multiple compromised systems to flood the target with traffic, causing service disruptions. Understanding DDoS attacks is crucial for implementing effective mitigation strategies and maintaining the availability of online services.__________________________________________________

The section in a security policy that outlines disciplinary actions for policy violations is known as ____________.

  • Compliance Appendix
  • Enforcement Clause
  • Punishment Provision
  • Sanction Section
The section in a security policy that outlines disciplinary actions for policy violations is known as the Sanction Section. This part specifies the consequences or penalties individuals may face if they violate the security policy. It plays a crucial role in promoting compliance and deterring security breaches within an organization. Understanding this aspect is essential for maintaining a secure and disciplined environment.__________________________________________________