CISSP PRACTICE QUESTIONS – 20200218

Effective CISSP Questions

As the World Health Organization (WHO) declared the novel coronavirus as a Public Health Emergency of International Concern (PHEIC) and officially renamed it to COVID 19, you are reviewing your contingent and continuity plans to prepare for the world-wide outbreak. Which of the following may least concern your organization when responding to the PHEIC in terms of business continuity?
A. Disruption of supply chain
B. The convenience of remote access solutions
C. Effectiveness of system redundant sites
D. Shortage of financial cash flow

Continue reading

Due Diligence and Due Care – Part 2

Case Study - Due Diligence and Due Care

Due diligence is a reasonable amount of careful and persistent work or effort, and due care lies at the core of due diligence.

  • Individuals, organizations, or even nations exercise due diligence to inform risk-based decision making to avoid loss and liability.
  • They use due care to ensure the decision is made and implemented without negligence. Negligence is a failure to exercise the care that a reasonably prudent person would exercise under similar circumstances; that is, lack of due care.

Due care means “the degree of care that a prudent and competent person engaged in the same line of business or endeavor would exercise under similar circumstances. Due care does not permit willful ignorance.” (16 CFR § 1107.2)

Due diligence can be part of the risk assessment process. People typically exercise due diligence, as a preemptive or proactive measure, by checking things out or conducting investigations to inform risk-based decision making.

As due diligence focuses on risk-based decision making, it is more often for the management to exercise due diligence than others. In contrast, everybody has to use due care to get things done without negligence.

Standard of Due Diligence

However, how much diligence or how diligent is enough to meet the standard of due diligence? There is no uniform or widely agreed standard, and it varies across professions or contexts. For example, in the context of a merger & acquisition case, the following professional due diligence may be performed:

  • Financial due diligence may focus on uncovering any financial abnormalities.
  • Legal due diligence may involve analyzing the company’s agreements, licenses, ownership, and legal standing to operate.
  • Information security due diligence may contain activities such as data leakage review, cyber health check, supply chain risk assessment, SDLC and DevOps evaluation, and so forth.

Security Operations Due Diligence

When it comes to security operations, according to the Official (ISC)² Guide to the CISSP CBK 4th edition, examples of due diligence for security professionals in an organization include but are not limited to:

  • Background checks of employees
  • Credit checks of business partners
  • Information system security assessments
  • Risk assessments of physical security systems
  • Penetration tests of firewalls
  • Contingency testing of backup systems
  • Threat intelligence services used to check on the availability of company Intellectual Property (IP)

The Official (ISC)² CISSP Study Guide states:

  • Due care is using reasonable care to protect the interests of an organization.
  • Due diligence is practicing the activities that maintain the due care effort.

Due Diligence

  • detailed assessment of one or more business processes or production lines, culture, assets, liabilities, intellectual property, judicial and financial situation in order to make the outsourcing decisions. (ISO 37500:2014)
  • detailed assessment conducted by an economic operator to evaluate a supplier’s compliance with the guidance principles.
    Note 1 to entry: In the context of the guidance principles, due diligence is conducted through second-party audits or third-party audits and, wherever feasible, regularly monitored through government inspections and oversight. (ISO/IWA 19:2017)
  • comprehensive, proactive process to identify the actual and potential negative social, environmental and economic impacts of an organization’s decisions and activities over the entire life cycle of a project or organizational activity, with the aim of avoiding and mitigating negative impacts. (ISO 26000:2010)
  • process through which organizations proactively identify, assess, prevent, mitigate and account for how they address their actual and potential adverse impacts as an integral part of decision-making and risk management. (ISO 20400:2017)
  • compilation, comprehensive appraisal and validation of information of an organization required for assessing accuracy, commercial integrity, financial stability and functional competence integrity at the appropriate stage of the agreement sourcing process (ISO 41011:2017)
  • process to further assess the nature and extent of the bribery risk and help organizations make decisions in relation to specific transactions, projects, activities, business associates and personnel. (ISO 37001:2016)

CISSP PRACTICE QUESTIONS – 20200217

Effective CISSP Questions

You’ve learned about from a CISSP study guide the formula, total risk = threats × vulnerability × asset value, and used it in your risk management program. You identified that hacktivists and script kiddies might employ SQLMap to initiate SQL injection to attack database systems through the web servers. The asset value of customer profiles classified as CONFIDENTIAL is worthy of 5 million US dollars. They are processed on the web-based CRM system that is very vulnerable because of poor design and delayed patches. You are conducting a risk assessment, which of the following is the least common and cost-ineffective expression of the total risk?
A. $7,438,399.5 (US)
B. LOW
C. 25
D. VERY HIGH

Continue reading

CISSP PRACTICE QUESTIONS – 20200216

Effective CISSP Questions

There is no consistent definition of “threat,” and people tend to use this term literally or intuitively. As a threat may refer to the threat source, threat event, or risk exposure, which of the following is least likely to be a threat?
A. Script kiddie
B. The financial loss of millions of dollars
C. Unpatched servers
D. Initiating SQL injection using SQLMap

Continue reading

Groups vs Roles

A group is a collection of users, while a role is a collection of privileges (permissions and rights). Semantically, a user is added to a group, while a role is assigned to a user. A group is used to simplify account management or reflect organizational structure. A role is used to grant privileges to users to access resources or perform actions.

Group members are usually dynamic or changeable; that is, a member or user can be added into or removed from a group anytime. A nested group is a group that can contain other groups as its group members.

Privileges associated with a role can be dynamic or unchangeable, depending on the implementation. It’s common for web applications supporting role-based access control to hardcode role privileges and make them immutable.

Privileges

Windows Groups

Built-in groups of Microsoft Windows, such as Administrators, Backup Operators, Power Users, Users, Guests, etc., are actually hardcoded roles. They are built-ins with hardcoded privileges. You can not change their privileges.

Windows_Groups

Microsoft Active Directory (AD)

Groups in Microsoft Active Directory (AD) are quite flexible because AD provides different types of groups to support the concept of “grouping” users and “granting” privileges.

AGDLP (Account, Global group, Domain Local group, Permissions) is Microsoft’s implementation to support RBAC (Role-Based Access Control).

  • Global groups are used to group users (accounts)
  • Domain Local groups are used to grant privileges to users. IMO, they are actually roles. (Microsoft doesn’t distinguish privileges from permissions strictly)

windows-agdlp

MS-SQL Roles

The privileges associated with built-in database roles are hardcoded and unchangeable, for example, db_owner and public. However, you can create your own roles and assign privileges to them.

MSSQL_Roles

Media Marking and Media Labeling

Trusted Computing Base

Labeling as a System-based Enforcement

The term security labeling refers to the association of security attributes with subjects and objects represented by internal data structures within organizational information systems, to enable information system-based enforcement of information security policies. (NIST SP 800-53 R4)

Marking as a Process-based Enforcement

The term security marking refers to the association of security attributes with objects in a human-readable form, to enable organizational process-based enforcement of information security policies. (NIST SP 800-53 R4)

Media Marking as a Practice of Security Marking

Media protection (MP) is a control that addresses the defense of system media, which can be described as both digital and non-digital. Examples of media protection controls include: media access, media marking, media storage, media transport, and media sanitization. (NIST SP 800-12 R1)

From Media Labeling to Media Marking

The term “Media Labeling” used in NIST SP 800-53A R1 is revised to “Media Marking” in NIST SP 800-53A R4 to align with the concept of human-readable form and process-based enforcement.

Media Labeling
Media Labeling in NIST SP 800-53A R1
Media Marking
Media Marking in NIST SP 800-53A R4

References

CISSP PRACTICE QUESTIONS – 20200215

Effective CISSP Questions

Your organization decides to implement the security functionality of the digital signature on the email system based on the public key infrastructure. Which of the following statements is not true about the initiative?
A. Certificate Authorities (CAs) are required
B. The email message is encrypted by the public key of the recipient
C. Both data integrity and sender identity can be assured
D. Only the digest of the email message is encrypted by the private key of the sender

Continue reading

Laws and Regulations

2000px-political_system_of_the_united_states.svg_

Source: Wikipedia

Laws and regulations are similar in that both are mandatory requirements. However, there are some minute differences between them in terms of separation of powers or government structure. Generally speaking, laws refer to the rules written and passed by the legislative branch, while regulations are the rules formulated by the executive branch.

For example, US Federal laws are bills that have passed both houses of Congress and been signed by the president. Individual laws, also called acts, are arranged by subject in the United States Code (USC), e.g., Federal Information Security Management Act of 2002 (FISMA, 44 USC § 3541, et seq.).

Regulations are rules made by executive departments and agencies and are arranged by subject in the Code of Federal Regulations (CFR), e.g., The HIPAA Security Rule is located at 45 CFR Part 160 and Subparts A and C of Part 164.

CISSP PRACTICE QUESTIONS – 20200214

Effective CISSP Questions

Asset ownership is one of the primary issues in information security. After taking inventory of the information asset, your organization is reviewing the ownership. Which of the following has the least ownership controversy?
A. Commercial-Off-The-Shelf (COTS) software
B. Original equipment manufacturer’s (OEM) production parameters or formula
C. Customer profile
D. Inventions of research and development

Continue reading

CISSP PRACTICE QUESTIONS – 20200213

Effective CISSP Questions

Your organization is developing a Transportation Management System (TMS) that processes two types of data: air and ground transportation data. Confidentiality and cost-effectiveness are the most concern of your organization, and biometric authentication belongs to the security control baseline for high-impact systems. After the business and privacy impact analysis, incidents such as data breach, unauthorized change, and loss of access to any transportation data will cause a low impact on your organization. However, unauthorized alteration to air transportation data renders a moderate impact. It is about time to determine baseline security controls based on the system impact level. Which of the following is the best decision according to the impact analysis?
A. Implement a fingerprint-based authentication system
B. Implement a hardware token authentication system
C. Implement an authentication system based on something you know
D. Implement a two-factor authentication system

Continue reading