Crosswalk pair

CIS Critical Security Controls and FedRAMP Rev5 Class C, control by control

34 canonical controls in Keel’s library satisfy clauses of both CIS Critical Security Controls and FedRAMP Rev5 Class C. Implement each once, attach the evidence once, and it counts toward each standard. The overlap is the work you don’t repeat.

The overlap

What the two libraries have in common

Every figure here counts canonical controls in Keel’s library, not clauses of either standard. Each standard’s own authored count is on its framework page.

34

Controls that satisfy both

Canonical controls that crosswalk to at least one clause of each.

36

In Keel’s library for CIS Critical Security Controls

94% of them also map to FedRAMP Rev5 Class C.

64

In Keel’s library for FedRAMP Rev5 Class C

53% of them also map to CIS Critical Security Controls.

145

Evidence artifacts expected

Across the shared controls, from Keel’s evidence guidance. Gathered once.

  • CIS Critical Security Controls v8.1 94%

    34 controls of 36 in Keel’s library for CIS Critical Security Controls also map to FedRAMP Rev5 Class C.

  • FedRAMP Rev5 Class C NIST SP 800-53 Rev. 5 baseline 53%

    34 controls of 64 in Keel’s library for FedRAMP Rev5 Class C also map to CIS Critical Security Controls.

The mapping

Controls that satisfy both

Each row is one control in Keel’s library and the clauses it answers on each side. Do the work once; both columns are then evidenced by the same artifacts.

CIS Critical Security Controls and FedRAMP Rev5 Class C controls that satisfy both, with the clauses each maps to
Canonical control CIS Critical Security Controls clauses FedRAMP Rev5 Class C clauses
Governance & Risk
Contact with authorities & security communities The organization decides in advance which outside bodies it may need to reach about information security, and can reach them without improvising. Two distinct registers are kept. The first names the AUTHORITIES relevant to what the organization does and where it operates - the data protection or supervisory authority, the sector regulator, law enforcement, the national cyber incident body, and the emergency and utility services that matter to its sites - together with what each would be contacted about, the threshold at which contact becomes mandatory rather than optional, who inside the organization is authorized to make it, and the current route in. The second records the SPECIAL INTEREST GROUPS the organization participates in - security forums, professional associations, sector information-sharing bodies, vendor and product advisory lists - which exist so that advisories, techniques and early warning arrive before an incident rather than during one, and so that specialist advice can be obtained on demand. Both registers name an owner, are verified on a stated cadence and after any reorganization, and are reachable by the incident responders at the moment they are needed rather than filed where only their author knows. What may be shared outward through either channel is bounded by the organization’s own classification and confidentiality rules, so participation does not become a disclosure route. What arrives through those channels is acted on rather than received: security alerts, advisories and directives from the external sources the organization has named are taken in on an ongoing basis, generated internally where the organization is the one who found the problem, disseminated to the roles, groups and external parties the organization has decided need them, and - where the item is a DIRECTIVE the organization is bound by - implemented within the timeframe it sets, or the reason it cannot be is notified to the body that issued it rather than left unanswered. The register is not confined to authorities and forums: it also holds the parties who have to be told when an incident happens - the internal staff who must be informed, the service vendors whose platforms are involved, the cyber insurance provider whose policy carries a notification condition, and the information sharing and analysis partners the organization belongs to - and every entry is verified on a defined cadence, so the number in it is current at the moment somebody has to dial it. What arrives is fed into the ANALYSIS and not only into the inbox: the threat intelligence and the contextual information the organization receives - what is being exploited now, against whom, and by what technique - is integrated into how adverse events are analyzed and into the risk assessment, so an alert is interpreted against current knowledge rather than in isolation. The same register is what incident information is shared against: what goes to each designated internal and external party, and at what point in the response, is decided in advance so sharing follows a list rather than whoever is remembered under pressure. 17.2 SI-5
Access Control
Access control policy Rules for granting, reviewing, and revoking access to systems and data based on business need and least privilege; anyone who works with sensitive data, or in a place from which it can be reached, is individually authorized for that work or supervised while doing it; and a documented emergency route exists to obtain the data when the normal access path is unavailable, with every use of that route recorded and reviewed afterwards. The rules also settle the opposite question: which actions, if any, a person may take on a system without identifying or authenticating themselves at all. Those actions are identified rather than left as whatever the system happens to permit, they are limited to what the organization’s business actually requires, and each one is documented in the system’s security plan together with the reasoning that justifies it, so an unauthenticated path is a decision somebody made and can be asked about. The rules are enforced by access control lists set on the data itself, not only by what an application chooses to show: permissions on local and remote file systems, on databases and inside applications are configured to the holder’s need to know, so information a role has no business reading is unreachable rather than merely unadvertised. What an authorized user may DO is limited on the same terms as what they may read: the types of transaction and function each role is permitted to execute are decided in advance and enforced by the system, so holding access to an application does not carry the right to run every operation inside it, and an action outside the permitted set is refused rather than merely unadvertised in the interface. Enforcement is centralized wherever the systems support it - access decisions for enterprise assets are made by a single directory service or single sign-on provider rather than by each system keeping its own list - and the systems that make those decisions are themselves known: an inventory of the organization’s authentication and authorization systems is maintained, including those run by a service provider on its behalf, and reviewed on a defined cadence. 3.3, 6.6, 6.7, 6.8 AC-2(9), IA-2(5), AC-1, AC-2, AC-3, AC-6, AC-14
Multi-factor authentication Documented procedures verify that a person or system seeking access to sensitive data is the one it claims to be, on every path by which that data can be reached - and multi-factor authentication is the enforced mechanism for remote access, administrative access, and access to sensitive systems and data. The multi-factor mechanism itself is configured so it cannot be bypassed, so the factors it uses are genuinely independent of one another - one factor’s success granting no knowledge of and no route around another - and so access is refused unless every factor required has succeeded. The requirement is not confined to the accounts that carry privilege: every account is covered, privileged and non-privileged alike, because an ordinary account is the usual way into a privileged one. The mechanisms chosen are resistant to replay, so an authentication captured on the wire or lifted from a log cannot be presented again to gain access. Authentication is not a single event at the start of a session either: the person is required to authenticate again when the organization’s defined circumstances arise - a change of role or of the authenticators themselves, an escalation to privilege, a session that has run beyond its defined life, or a request to perform an action the organization has designated as requiring fresh proof. Where a regime requires the factors to be PHISHING-RESISTANT rather than merely replay-resistant, the organization uses factors that resist verifier impersonation, such as a hardware security key or a platform authenticator bound to the origin by public-key cryptography. A one-time code or a push approval does not count toward that requirement: both resist replay and neither survives an attacker relaying the exchange in real time. 6.3, 6.4, 6.5 IA-2(6), IA-2, IA-2(1), IA-2(2), IA-2(8), IA-11
Password & credential management Rules for the authentication credentials themselves: passwords are unique per account and meet a defined strength standard, a new or changed password is screened against a list of commonly used, expected and compromised passwords and refused if it appears there, a credential issued for first use must be replaced immediately, reuse of previous passwords is refused, changes follow a defined procedure, repeated failed authentication attempts lock the account for a defined period, and passwords, keys and other authentication secrets are stored and transmitted only in protected form. The rules are a documented policy with supporting procedures covering identification and authentication as a whole - who and what must be identified, to what assurance, and by which mechanisms - issued to the people and roles it applies to, owned by a named role, and reviewed and updated on a defined cadence and after a change that affects it. Repeated failure is handled to a stated rule rather than to a default: a limit is set on consecutive invalid authentication attempts within a defined time window, and when that limit is exceeded the system responds automatically in a way the organization has chosen and configured - locking the account for a defined period, delaying further attempts by a defined algorithm, or notifying a defined role - rather than continuing to accept attempts. What is displayed back to the person authenticating is obscured while they do it, so a credential cannot be read off the screen or recovered from the feedback the system gives. The protection an authenticator receives is proportionate to the sensitivity of what its use unlocks, so a credential granting access to the most sensitive information is stored, transmitted, issued and revoked under stronger handling than one that opens a low-impact system. Where a regime the organization is subject to sets an identity, authenticator or federation assurance LEVEL rather than leaving authenticator strength to judgement, the organization meets the level that regime names, at the grade it names for the particular tier of assurance the organization has committed to, since one regime can set a different level for each tier. Authentication assertions that pass through a third party, such as the browser, are encrypted in transit through it rather than only over the connection. 5.2 AC-7, IA-1, IA-5, IA-5(1), IA-5(6), IA-6
Privileged access & administrative tooling Access that can change a system rather than merely use it is treated as a separate class from ordinary access, and so are the tools that carry that power. Privileged rights are allocated through a documented process on an event-by-event basis rather than standing by default: they are requested against a stated need, approved by somebody other than the requester, granted for a defined period and withdrawn when it ends. They are held on an identity distinct from the person’s everyday account, so routine work does not run with administrative rights, and they require strong authentication including a second factor. Who holds what privilege is reviewed on a cadence and immediately on a role change or departure. Privileged sessions are logged in a way the privileged user cannot alter, and the log is reviewed. Emergency or break-glass access exists as a documented route, and every use is recorded and reviewed afterwards. Separately, UTILITY PROGRAMS capable of overriding system or application controls - system tools, database and configuration editors, debuggers, packet capture, recovery and imaging utilities - are inventoried, removed or disabled where they are not needed, restricted to a named authorized few, kept apart from application software, protected against being reintroduced by a user, and logged when used; anyone holding ordinary application access does not get them by default. Which personnel and roles may hold a privileged account at all is a decided and recorded list rather than an accumulation, and access to the system’s security functions and to security-relevant information - the audit configuration, the access rules, the cryptographic settings, the security tooling itself - is authorized explicitly per role rather than arriving as a side effect of an administrative grant. The periodic review asks whether the privilege is still needed for the work the holder actually does now, and reassigns or removes it where it is not. The technical controls match the rules: a user without privileges is prevented from executing a privileged function rather than only forbidden from doing so, and every execution of a privileged function is written to the log. Where privileged commands or access to security-relevant information are exercised over a remote connection, that is permitted only for needs the organization has documented and only in a form that can be audited afterwards. The separation extends to the machine and not only to the account: administrative work is performed from computing resources dedicated to it and separated physically or logically from the estate used for everyday work, segmented away from the organization’s primary network and without general internet access, so a browser or a mail client is never one process away from the session that administers the environment. ACCOUNTS THAT ARE NOT PEOPLE are governed as their own class rather than as a quiet exception to the rules above: every account used by a system, a service or an application is inventoried with the function it exists for and a named human owner, interactive login by a person is prevented on it unless a specific need is documented and authorized, its credentials are held in a managed secret store rather than in a file, a script, a scheduler or somebody’s memory, they are changed on a defined cadence and whenever a person who could have known them leaves, and they are neither shared between accounts nor reused from one environment to the next. 5.4, 12.8 AC-2(7), AC-6(1), AC-6(2), AC-6(5), AC-6(7), AC-6(9), AC-6(10), AC-17(4)
Segregation of regulated data inside a larger organization Where a function that carries its own regulatory duties runs inside a larger organization or on shared infrastructure, the data it holds is kept logically separate from the rest of that organization - separate stores or partitions, separate access groups, and a default denial for anyone outside the function - so the wider organization cannot reach the data without being separately and deliberately authorized to. The same separation is applied by data sensitivity and not only by regulatory function: processing and storage are segmented so that information of one sensitivity is not handled on assets provisioned for a lower one, and an asset built for low-sensitivity work does not become the place sensitive data is processed because it was the one available. 3.12 AC-4(21)
User provisioning & deprovisioning Joiner/mover/leaver process to grant, change, and promptly remove access across systems, in which every person is issued an account of their own carrying a unique name or number, so an action in a log traces back to one named individual rather than to a shared or generic login. Each person’s right of access is recorded when it is established and reviewed on a schedule thereafter, as well as granted and changed - so what someone holds is a documented position that has been looked at again, not the accumulated residue of past requests - and what may be granted follows the organization’s access authorization rules rather than the judgment of whoever processes the request. Identity is managed as a lifecycle in its own right and not only as the access hung off it: an identity is created only after the person or the thing behind it has been verified to a stated standard, is linked to a single accountable human owner, and is disabled and then retired on a defined path rather than deleted where the record has to survive for an audit trail. A shared or generic identity exists only where there is a reason it cannot be individual, and then it is authorized, given an owner who answers for what is done with it, and reviewed. Identities issued to services, applications, devices and automation are registered on the same terms as human ones, with an owner, a purpose and a review date, because an unowned machine identity outlives every person who knew what it was for. Dormant identities are detected and removed rather than waiting for a leaver process that was never triggered. The lifecycle is run by automated mechanisms wherever the systems allow it: accounts are provisioned and deprovisioned from an authoritative source of record, and each act of creating, modifying, enabling, disabling or removing an account generates an audit record automatically rather than depending on the administrator to note it. An account issued for a temporary or emergency purpose carries an expiry from the moment it is created and is disabled or removed automatically when that expiry passes, so a route opened for one situation does not stay open after it. An account is disabled within a defined period when it has expired, when it is no longer associated with any individual, when it is in violation of the organization’s policy, or when it has been inactive beyond a defined period - and where an individual is found to pose a significant risk, within a defined period of that discovery rather than at the next scheduled review. Identifiers are managed as an object in their own right: an identifier is authorized before it is assigned, is selected to a defined convention, is never reused for a different person or entity, and is issued on the same terms whether it names an individual, a group, a role, a service or a device - and where the organization needs to distinguish one class of person from another, such as an employee from a contractor or a vendor, the identifier or its record carries that status rather than leaving it to be inferred. Identity proofing is performed to the assurance level the access warrants: the applicant is resolved to a single unique individual, is required to present identity evidence to whoever registers them, and that evidence is validated and verified by methods the organization has defined rather than accepted on sight, with an address of record confirmed through an out-of-band channel where the assurance level calls for it. All of it is answerable from one INVENTORY OF ACCOUNTS rather than from each system in turn: every account the organization manages is listed - ordinary user, administrator and service alike - with the person or function behind it, the account name, the dates it starts and stops, the department or owner it belongs to and the privilege it carries, and the list is validated against what is actually active on a defined recurring schedule, so an account nobody can account for is found by the review rather than by an incident. Accounts are managed centrally through a directory or identity service wherever a system can be brought into one, because an account that lives only inside an application is the one a leaver process misses. Where a regime requires the identifier itself to carry the STATUS of the person holding it, such as contractor, vendor or foreign national, the account identifier records that status rather than leaving it to a list kept somewhere else, so the status travels with every use of the account. 5.1, 5.3, 5.5, 5.6, 6.1, 6.2 AC-2, AC-2(1), AC-2(2), AC-2(3), AC-2(4), AC-2(13), IA-4, IA-4(4), IA-12, IA-12(2), IA-12(3), IA-12(5), PS-4, PS-5
Data Protection & Privacy
Data classification & handling Information is classified and handled per its sensitivity, with rules for labeling and protection - including the everyday handling rules that stop it being seen, overheard or picked up by people with no business reading it, so exposure that happens incidentally alongside legitimate work is limited rather than accepted. The handling rules are written to cover disclosure that nobody intended as much as disclosure that somebody chose, they say what an unauthorized disclosure is against the organization’s own privacy and confidentiality rules rather than leaving that to judgment in the moment, and they reach every medium the information travels in - spoken, on paper, on a screen and in a system - because the incidental exposure they exist to limit does not respect the boundary between an administrative, a physical and a technical safeguard. Labeling is the procedure that makes the classification visible, and it is defined rather than left to habit: there is a label for each level of the scheme, a rule for how the label is applied in each form the information takes - a document, an email, a file, a database field, a screen, a report, a piece of removable media, a printed page - and, where a system supports it, the label is carried in metadata so it can be acted on automatically rather than only read. The person who creates or receives the information applies the label at that point rather than later, the label travels with the information when it is copied, extracted, exported or transferred so a copy does not arrive unclassified, and information derived from or aggregated out of classified sources is labeled for what the combination is worth rather than for what the least sensitive input was. Where a label would itself disclose something, an agreed alternative is used and recorded, and the procedure covers what to do when unlabeled information is found. On storage media the marking carries more than the level: it states the distribution limitations that apply and any handling caveats that travel with the contents, so somebody who picks the item up knows what they may do with it without having to ask. Where the organization exempts a class of media from marking because it never leaves a controlled area, that exemption is defined and recorded as a decision rather than practiced as an omission. Underneath the scheme sits a documented DATA MANAGEMENT PROCESS that the classification and the handling rules are derived from: it states how sensitivity is decided, who owns each category of data, how each category is handled, the retention limits that apply to it and what disposal it requires, and it is reviewed and updated on a defined cadence and whenever a change to the organization would alter it. That process is also what the DATA FLOWS are documented against - where each category of information originates, which systems and processes it moves between, and where it crosses out to a service provider - recorded as documentation somebody maintains rather than reconstructed when a question is asked, and reviewed on the same cadence. 3.1, 3.7, 3.8 MP-3, RA-2
Data leakage prevention The organization works out where sensitive information could leave by, and then monitors and controls those routes. It starts from a subject rather than from a tool: the information worth protecting is identified and classified first, because detection that does not know what it is looking for produces noise instead of findings. The routes are enumerated and each is given a decision - outbound email and attachments, web uploads and personal cloud storage, removable media, printing, screenshots and screen sharing, developer and administrative tooling, personal accounts reached from organization devices, and interfaces to third parties - and the control chosen per route is proportionate: blocked, allowed with a warning, allowed but logged, or allowed for an authorized set. Detection covers information in use, in transit and at rest, and an alert goes to somebody who investigates it rather than to a dashboard. Users are told what is monitored and why, before it starts and in terms they can act on, and monitoring is kept within what the law and the employment relationship in each jurisdiction permit. Findings are reviewed for what they say about process as well as intent, because most leakage is somebody trying to get their job done by the easiest route rather than trying to steal. The detection is automated rather than performed by inspection: a tool identifies the sensitive data actually stored, processed and transmitted across the organization’s assets, including data held at a remote service provider on its behalf, and what it finds is fed back into the data inventory, so the record of where sensitive information lives is corrected by observation rather than by recollection. 3.13 SI-4(18)
Data retention & secure disposal Data is retained per policy and securely destroyed when no longer needed. Retention periods are set against the purpose the data was collected for and any legal or contractual obligation to keep it, recorded per category of data rather than left to whoever is looking at the record, and enforced when they run out - data goes because its period ended, not because somebody finally objected to keeping it. Destruction leaves it unrecoverable rather than merely removed from an index, and what was destroyed, when, by what method and on whose authority is recorded. The hardware and media that held it reach a defined final disposition at end of life, by a route the organization has decided in advance rather than by whatever happens to the box; and any media that stays in service is cleared of that data before it is reused, reassigned, or passed to anyone else. Disposal is not confined to data and media: the documentation, the tools and the system components the organization has defined as needing it are disposed of by techniques and methods it has approved in advance - so a decommissioned appliance, a retired build server, a set of network diagrams or a licensed utility leaves the organization by a route somebody chose, and the route is recorded on the same terms as a data destruction. A retention period has two ends and both are stated: the minimum the organization must keep the data for, and the maximum beyond which it may not be kept - so retention is bounded in the direction of keeping too long as well as of destroying too early. 3.4, 3.5 MP-6, SI-12, SR-12
Encryption in transit & at rest Strong cryptography protects sensitive data in transit over public networks and at rest in storage. The mechanisms are chosen to do two things and are judged against both: prevent unauthorized disclosure of the information, and prevent or detect unauthorized change to it - in transit, so a message altered between sender and receiver is caught rather than delivered, and at rest, so a stored record cannot be modified undetectably by somebody with access to the storage but not to the key. Which information is protected at rest, and on which system components, is decided and recorded rather than left to whatever the platform encrypts by default. The scope named explicitly reaches the end-user device as well as the server: data held on laptops, desktops and other end-user devices that carry sensitive information is encrypted at the device or volume level, so a device that leaves the building is an object somebody lost rather than a disclosure. And data in transit is encrypted wherever it is sensitive, not only where it crosses a public network - a session between two internal systems is protected on the same terms when what it carries warrants it. Where a law, a regulation or a contract requires the cryptography to be VALIDATED rather than merely strong, the organization uses a cryptographic module that carries the validation that instrument names, and it confirms that validation against the specific module, version and operating mode actually deployed rather than inferring it from the product’s name - because a validated module run outside the configuration it was validated in is not a validated module, and the certificate that proves the point is held as evidence rather than assumed to exist. 3.6, 3.10, 3.11 SC-8, SC-8(1), SC-13, SC-28, SC-28(1)
Infrastructure & Operations
Application security requirements Before an application is built, bought or significantly changed, the security requirements it must meet are identified, written down and approved - so that security is a specification the application is tested against rather than a review it is subjected to afterwards. The requirements are derived from the classification of the information the application will handle, from a threat assessment of how it will be used and exposed, and from the legal, regulatory and contractual duties attached to it. They cover the areas an application fails in: how users and services are identified and authenticated, how authorization decisions are made and enforced on the server side, how sessions are established, protected and ended, how input is validated and output encoded, what is logged and what must never be logged, how errors behave without disclosing internals, what cryptography is used and how its keys are handled, how the application separates one tenant or customer from another, and how a transaction is protected end to end where money or an instruction is involved. Each requirement is written so it can be tested, and it is carried into the acceptance criteria rather than left in a document. For an application bought rather than built, the same requirements are put to the supplier as conditions of purchase and their satisfaction is evidenced before go-live. Three of those requirements are stated concretely because they are the ones most often written as an intention. INPUT VALIDATION: the inputs the organization has defined as needing it are checked for valid syntax, semantics and content before the system accepts and acts on them, with the rules stated per input rather than left to a general instruction to sanitize, and with the behavior on an invalid input decided - rejected, or corrected only where the correction cannot itself change the meaning. ERROR HANDLING: an error message says enough for somebody to take corrective action and no more, disclosing no information that could be used to attack the system - no stack trace, no query, no path, no credential, no internal identifier - and errors are revealed only to the roles authorized to see them. SESSION AUTHENTICITY: the authenticity of a communications session is protected and verified end to end, so a session cannot be hijacked, replayed or injected into once it is established, and a session identifier is invalidated at logout and regenerated on a change of privilege rather than reused. The threat assessment behind the requirements is performed as THREAT MODELING, and at the point where it can still change the design - before the code exists: somebody trained to do it walks the application’s architecture, entry points and access levels, identifies the security design flaws in it and gauges the risk each carries, and those findings become requirements rather than a report. 16.14 SC-23, SI-10, SI-11
Asset inventory An inventory of hardware, software, and information assets with assigned owners, in which the movement of equipment and removable media into, out of, and within the organization’s premises is recorded against the person responsible for it. The record is maintained by the acts that change it rather than by a periodic sweep: installing a component, removing one, or updating a system updates the inventory as part of that work, and the estate is scanned for hardware, software and firmware that is present but not authorized, with the response to an unauthorized component - disable its network access, isolate it, remove it, notify a defined role - decided in advance. The inventory answers WHERE INFORMATION IS as well as what exists: for the categories of information the organization has defined as sensitive, it records where that information is processed and stored, which system components host it, and which users and roles can reach it, and it is updated when any of those change - with automated tools used to locate that information across components and to confirm the required protections are actually in place there, rather than relying on what a system was designed to hold. Each asset also carries its support status: the date vendor support ends is recorded, and a component that reaches end of support is replaced, or is covered by an alternative source of continued support that the organization has arranged and recorded, rather than left in service because it still runs. The inventory is kept current by discovery as well as by the acts that change it: an active discovery tool interrogates the network on a defined frequency, a passive tool identifies assets from the traffic they generate, the DHCP and address-management logs are read on a defined cadence so an address issued to something nobody registered surfaces, and automated software-inventory tooling documents what is installed across the estate rather than relying on a manual return. Support status decides authorization rather than merely being recorded: only software the vendor still supports is designated authorized in the inventory, and software that is unsupported and carries no documented exception setting out its mitigating controls and the residual risk somebody accepted is designated unauthorized, so the process that removes unauthorized software picks it up. What the register holds about those categories of information is itself a DATA INVENTORY: for each data type the organization has designated, the record carries the metadata that makes it usable - what the data is, who owns it, how it is classified, where it came from, what it is retained for and for how long - so the question of what data exists is answered from the register rather than from the systems one at a time. And the register tracks lifecycle STATE as well as existence: each system, device, piece of software, service and data set carries where it has reached in its life - requested, acquired, deployed, in service, superseded, withdrawn, disposed of - with the acts that move it between those states recorded against it, so an asset is managed from acquisition through operation to disposal rather than entered once and forgotten. 1.1, 1.2, 1.3, 1.4, 1.5, 2.1, 2.2, 2.4, 3.2 CM-8, CM-8(1), CM-8(3), CM-12, CM-12(1), SA-22
Control of software on operational systems What software runs on an operational system, and how it got there, is controlled. Installation and update are performed by trained administrators through an approved route, on the authority of a recorded change, rather than by whoever has the credentials at the time; ordinary users cannot install software on systems that hold or reach sensitive information. Only supported versions from sources the organization has established are legitimate are used, license entitlement is held for each, and the vendor’s integrity check on the package is verified before it is applied. A register records what is installed where, so the question of whether a newly announced vulnerability affects the estate is answered from a record rather than a survey. Software that has reached end of support is removed, or its retention is an approved decision with compensating controls and a date, rather than being left because nothing has broken. A previous version is retained and a rollback path is available before a change is applied, and the change is tested somewhere other than production first. Source code and development tooling are not installed on operational systems, and anything installed for a one-off purpose is removed when that purpose ends. The rule is enforced technically and not only administratively: the organization identifies the software it has authorized, and the system permits that software to execute while denying everything else - a deny-all, permit-by-exception allowlist, reviewed and updated on a defined cadence rather than assembled once - so program execution is prevented wherever it falls outside the policies, rules and authorization conditions the organization has set. Software a user installs for themselves is governed by its own stated policy: what a user may install, what requires a request and an approval, what is forbidden outright, and how compliance with that policy is monitored on a defined cadence rather than assumed. MOBILE CODE - the code that arrives with content and runs on the receiving system, such as scripts, applets, embedded macros and active content in documents and email - is defined into acceptable and unacceptable categories with the reasoning recorded, and its use is authorized, monitored and controlled by mechanism rather than by instruction. The allowlist reaches below the application. Only authorized software LIBRARIES - the shared and system modules a process loads at run time - may be loaded, and anything outside that set is blocked from loading rather than merely discouraged. Only authorized SCRIPTS execute, established by digital signature and version control rather than by the file happening to sit in the right place. Both sets are reassessed on a defined cadence. Software found installed that is not on the authorized list is removed from use or covered by a documented exception, and the estate is reviewed for that on a defined cadence rather than at the next audit. Browsers and email clients are governed as their own case, because they are where untrusted content arrives: only fully supported ones are permitted to run, and only at the version the vendor currently ships. Their plugins, extensions and add-ons are restricted on the same terms - anything unauthorized or no longer needed is uninstalled or disabled rather than left because somebody once installed it. 2.3, 2.5, 2.6, 2.7, 9.1, 9.4 CM-7(2), CM-7(5), CM-11, SC-18
Logging & monitoring Security-relevant events - including successful and failed log-in attempts - are logged, protected, retained, and reviewed for anomalies, and the discrepancies that review finds are reported to the people who act on them. The review runs on a defined cadence and covers the records of system activity as a set - the audit logs, the reports of who accessed what, and the record of security incidents - rather than the log stream alone. For those records to be correlated into one sequence of events, the systems producing them agree on the time: every in-scope system synchronizes its clock to a single approved reference source, the source and the tolerance the organization will accept are specified rather than left to defaults, and timestamps are recorded in an unambiguous form so a reader does not have to infer a time zone. Synchronization is monitored in its own right - a system that drifts beyond tolerance or loses its source raises an alert, because a clock that is wrong makes an investigation reach the wrong conclusion rather than no conclusion - and where equipment cannot be synchronized, its offset is known and recorded so its records can still be placed. Timestamps are generated from the system’s own clock, expressed in Coordinated Universal Time or a recorded offset from it, and cut to a granularity the organization has stated rather than to whatever the platform defaults to. All of this rests on a documented audit and accountability policy with supporting procedures, aligned with the laws and obligations that apply to the organization, issued to the roles it binds, owned by a named role, and reviewed on a defined cadence. WHAT A RECORD CONTAINS is specified rather than accepted: every audit record establishes what type of event occurred, when it occurred, where it occurred, the source it came from, the outcome - success or failure - and the identity of any individual, subject or object associated with it, plus whatever further fields the organization has decided it needs to reconstruct an event afterwards. Because every person holds an account of their own, the identity a record carries resolves to one named individual rather than to a shared or generic login, so an action can be traced to whoever actually took it and that person can be held accountable for it - which is the whole reason the identity field is mandatory rather than useful. WHICH EVENTS ARE LOGGED is decided and then kept under review rather than configured once: the set of event types selected for logging is agreed with the roles who investigate, is reviewed on a defined cadence and again after an incident that showed the set was wrong, and is updated as a result - so the log answers the questions being asked now instead of the ones somebody anticipated at build. Storage is sized for that: enough capacity is allocated to hold the volume produced for the retention period the organization has set, and records are retained for that period specifically so an investigation after the fact is possible and so regulatory and internal obligations are met, rather than for as long as the disk happens to last. When the logging process itself fails - the pipeline stops, the store fills, a source goes silent - a defined role is alerted within a defined time and the organization takes the response it decided on in advance, because a logging failure is the one failure the logs cannot tell you about. REVIEW AND ANALYSIS are supported by machinery rather than by reading. Automated mechanisms integrate the review, analysis and reporting of audit records into a single process, and records drawn from separate repositories are correlated so the organization sees one organization-wide picture of activity instead of several partial ones. A reduction and reporting capability supports on-demand review, analysis and reporting and the investigation of an incident, and it does so without altering the original records or their ordering; it lets an analyst filter, sort and search records by the criteria the organization has defined, so events of interest surface in time to matter. THE RECORDS THEMSELVES ARE PROTECTED as an asset. Audit information and the logging tools that produce it are protected from unauthorized access, modification and deletion, a defined role is alerted when evidence of tampering is detected, and the ability to manage the logging function - what is collected, what is retained, what is deleted - is restricted to a named subset of privileged users rather than being available to every administrator whose activity it records. MONITORING runs on top of the record. The organization monitors its systems to detect attack and indicators of potential attack, unauthorized local, network and remote connections, and use that is outside what it has authorized; it identifies that use against defined criteria for what unusual looks like. Inbound and outbound communications traffic is watched for those conditions specifically, because exfiltration and command traffic look ordinary unless somebody has said what ordinary is. Automated tools and mechanisms support analysis close to real time rather than at the next review, and when the system produces an indication of compromise or potential compromise a defined role is alerted. What monitoring finds is reported to the people who act on it, at the frequency the organization has set. WHICH SOURCES ARE COLLECTED is decided rather than left to whatever a platform emits by default. Access to information the organization has classified as sensitive is logged, including modification and disposal and not only reading. DNS queries, URL requests and command-line activity are collected where the asset supports it, because those three are what an investigation reconstructs an intrusion from, and network traffic flow records are collected from the network devices so that movement between systems can be reviewed and alerted on. Logs from the service providers the organization depends on are collected too, so authentication, user-management and data-lifecycle events that happen outside its own estate sit inside the same record. Collection and retention are centralized so far as the estate allows, into a platform that correlates sources rather than storing them side by side, and security event alerting is centralized on top of it so that a pattern spanning two sources raises one alert to one place. The alerting thresholds are tuned on a defined cadence rather than set once, because an alert stream nobody can read is the same as no alerting at all. Time synchronization uses more than one source: at least two reference sources are configured wherever an asset supports it, so losing one does not silently leave the estate drifting. WHAT IS WATCHED includes people as well as machines: the activity of personnel and their use of the organization’s technology are monitored against what has been authorized for them and against what the organization has told them is monitored, so misuse and a compromised account surface from the same record. Analysis goes past the alert to the activity behind it - what else the same account, host or address did before and after, and whether the separate events form one sequence - so a potentially adverse event is understood rather than merely counted. And each such event is scoped before it is handed on: the estimated impact and the reach of it - which systems, which data, which accounts, over what period - is established from the correlated record and carried into the incident assessment rather than left for the responder to rebuild. 3.14, 8.1, 8.2, 8.3, 8.4, 8.5, 8.6, 8.7, 8.8, 8.9, 8.10, 8.11, 8.12, 13.1, 13.6, 13.11 AC-2(12), SC-45, SC-45(1), SI-4(1), SI-4(16), AU-1, AU-2, AU-3, AU-3(1), AU-4, AU-5, AU-6, AU-6(1), AU-6(3), AU-7, AU-7(1), AU-8, AU-9, AU-9(4), AU-11, AU-12, SI-4, SI-4(2), SI-4(4), SI-4(5)
Malware protection Anti-malware controls prevent, detect, and respond to malicious software on endpoints and servers, and detections are reported to the people who act on them. The mechanism is kept live rather than merely installed: signatures, definitions and detection engines update automatically as the vendor issues them rather than on someone remembering to apply them, what it detects and what it does about it is logged, and it runs where an ordinary user cannot switch it off, uninstall it or exclude their way around it - only a documented, authorized change may disable it, and then for a stated period. UNSOLICITED MESSAGES are handled by the same program rather than treated as a nuisance: spam protection is deployed at the system entry and exit points - the mail gateway, the web gateway, the remote access path and the mobile devices - to detect unsolicited messages and to act on them, and its mechanisms and signatures update automatically at a defined frequency and as new releases are issued, on the same terms as the anti-malware engine, because a spam filter running last quarter’s rules is where the phishing message that starts an incident gets through. The estate is managed from one place rather than device by device: policy, exclusions, engine versions and detections are administered centrally, so what is deployed and what it found are answerable without visiting a machine. Detection is not signature-only - behavior-based detection runs alongside the signature engine to catch what no definition describes yet - and it extends into host-based intrusion detection and prevention on enterprise assets: an agent that watches for and blocks malicious ACTIVITY on the host rather than only files it recognizes as malware. The operating system’s own anti-exploitation features are enabled wherever the platform provides them, because a protection already built into the system and left switched off is the cheapest gap in the estate. REMOVABLE MEDIA are handled as an entry route: automatic execution on insertion is disabled, and the media are scanned automatically when they are connected rather than at the holder’s discretion. The EMAIL PATH carries anti-malware in its own right - the mail server or gateway scans attachments and detonates what it cannot judge by inspection alone - and file types the organization has no business need to receive are blocked at that gateway before anybody has to make a decision about them. SCANNING RUNS ON TWO SCHEDULES rather than one, because they catch different things. The estate is scanned in full on a defined periodic cadence, so a file that was clean when it landed is re-examined against what is known today. And files arriving from outside the organization are scanned in real time as they are downloaded, opened or executed - at the moment of use rather than at the next sweep - so nothing waits for a scheduled scan to be caught. Where the organization sends email on another party's behalf and a regime requires that mail to be authenticated, the sending domain publishes a DMARC policy set to reject, names the aggregate report address that regime specifies among its recipients, and the sending domains are recorded so the ones covered are known. 9.6, 9.7, 10.1, 10.2, 10.3, 10.4, 10.5, 10.6, 10.7, 13.2, 13.7 SI-3, SI-8, SI-8(2)
Mobile device security Phones, tablets and other mobile devices the organization controls are governed as a class of their own, because they leave the building by design. Configuration requirements, connection requirements and implementation guidance are written for them - what the device must be running, what settings are enforced, what it may connect to, what may be installed on it, and what is required of it specifically when it is outside a controlled area, where the assumptions that hold in an office do not. Connecting a mobile device to the organization’s systems is authorized rather than assumed: the device is enrolled and identifiable, the authorization is recorded against a person, and an unenrolled device does not obtain access because somebody knows a password. The information on the device is protected by encryption - full-device encryption, or a managed container holding the organization’s data separately from the person’s - so that the confidentiality and integrity of what it holds survive the device being lost, and the organization can remove its data without taking everything else with it. Loss and theft are planned for rather than reacted to: reporting is immediate and the route is known, and remote lock and wipe are configured and tested rather than assumed to be available. Where a personally owned device is permitted, the conditions are stated in writing and accepted before access, including what the organization may do to the device, what it may see, and what happens to its information when the arrangement ends. The estate is reviewed for devices that have stopped checking in, stopped receiving vendor updates, or left with somebody who has gone. The class covered is the PORTABLE end-user device rather than the handset alone: a laptop travels on the same terms and carries the same requirements. Repeated failure to authenticate locally locks the device automatically once a defined threshold of consecutive failed attempts is reached, so a device in somebody else’s hands cannot be worked at indefinitely, and that threshold is set rather than left to the platform default. Where the device supports a separate enterprise workspace or work profile, one is used, so the organization’s applications and data sit in a container it governs and the person’s own applications and data sit outside it. 4.10, 4.11, 4.12 AC-19, AC-19(5)
Network security controls Firewalls/segmentation and network controls restrict traffic to and from sensitive environments. The networks themselves are managed as assets with owners: what exists is documented, traffic is permitted by rule rather than by default, the rules are reviewed and the ones nobody can justify are removed, and devices connecting are authenticated rather than trusted for being on the wire. NETWORK SERVICES are treated as a separate question from the network itself, and the same question is asked whether the service is run in-house or bought: for each one - connectivity and transit, remote access, name resolution, filtering, load balancing and delivery, wireless, voice and real-time communications - the organization identifies the security mechanisms it must apply, the service levels it must meet and the management requirements that come with it, and writes them into the agreement with the provider or into the internal service definition before anything depends on it. That includes what authentication, encryption and connection controls the service enforces, the availability and capacity it commits to, who may connect and how that is decided, what it monitors and reports and to whom, and the organization’s right to verify that what was agreed is what is delivered. Services are reviewed against those terms on a cadence, and a service that cannot demonstrate them is treated as a recorded risk rather than as a working arrangement. All of it rests on a documented system and communications protection policy with supporting procedures, issued to the roles it binds, owned by a named role and reviewed on a defined cadence. THE BOUNDARY is drawn narrowly and deliberately: the number of external connections into the organization’s systems is limited rather than allowed to accumulate, each external telecommunications service terminates on a managed interface that enforces the organization’s traffic flow policy, and any exception granted to that policy is documented with the need it serves, the systems it applies to and a duration, and is reviewed and removed when the need ends. Connections BETWEEN the organization’s own system components are governed on the same terms rather than trusted for being internal: each is individually authorized, its interface characteristics, security requirements and the nature of the information communicated are documented, the conditions under which it will be terminated are stated in advance, and its continued need is reviewed on a cadence. A network connection is torn down at the end of the session it serves, or after a defined period of inactivity, rather than left open until something else closes it. Components the public can reach - the website, the mail and web gateways, the API front end, anything published to the internet - sit on subnetworks physically or logically separated from the internal network, so reaching a public component does not place the caller inside the estate behind it. WHERE INFORMATION ITSELF MAY TRAVEL is controlled as well as the traffic that carries it: the flows permitted for each classification of information - between internal systems, out to an external party, from a more trusted zone into a less trusted one, and out of the organization altogether - are decided in advance and recorded as approved authorizations, and the enforcement points are configured to those authorizations rather than to a general instruction to be careful, so an unapproved flow is blocked by a rule somebody wrote instead of being permitted because nobody wrote one. VOICE AND REAL-TIME COMMUNICATIONS are governed as a service in their own right rather than as ordinary traffic: usage restrictions and implementation guidance are written for Voice over IP and the conferencing and messaging platforms beside it, a deployment is authorized before it carries a call, and its use is monitored and controlled - because a softphone, a conferencing bridge or a SIP trunk is a path for audio out of a room and a route into the network, not only a convenience. Availability is defended as well as confidentiality: the effects of denial-of-service events - the types the organization has decided it must withstand - are limited or absorbed by controls chosen for that purpose, with the capacity and the protective mechanisms sized against a stated expectation rather than against the traffic seen so far. NAME AND ADDRESS RESOLUTION is treated as security infrastructure. Where the organization is authoritative for a namespace, its responses carry data origin authentication and integrity verification artifacts so a resolver can validate them, and the security status of each child zone is published along with the material needed to verify the chain when a child zone is operated separately. Where the organization resolves names, its resolvers request and verify those artifacts on the responses they receive from authoritative sources rather than accepting an answer because it arrived. The resolution service itself is architected for fault tolerance and separates its internal and external roles, so an outage or a compromise on one side does not carry to the other. THE NETWORK ESTATE IS MAINTAINED as an asset in its own right. Devices run releases the vendor still supports, and their versions are reviewed on a defined cadence so end of support arrives as a planned replacement; their configuration is held as version-controlled infrastructure-as-code and their management interfaces are reached only over protocols that authenticate and encrypt the session; authentication, authorization and accounting for network access are centralized rather than held device by device; and the protocols used for management and for carrying traffic are chosen from those still considered sound rather than from those the equipment happens to default to. Architecture diagrams and the supporting network documentation are maintained and reviewed on a defined cadence rather than drawn once at build. Name resolution is pointed somewhere trusted: assets resolve through resolvers the organization controls or has decided are reputable, rather than through whatever a network hands them. DETECTION AND ENFORCEMENT sit in the path as well as beside it. Intrusion detection watches network traffic for malicious activity; intrusion prevention blocks it where the organization has decided blocking is appropriate; traffic is filtered at the application layer through a proxy, application-layer firewall or gateway where a port-and-address decision is not enough; and access is controlled at the port a device connects to, the device authenticating by 802.1X or an equivalent before it is on the network rather than being trusted for having reached a socket. The documentation is kept as an explicit REPRESENTATION of what is authorized: the network communication the organization permits, and the data flows inside its own estate and across its boundary to external parties, are drawn and maintained as a current picture rather than reconstructed from firewall rules when somebody asks for one. The networks and the network services running on them are monitored on the same terms, so a potentially adverse event - an unexpected flow, a service behaving unlike its baseline, traffic to somewhere nothing should be talking to - is found by watching rather than reported by its consequences. TRUSTED AND UNTRUSTED is a boundary with two directions rather than one: traffic entering the estate from any network the organization does not control is admitted only where a rule allows it, traffic leaving for such a network is restricted on the same terms rather than permitted for having originated inside, and a packet arriving from outside that claims an internal source address is discarded at the boundary rather than routed on the strength of what it says about itself. 4.4, 4.5, 4.9, 12.1, 12.2, 12.3, 12.4, 12.5, 12.6, 13.3, 13.4, 13.8, 13.9, 13.10 SC-7(18), AC-4, CA-9, IA-3, SC-1, SC-5, SC-7, SC-7(3), SC-7(4), SC-7(5), SC-10, SC-20, SC-21, SC-22
Penetration testing program A defined penetration-testing program - who tests, what is in scope, on what schedule and to what rules of engagement - under which testers attempt real attacks against externally exposed systems and, separately, from inside the network; findings are prioritized by risk and remediated; and the fix is retested to confirm the security measure now works as intended. The scope reaches the APPLICATION as well as the network: applications the organization has judged critical are penetration tested by a person manipulating them as both an authenticated and an unauthenticated user, because the flaws that matter most in an application are business-logic flaws a scanner and an automated test cannot express. The testing is a source of improvement as well as of findings, and it reaches EXERCISES as well as tests: tabletop and live exercises run alongside the technical testing, and where a supplier or other third party is part of the system under test it takes part rather than being assumed to hold up its end. What each test and exercise shows about the controls, the plans and the people is captured as an improvement with an owner and a date, not only as a vulnerability to be closed. 16.13, 18.1, 18.2, 18.3, 18.4, 18.5 CA-8, CA-8(1), CA-8(2)
Secure architecture & engineering principles The organization writes down the engineering principles its systems are designed to, and applies them to everything it builds or significantly changes rather than to whatever the architect of the day remembers. The principles state positions the design has to answer: defense in depth, so no single control failing exposes the system; least privilege for every identity, service and process; secure defaults, so an unconfigured system is safe rather than open; failing into a secure state rather than an available one; minimizing attack surface by removing rather than protecting what is not needed; validating at each layer rather than trusting a caller because it is internal; separating duties in the design so no single component or person can complete a sensitive action alone; and designing for the assumption that any component may be compromised. Each principle carries enough guidance to be applied by an engineer without asking what it means. Designs are reviewed against the principles at a defined point before build starts, a deviation is recorded and approved with its reason rather than argued informally, and the review reaches systems that are bought or outsourced as well as ones written in-house. The principles are revisited as threats, platforms and technologies change, and the changes are pushed to the teams designing against them. The output is an ARCHITECTURE, not only a set of positions: security and privacy architectures are developed and maintained for the organization’s systems, describing how the requirements are met, how the information is protected through the whole of its life, how privacy risk to individuals is minimized by design, and how the design assumptions and dependencies hold - and they are reconciled with the organization’s enterprise architecture rather than drawn beside it, reviewed and updated as the environment changes, and reflected in the acquisition and procurement decisions taken from them. Four specific separations follow from the principles and are stated so they cannot be argued away. User-facing functionality, including user interfaces and services, is kept physically or logically separate from system management functionality, so an administrative capability is not reachable from the surface every user already has. Unauthorized and unintended transfer of information through SHARED SYSTEM RESOURCES is prevented, so memory, storage, registers, caches and buffers released by one user or process do not deliver residual data to the next. Each executing process is maintained in a separate execution domain, so one process cannot read or modify another’s state. And memory is protected by mechanisms that prevent unauthorized code from executing in it. Two of the principles are stated concretely because they are the ones a design quietly skips. MEDIATION: every operation a user asks for is validated at the point it is acted on rather than trusted because an earlier screen allowed it, and input is subjected to explicit, documented checking for size, data type, and the ranges or formats the operation accepts - the position being that user input is never trusted, including input that arrived by way of the organization’s own front end. REUSE OVER REINVENTION: the security-sensitive components of an application - identity and authentication, authorization, cryptography, audit logging - are built on vetted platform mechanisms, established libraries or services rather than written afresh, and only standardized, currently accepted and widely reviewed cryptographic algorithms are used, because a bespoke implementation of a solved problem is where the implementation errors are. 16.10, 16.11 PL-8, SC-2, SC-4, SC-39, SI-16
Secure configuration & baselines What a secure configuration IS is defined before anything is deployed, and drift away from it is detected rather than discovered. Baselines are written for each class of hardware, software, service and network component the organization runs, covering the settings that carry security consequence: vendor defaults changed, default and unused accounts removed or disabled, unnecessary services, ports, features and sample content removed, logging and time settings enabled, authentication and encryption settings set, and the administrative interfaces restricted. Baselines are derived from a stated hardening source and from the organization’s own requirements, are version-controlled, are approved before use, and are reviewed when the product changes, when a new threat makes a previous setting inadequate, or on a defined cadence. What is actually deployed is compared against the baseline automatically and on a schedule, and a difference raises an alert to somebody who either corrects it or records an approved exception with a reason, an owner and an expiry. Configuration is applied by an automated, repeatable mechanism wherever possible, so a rebuilt system comes back hardened rather than as somebody remembers it. A change to a baseline goes through the change process, and the record of what a system’s configuration was at a given time is retained - previous versions are kept deliberately and for a stated number of generations, so a system can be rolled back to a known-good configuration rather than rebuilt from memory. The settings themselves are set to the most restrictive mode consistent with what the system has to do, and any deviation from that is approved, documented with the operational requirement behind it, and monitored rather than left implicit. LEAST FUNCTIONALITY is the rule the baseline expresses: a system provides only the capabilities its purpose requires, and the functions, ports, protocols, software and services that purpose does not require are disabled, restricted or removed. That is not a one-time act at build - the estate is reviewed on a defined cadence to find functions, ports, protocols, software and services that have become unnecessary or are insecure by current understanding, and what the review finds is disabled or removed. Two artifacts sit alongside the baselines. A configuration management plan states the roles and responsibilities for the process, the process itself, the configuration items that are placed under configuration management and how they are identified, and it is protected against unauthorized disclosure and modification in its own right because it maps the estate. And the documentation for each product is obtained or written at acquisition rather than assumed to be findable later, in two parts. Administrator documentation covers secure configuration, installation and operation, the effective use and maintenance of the security and privacy functions, and the known vulnerabilities in how the administrative and privileged functions are configured and used. User documentation covers the security and privacy functions a user can reach and how to use them effectively, the ways of interacting with the system that keep it secure and protect individual privacy, and what the user is responsible for. Both are kept current, protected, and distributed to the administrators and users who need them. Where documentation is unavailable or does not exist, the attempts to obtain it are recorded and the organization takes a decided response - writing what it needs itself, or treating the gap as a risk. The process itself is a document and not only a set of files: how a baseline is written, approved, applied and reviewed is recorded and re-approved on a defined cadence and whenever a change to the organization would alter it - and network infrastructure carries its own such process rather than being covered by the one written for servers and end-user devices, because the devices, the settings and the people who change them are different. HOW assets are managed is part of the configuration: configuration is held as version-controlled infrastructure-as-code wherever the platform allows, and administrative interfaces are reached only over protocols that authenticate and encrypt the session - an insecure management protocol is not used unless it is operationally unavoidable, and then as a recorded exception. The hardening source is industry-recommended rather than invented here, and the templates reach the whole of an application’s infrastructure - the operating system under it, the database, the web server, the container image, and the platform and software services it is assembled from - so software written in-house cannot weaken the configuration it is deployed onto. The written process is issued as well as held: the hardening policy and the procedures under it go to the people who build, deploy and maintain the components they govern, so the standard is in use by the people it binds rather than merely current in a repository, and each part of it names the role answerable for carrying it out. 4.1, 4.2, 4.6, 4.7, 4.8, 16.7 CM-6(1), CM-1, CM-2, CM-2(2), CM-2(3), CM-6, CM-7, CM-7(1), CM-9, SA-5
Secure software development Security is built into how software is specified, written, reviewed, tested, released and maintained, and the lifecycle is defined so that a team knows at which point each security activity happens rather than fitting them in where there is room. Underneath that sits a secure coding standard the organization actually maintains: it exists for each language and platform in use, is based on a recognized source plus what the organization’s own defects and incidents have taught it, and is versioned and dated. It applies at three points. Before coding - developers are competent in it and trained on it, the environment is set up so the insecure option is the harder one, and the components and frameworks a project may build on are chosen and pinned rather than picked up. During coding - it gives concrete direction on the failure classes that actually recur: untrusted input and injection, output encoding, authentication and session handling, authorization decided on the server, memory and resource handling, error handling that does not disclose internals, use of cryptographic functions, and keeping credentials and keys out of source. After coding - code is read by somebody other than its author before it merges, and automated analysis runs in the pipeline rather than on request. Third-party and open-source components are held to the same standard, kept at supported versions, and reviewed when a new advisory affects them. Legacy code is brought up to the standard as it is touched rather than exempted permanently, and the standard itself is revised as languages, platforms and attacks change. Where development is performed by a supplier, the same expectations are conditions of the engagement: the developer follows a documented development process that explicitly addresses security and privacy requirements, identifies the standards and tools it uses and the specific options and configurations of those tools, and documents and manages any change to the process or the tooling during development - and the organization reviews that process, those standards, those tools and their options on a defined cadence to confirm they still satisfy what it requires. The developer also performs a criticality analysis at the decision points in the life cycle the organization has named, at the level of rigor it has specified, so the components and functions that matter most are identified while the design can still change. Developer training is given at least annually rather than once at induction, and is designed to build a security culture in the team rather than to record a completion. And a fixed vulnerability is not a finished one: ROOT CAUSE ANALYSIS is performed on security vulnerabilities found in the organization’s own code, so the underlying issue that produced the defect - a missing validation habit, an unsafe helper, a design that made the wrong thing easy - is identified and addressed rather than the team moving from one individual fix to the next. How well the practices are working is MONITORED across the lifecycle rather than assumed from their existence: the security activities at each stage carry a measure somebody actually reads - what the automated analysis found and how quickly it was acted on, what code review caught, what reached production and had to be fixed there - and the results are reviewed for what they say about the process, so the standard is adjusted for the defects it is not catching. The data management process is issued as well as written: it goes to the people who create, hold and handle each category, it names the role answerable for each category rather than leaving ownership collective, and it is kept current so that what people work to is what the organization has decided rather than what it decided the last time somebody looked. How these protections are applied is written down as procedure rather than left as intent: which paths and which stores are in scope, which protocols, algorithms, key strengths and certificate sources are acceptable and which are no longer, how an exception is requested and approved and for how long, and who owns each decision - kept current as the cryptography ages, issued to the engineers and administrators who configure it, and reviewed on a defined cadence so that what people build to is the current standard. The arrangements are documented as policy and operating procedure rather than carried in the heads of the people who set them up: what is deployed on which system types, the update and scan cadences, who administers the tooling, who acts on a detection and within what time, and how a system type judged not to be at risk is re-evaluated - kept current, in use by the people it binds, known to them, and owned by named roles. All of it is documented rather than customary: the lifecycle, the standard and the activities hung off them are written down, kept current as the platforms and the attacks move, in use by the teams they bind rather than filed, known to the engineers doing the work, and owned by named roles rather than by the team collectively. How the organization tests itself is written down as a regime rather than practiced as a set of habits: which tests run against which scope, at what frequency, who performs each of them, who receives the results, and what has to happen to a finding and by when - documented, kept current, in use, known both to the people who run the tests and to those who act on what they find, with the roles and responsibilities for each assigned rather than assumed. The decisions are carried by an access control system rather than by convention: it reaches every component in scope, it resolves each request against the permissions assigned to the individual, application or system making it - assigned from the job classification and function the organization recorded, not from what the requester asked for - and it is set to refuse by default, so a request no rule permits is denied rather than allowed because nobody wrote a rule against it. Where an obligation sets a floor under the history rather than leaving the period to the organization - a stated number of months of records, of which a shorter recent window has to be immediately available to query rather than restorable from an archive - the store is configured to that floor, the fast window is sized for it, and the restore path for the older portion is tested rather than assumed to work. THE ALERTING REACHES THE OTHER CONTROLS and not only the logging pipeline: a failure of any control the organization has designated critical - the network filtering, the intrusion detection, the anti-malware, the change-detection mechanism, the physical and the logical access systems, the segmentation that bounds a sensitive environment - is detected promptly rather than at the next review, raised to a named role, and worked under a documented response that records what failed, what caused it, how long it was down, what was done to protect the environment while it was, and what was changed so it does not happen again. 16.1, 16.3, 16.5, 16.9, 16.12 IA-5(7), SA-3, SA-8, SA-11, SA-15, SA-15(3)
Security testing in development & acceptance Security testing is planned as part of development rather than added before release, and what will be tested, by whom, at which stage and against what pass criteria is decided in advance. The testing performed matches the risk of what is being built and typically combines automated analysis of the code, testing of the running application, analysis of third-party and open-source dependencies for known vulnerabilities and license problems, detection of credentials committed to the repository, review of the deployed configuration, and explicit tests of the application’s own stated security requirements - so a requirement that was written is a test that runs. Testing happens continuously through development where it can be automated, and again before acceptance, in an environment close enough to production that a result means something. Acceptance is conditional on the criteria being met: an unmet criterion is a release decision recorded by a named role with a remediation date, not an omission. Findings are tracked to closure on deadlines set by severity, and are fed back to the developers who can prevent the next one. Testing is repeated for significant change rather than performed once at first release. Test environments and their data are protected and do not expose production information. The severity that drives those deadlines comes from a maintained SEVERITY RATING SYSTEM rather than from the judgment of whoever triages: the ratings and the process for applying them are written down, so two vulnerabilities of the same seriousness are triaged the same way and the most severe are fixed first, and the system states the minimum level of security acceptability for releasing code or an application at all. It is reviewed and updated on a defined cadence. 16.6 SA-11(1), SA-11(2)
Storage media lifecycle management Storage media are managed for their whole life rather than only at the point data is written to them, and the scope is both digital and non-digital: the disks, tapes, flash devices and optical media that hold the information, and equally the paper records, printed output, forms and microform that carry the same information in a form no system can wipe. Each is physically controlled and stored securely - held in a place with a stated protection level rather than left where it was last used, and known to be there - so the protection does not depend on the medium happening to be one an access control list can reach. Which types of media are permitted is decided rather than left to what people happen to own, and removable media are registered when issued so the organization knows what exists and who holds it. Taking media off site requires authorization and is recorded. Media carrying sensitive information are encrypted, so a lost item is a lost object rather than a disclosure, and are transported in packaging that resists physical damage and reveals tampering, with delivery confirmed. Media are stored in conditions the manufacturer specifies, and where information must remain readable for longer than the media are rated to last, it is transferred to fresh media before degradation makes that impossible - and where the technology needed to read it is being retired, the ability to read it is retained or the information migrated. More than one copy is held where the information could not be reconstructed from anywhere else. At end of life, media are securely erased to a standard that makes recovery infeasible, or physically destroyed where erasure is not dependable, and what was destroyed, when, by what method and on whose authority is recorded - including for media returned to a supplier or leased equipment being handed back. All of this is written as a documented media protection policy with supporting procedures, issued to the roles it binds, owned by a named role and reviewed and updated on a defined cadence. Access to media is restricted to the personnel and roles the organization has authorized for each type, rather than to whoever can reach the cupboard. Media awaiting sanitization or destruction remain physically controlled and stored in a protected area for that whole period, because the interval between "finished with" and "destroyed" is where media are most often lost. Media that no owner can be identified for are not used at all, and a portable storage device found without an identifiable owner is treated as untrusted rather than plugged in. Media the organization controls may be used on external systems only on terms the organization has set in advance and recorded, rather than at the holder’s discretion. Removable media are encrypted as a class rather than case by case: data written to a removable device is encrypted whether or not somebody has judged that particular item to carry sensitive information, because the judgment is made at the moment of writing and the device is what leaves the building. Each item is recorded against what it holds and how sensitive that is, so the handling it needs, the approval required to move it and the destruction it must eventually receive follow from a register somebody maintains rather than from whoever last touched the medium. 3.9 AC-20(2), MP-1, MP-2, MP-4, MP-5, MP-7
Vulnerability management Regular scanning, prioritization, and remediation of vulnerabilities across systems and applications, fed by current information about threats and weaknesses collected from outside the organization as well as from its own scans - vendor and industry security advisories for the software actually in use, and the threat feeds, bulletins and sector reporting that describe how systems like these are being attacked now - which is gathered continuously rather than at the next scan, evaluated for whether it applies here, and used to decide what is looked for and what is fixed first. The set of vulnerabilities the scanner actually looks for is updated on a defined cadence and whenever new ones are identified and reported, so a scan reflects what is known today rather than what the tool shipped with. Scans that need to see inside a system are given the privileged access to do so, granted deliberately to the scanning activity for the components that require it rather than left to run blind and report clean. Whether a fix is actually present is confirmed by automated mechanisms that report, per component, which security-relevant software and firmware updates are installed - so remediation is evidenced by the estate rather than by a closed ticket. The organization also runs a PUBLIC intake: a reporting channel that anybody outside the organization can find and use to report a vulnerability they have discovered in its systems or products, with a stated scope, a stated way to report, an acknowledgment, and a route into the same triage and remediation process everything else uses. All of this rests on a documented system and information integrity policy with supporting procedures, issued to the roles it binds, owned by a named role and reviewed on a defined cadence. The scanning and the fixing are each defined rather than assumed. Internal assets are scanned automatically on a defined cadence, both with credentials and without, because the two find different things - one shows what is installed, the other shows what somebody with no account can see. Externally exposed assets are scanned on their own cadence, which is at least as frequent, because they are reachable by everyone. Patching is automated for operating systems and, on the same terms and cadence, for the applications running on them, so an application left to be updated by whoever notices is not the gap. Remediation runs to a documented, risk-based strategy - what is fixed first, within what period, and who may approve an exception - reviewed on a defined cadence rather than written once. The public intake is governed by a written vulnerability handling policy that names how to report, who is responsible for handling a report, and the steps from intake through assignment and remediation to remediation testing, with reports tracked in a system that records a severity rating and the timing of identification, analysis and remediation, so how long the organization takes is a measured number rather than an impression. 7.1, 7.2, 7.3, 7.4, 7.5, 7.6, 7.7, 16.2 RA-5(3), SI-2(3), RA-5, RA-5(2), RA-5(5), RA-5(11), SI-1, SI-2, SI-2(2)
Web filtering Access from the organization’s systems to external websites is filtered so that people are not relying on their own judgment to avoid a site built to attack them. The categories blocked are decided and written down rather than inherited from a vendor default: sites known to distribute malware, phishing and credential-harvesting pages, command-and-control infrastructure, anonymizing and tunnelling services used to evade the organization’s own controls, unsanctioned file-sharing and personal cloud storage, and whatever other categories the organization decides against for legal or conduct reasons. The rule set is kept current from a maintained source, because the value of the control is entirely in how fresh it is. A blocked page tells the user what happened and how to ask for it, so the control does not simply push work onto an unmanaged device. Exceptions are requested, approved by a named role, time-bounded and recorded, and reviewed rather than accumulating. Filtering follows the device rather than the office network, so it still applies when someone works remotely. Users are told what is filtered and what is logged; where encrypted traffic is inspected, the categories exempted from inspection for privacy or legal reasons are defined, and the practice is disclosed rather than discovered. The filtering is not optional in the path: the internal traffic the organization has defined as needing it is routed to external destinations through authenticated proxy servers at its managed interfaces, so a client cannot reach the internet by a route that bypasses the control, and the proxy authenticates both the user and itself rather than acting as an anonymous relay. Filtering is applied at name resolution as well as at the request: a DNS filtering service is used on end-user devices, on premises and remote alike, so a lookup for a domain known to be malicious fails before a connection is ever attempted. 9.2, 9.3 SC-7(8)
Workstation & endpoint security The devices people use to reach sensitive data are governed on three axes. What may be done on them and how - the permitted functions, software and networks, and the way each is to be carried out. Where they may be used - the physical surroundings a screen can be overlooked from, and what has to be true of a place before work happens there. And how the device itself is protected so only authorized users reach it - screens and desks cleared when unattended, devices locked down or taken with the person when they leave. Two separate mechanisms run here and a screen lock does not stand in for the other. A device left idle LOCKS after a defined period, concealing what is on screen, and stays locked until the user re-establishes access through identification and authentication. Separately, a user session on an application or system holding sensitive data is automatically TERMINATED - torn down, not merely obscured - so it cannot be resumed by whoever is at the keyboard. The conditions and trigger events that require termination are defined by the organization and written down rather than left to be inferred: a predetermined period of user inactivity is one of them and is the one required wherever health data is in scope, but the set also reaches a targeted response to particular kinds of incident and restrictions on the time of day a system may be used. The automatic mechanisms do not excuse the person: users are required to log out when the organization’s stated conditions apply - at the end of a period of expected inactivity, and when leaving the device where somebody else could reach it - so the timer is a backstop rather than the control. What the lock puts on the screen is decided too: the display is replaced with a publicly viewable image that discloses nothing about what was there, rather than dimmed or left showing the last window. 4.3 SC-7(12), SI-4(23), AC-2(5), AC-11, AC-11(1), AC-12
Resilience & Continuity
Backups Regular, tested backups of critical data and systems with defined retention, each one a RETRIEVABLE EXACT COPY of the data it protects - complete and restorable, not a partial or lossy snapshot - including a copy taken before equipment holding that data is moved. Backup information is tested on a defined cadence to verify that the media are still reliable and the information still has its integrity - a restore actually performed, not a job that reported success - and it is protected by cryptographic mechanisms so a copy obtained by somebody who should not have it discloses nothing and cannot be altered undetected. Copies are held somewhere other than where the original lives: an alternate storage site is established, with the agreements needed to store backups there and to retrieve them when they are wanted, carrying security controls equivalent to those at the primary site rather than weaker ones because it is only a copy. The alternate site is chosen far enough from the primary that the same fire, flood, outage or regional event is unlikely to take both, and the organization identifies in advance the problems that would make the site hard to reach during a wide-area disruption - roads, transport, staff availability, network dependency - and states explicit mitigation actions for each rather than discovering them on the day. The recovery itself is a documented process and not only a schedule: it states which assets are in scope for recovery, the order in which they are brought back, and how the backup data is protected while it waits, and it is reviewed and updated on a defined cadence and whenever a change to the organization would alter it. Recovery data carries protection EQUIVALENT to the data it copies rather than weaker protection because it is a copy. And at least one instance of it is ISOLATED - held offline, off-site, or in a separately controlled service, out of reach of the credentials and the network paths that operate the live environment - so an event that reaches production does not also reach the copy that would undo it. Verification is performed at the point of USE as well as on the cadence: before a backup or any other restoration asset is relied on to bring a system back, its integrity is checked against the value recorded when it was taken and the check is logged - so a restoration does not carry corrupted or tampered data into a system that has just been cleaned. 11.1, 11.2, 11.3, 11.4, 11.5 CP-6, CP-6(1), CP-6(3), CP-9, CP-9(1), CP-9(8)
Incident response A documented, tested plan to detect, triage, contain, remediate, and communicate security incidents, and to mitigate - so far as is practicable - the harmful effect of a use or disclosure of personal data the organization knows breached its own policies or the law. Each incident is recorded together with its outcome - what happened, what was done about it and how it ended - as a record of that incident, which is a different artifact from the plan being documented. The mitigation duty runs to violations by the organization itself AND to violations by the processors, vendors and other parties handling that data on its behalf: the plan reaches an incident somebody else caused with the organization’s data, so learning of one triggers the same containment and remediation as an incident inside its own walls rather than a request that the other party deal with it. Where an incident carries a duty to tell someone outside the organization, the plan discharges it on the clock the applicable law sets - and, where the organization has itself committed to a timeframe for telling people, on that commitment too, whether or not a statute stands behind it - rather than whenever the investigation happens to conclude: whether an incident is notifiable is decided against written criteria rather than argued after the fact, the regulator or supervisory authority is notified inside the deadline that regime states and inside any shorter or additional timeframe the organization has committed to, the people whose data is affected are told where the risk to them warrants it and, independently of that threshold, wherever the organization’s own privacy commitments say they will be told - so individual notification is never conditioned solely on a statutory risk test - and any other party that law or those commitments require to be notified is told on the same terms, and where a deadline is missed the notification itself explains the delay instead of passing over it. What a notification carries is fixed in advance rather than composed under pressure: to a regulator it describes at least the nature of what happened, including where possible the categories and the approximate number of people affected and of records involved; names a contact point - the data protection officer where there is one, otherwise whoever can answer - from whom more can be obtained; describes the likely consequences; and describes the measures taken or proposed to address it, including where appropriate the measures that will mitigate its adverse effects. Where all of that cannot honestly be given at once, it is given in phases without further undue delay rather than held back until the picture is complete, and each phase says what is still outstanding. The communication to the people affected describes what happened in clear and plain language and carries the same contact point, likely consequences and measures. Every compromise of personal data is documented whether or not it turned out to be notifiable - the facts of it, its effects, and the remedial action taken - in enough detail that a regulator reviewing the file can verify for itself that the notification decision was the right one. Recovery is part of the plan rather than something that follows it: service and data are restored to a state the organization has established is clean, the restoration is verified before the system is handed back to use, the cause is determined rather than inferred from the symptom, and the weakness the incident exposed is fixed - with the plan itself updated for what the incident showed about it. Between the report and the response sits an assessment step that is a duty of its own: every reported event is assessed against written categorization and prioritization criteria by people competent to apply them, and the decision - whether this event is an incident, and at what severity - is recorded with the reasoning, so two assessors reach the same answer and an event judged not to be an incident is a decision somebody made rather than a report that went quiet. Learning is treated as a duty separate from fixing the incident in front of you: the types, volumes and costs of incidents are quantified and reviewed as a set for what the pattern says, and what is learned is pushed back into the controls, the risk assessment, the awareness material and the assessment criteria themselves rather than staying in the report of the incident that produced it. The plan is a documented incident response policy with supporting procedures, issued to the roles it binds, owned by a named role, and reviewed and updated on a defined cadence. The people the plan assigns roles to are trained for them: within a defined period of taking the role, again when the system or the plan changes in a way that affects it, and on a defined cadence thereafter, with the content revised for what exercises and real incidents have shown. The capability is TESTED rather than assumed - on a defined cadence, using tests the organization has chosen for the purpose, such as a tabletop, a walkthrough, a simulation or a live exercise - and that testing is coordinated with the organizational elements that own the related plans, incident response and contingency planning in particular, so the two do not each assume the other. Handling and reporting are supported by automated mechanisms rather than run by hand at the worst moment: detection, triage, tracking, evidence collection and the routing of a report are automated so far as the organization’s systems allow, and the reports that must go outside are produced and sent by mechanism rather than composed under pressure. The roles the plan assigns are named across the functions an incident actually needs and not security alone - legal, IT, information security, facilities, communications, human resources, the responders and the analysts - and the assignment is reviewed on a defined cadence. So are the CHANNELS: a primary and a secondary mechanism for communicating and reporting during an incident are chosen in advance, on the understanding that the ordinary one may be the thing that is unavailable or compromised, and both are reviewed on the same cadence. The plan reaches the parties outside the organization that an incident actually involves: the suppliers and other third parties whose services, staff or systems would be part of the response are named in it, take part in the planning and the exercises, and are called on during response and recovery on terms agreed in advance rather than negotiated during the event. ESCALATION is a defined step and not a judgment call - the plan states the conditions under which an incident is escalated or elevated, whether by severity, by elapsed time, by the functions it has reached or by the obligations it triggers, who it goes to at each step, and what changes when it gets there. The analysis establishes what actually took place during the incident as well as why it happened, and the incident’s magnitude - how many systems, records and people it reached, and over what period - is estimated as the investigation proceeds and then VALIDATED against the evidence rather than left at the first number anybody said out loud. Notification runs to internal stakeholders as well as external ones, so the functions inside the organization that have to act on an incident are told on the same defined terms as the parties outside it. And containment is followed by ERADICATION as a separate act: the malicious code, the unauthorized access and the persistence left behind are removed and their removal is confirmed, so a contained incident is not mistaken for a finished one. 17.1, 17.4, 17.5, 17.6, 17.7, 17.8, 17.9 IR-9, IR-9(2), IR-9(3), IR-9(4), IR-1, IR-2, IR-3, IR-3(2), IR-4, IR-4(1), IR-5, IR-6, IR-6(1), IR-8
Security event reporting channel Everybody who works for the organization has a route to report anything they observe or suspect about information security, and they know what it is without having to look for it. The channel is named in onboarding and in awareness material, is available at the times events actually happen rather than in office hours only, and takes reports from contractors and temporary staff as well as employees. People are told what to report - not only confirmed breaches, but a lost or stolen device, a suspicious message, a control that is not working, a mistaken disclosure, an access somebody should not have, an unfamiliar person in a secure area, a weakness noticed in a system - and told to report promptly rather than after establishing whether it is real, because triage is the organization’s job and not the reporter’s. A report is acknowledged so the reporter knows it arrived, is routed straight into the event assessment and incident process rather than into a queue somebody reads weekly, and its outcome is fed back where that is appropriate, because silence teaches people not to report again. Reporting in good faith carries no penalty even where the reporter caused the event, and that is stated rather than implied; reports are recorded so volume and type can be reviewed for what they say about awareness. Behind the channel sits an assistance resource, not just an inbox: a named function - a help desk, an assistance group, an on-call responder, an external retainer - that is an integral part of the organization’s incident response capability and that ADVISES AND ASSISTS the person reporting, so somebody who has clicked a link or lost a laptop is helped through what to do next rather than told their ticket is open. Automated mechanisms make that assistance and the information behind it easier to reach - a self-service route to the reporting channel and the guidance, current contact details, and the material a responder needs surfaced where the incident is being handled rather than filed elsewhere. The channel is described in a written process rather than only advertised: it states how quickly a report is expected, who it goes to, by what mechanism, and the minimum information a report should carry, and that process is made available to everybody in the workforce rather than held by the team that operates it. It is reviewed on a defined cadence and whenever a change to the organization would alter it. The channel carries information OUTWARD as well as inward: what is known about an adverse event is provided to the staff authorized to act on it and to the tools that handle it - the ticketing, case and detection systems - at the point they need it, so a report does not stop at whoever received it. And every report is TRIAGED AND VALIDATED before it becomes anything else: whether the thing reported actually happened, whether it is what the reporter took it for, and what it should be treated as, decided against written criteria by a role competent to apply them and recorded with the reasoning. 17.3 IR-7, IR-7(1)
Third-party Risk
ICT supply chain security Security expectations follow the technology the organization buys, not just the supplier it bought it from. Before acquisition, the security requirements for an ICT product or service are stated as conditions of purchase, and the supplier is required to propagate them to the sub-suppliers, components and services it in turn depends on rather than absorbing them at its own boundary; where the supplier will not or cannot, that is a recorded acceptance decision rather than a silent gap. The organization establishes what a delivered component is actually made of - the third-party and open-source software inside it, and where it came from - and keeps that record current enough to answer whether a newly published vulnerability affects it. Delivery is verified rather than assumed: the component received matches the one ordered, comes from the expected source, and its integrity can be checked. Through life, the supplier’s security advisories and the product’s support status are watched, so end-of-support arrives as a planned migration rather than as a discovery; and the sourcing risk itself - a supplier failing, being acquired, or ceasing to supply a component with no substitute - is assessed for the components the organization cannot operate without. That assessment is performed as a SUPPLY CHAIN RISK ASSESSMENT in its own right, covering the systems, components and services the organization depends on, and is updated on a defined cadence and whenever the supply chain materially changes - a new supplier, a change of ownership, a relocated manufacturing or support function, a substituted component. The program is written down: a documented supply chain risk management policy with supporting procedures under a named owner, reviewed on a defined cadence; and a supply chain risk management plan covering the whole life of the system from acquisition through operation to disposal, protected from unauthorized disclosure and modification because it maps the organization’s dependencies, and reviewed and updated on a defined cadence. A team is stood up to lead and support that work, drawn from the functions that actually decide - procurement, engineering, security, legal - rather than left as one person’s additional duty. Procurement is one of the controls: the acquisition strategies, contract tools and methods the organization uses are chosen to guard against, identify and mitigate supply chain risk, and agreements with suppliers and other entities in the chain set out what each party must notify the other of, disclose, or otherwise do when something changes or goes wrong. Delivered systems and components are inspected at defined times or on defined events to detect tampering, and an anti-counterfeit policy with supporting procedures exists to detect and prevent counterfeit components entering the estate, to report any that are found to the source, the authorities and the affected parties, and to train the personnel who receive, install and maintain equipment in what a counterfeit looks like across hardware, software and firmware. When an incident happens, information about it is shared with the providers of the affected products and services and with the other parties across the supply chain who need it, rather than treated as internal. For software the organization develops, that record is maintained as a BILL OF MATERIALS covering the third-party components in use and the ones a project intends to adopt, with the risk each component carries noted against it, and it is evaluated on a defined cadence - at least monthly - to pick up a change in a component or the loss of its support rather than waiting for an advisory to arrive. The program is not run beside the others: what the supply chain risk assessment finds enters the organization’s cybersecurity and enterprise risk registers, is assessed on the same criteria as every other risk, and feeds the same improvement process - so a supply chain finding competes for attention on equal terms instead of sitting in a document only procurement reads. How well the practices are working is monitored across the whole life of each technology product and service - at selection, at delivery, in operation and at retirement - rather than assessed once at purchase. And the suppliers the organization could not operate without are assessed BEFORE acquisition, against stated criteria and with the result recorded, so criticality is established while there is still the option not to buy. 16.4 IR-6(3), RA-3(1), SR-1, SR-2, SR-2(1), SR-5, SR-8, SR-10, SR-11, SR-11(1)
Third-party / vendor risk management Due diligence, contractual safeguards, and ongoing monitoring of vendors that handle your data: the agreement obliges the vendor to comply in its own right with the security requirements that apply to it - an absolute standard, not a promise to match whatever you happen to do - to pass those obligations down to any subcontractor it brings in BY ENTERING INTO a contract or equivalent written arrangement with that subcontractor rather than by merely requiring equivalent practice of it, and to report to you, within a stated time, security incidents it becomes aware of and confirmed breaches of your data. Where a contract is not the instrument available, an equivalent written arrangement carrying the same obligations discharges the duty. The same obligations, together with the separation that keeps a related organization out of data it is not entitled to, are written into the governing document of any other arrangement that puts your data in the hands of a sponsor, parent, affiliate or plan. Diligence is not confined to security where the relationship warrants more: for suppliers significant enough to matter, the organization states the standards of conduct it expects of them - how they behave commercially and how they treat the environment around their operations - and screens candidates and incumbents against those stated expectations as part of the same selection and monitoring cycle, rather than accepting a signature on a code as evidence of it. Where the vendor handles personal data, the agreement binds it to privacy obligations no weaker than the commitments the organization has itself made about that data - the purposes it may be used for, the limits on passing it on further, and the help the organization needs in order to answer the requests individuals make about it - and the reporting duty above reaches a suspected as well as a confirmed compromise of that personal data, on the same stated clock. Which requirements apply to a given supplier is decided by the TYPE of relationship rather than by one clause set issued to everyone - what data it touches, what access it holds, whether it can affect the organization’s own service, and what it would cost if it failed - and the requirements are agreed and recorded before access begins rather than negotiated after go-live. Once the relationship is running, what the supplier actually delivers is reviewed against what was agreed on a stated cadence: the service records, the security reports and assurance the agreement entitles the organization to, the incidents it has declared, and the findings of any audit or test right the organization holds - exercised rather than merely retained. A change on the supplier’s side is managed as a change rather than discovered - a new subcontractor, a new location or jurisdiction, a change of ownership, a material change to the technology or to the people delivering the service is notified in advance under the agreement, assessed for what it does to the risk, and approved or refused before it takes effect. ACQUISITION is governed as its own act, under a documented system and services acquisition policy with supporting procedures, owned by a named role and reviewed on a defined cadence. When a system, a component or a service is bought, the contract states the security and privacy requirements it must meet - the functional requirements, meaning what the controls have to do; the strength requirements; the assurance requirements, meaning what evidence the supplier must produce that they work; the documentation the supplier must deliver and how it must be protected and distributed; the description of the development environment and of the environment the product will run in; and the acceptance criteria the delivery is measured against - all stated in the solicitation before a supplier is chosen rather than negotiated after award, and all expressed in terms of the applicable laws and standards. The supplier is required to describe the functional properties of the controls it will implement, and to provide design and implementation information for those controls at a level of detail the organization has specified, so the organization can judge them rather than take their existence on trust. It is also required to identify the functions, ports, protocols and other services the delivered product intends to use in the organization’s environment - and, for an external service provider, the ones its service requires - so an integration does not open a path nobody asked for. The program has three artifacts of its own. An INVENTORY of service providers lists every one the organization knows of, records the classification given to it and names the person inside the organization who owns the relationship, and is reviewed on a defined cadence and whenever a change to the organization would alter it. A POLICY governs the whole cycle - how providers are classified, how the inventory is kept, how they are assessed, how they are monitored and how they are decommissioned - owned by a named role and reviewed on the same terms. And a CLASSIFICATION is applied to each provider against stated criteria such as the sensitivity and volume of the data it holds, the availability the organization depends on it for, the regulation that reaches it, and the risk that remains after the controls in place - reviewed rather than assigned once. DECOMMISSIONING is performed rather than allowed to lapse: when a relationship ends, the user and service accounts are deactivated, the data flows into and out of the provider are terminated, and the organization’s data held in the provider’s systems is disposed of and the disposal evidenced. Who does what is settled before the relationship starts and written down on both sides: the cybersecurity roles and responsibilities of the organization, of the supplier, and of the customers and partners the arrangement reaches are established, communicated to each of them and coordinated between them, so a duty is not left in the gap where each party assumed the other held it. Planning and due diligence come before the agreement rather than after it - what the relationship would expose, what the candidate’s security actually looks like, and what would have to be true before it starts are established while declining is still an option. The risk a supplier carries is then held as a record rather than as an impression: understood, written down, prioritized against the other suppliers, assessed on a stated cadence, responded to with an owner and a date, and monitored for the whole life of the relationship instead of at onboarding only. The provider inventory records the SERVICES each one actually provides as well as its name, so what the organization has placed outside itself is answerable from the list. Where a PROCESS itself is provided from outside, it stays inside the management system’s control rather than leaving it: the controls the organization intends to apply to the external provider and the controls it intends to apply to the resulting output are defined separately and both are applied, because a well-governed supplier can still ship a nonconforming output. What the arrangement could do to the organization’s own ability to consistently meet its customers’ requirements is considered when those controls are set, and the verification or other activity necessary to establish that what arrives meets requirements is determined in advance and carried out rather than inferred from the supplier’s own assurances. Where a regime requires the CHAIN OF CUSTODY of a device to be established before it enters the environment, the organization documents and maintains that custody, replacement devices included, so the integrity of what arrives is demonstrated rather than assumed. 15.1, 15.2, 15.3, 15.4, 15.5, 15.6, 15.7 SA-9(1), SA-9(5), SA-1, SA-4, SA-4(1), SA-4(2), SA-4(9), SA-9, SA-9(2), SR-3, SR-6
People & Culture
Remote and off-site working Working away from the organization’s premises - at home, at a customer site, while traveling, or anywhere else - is authorized rather than assumed, and the conditions attached to it are written down and communicated to the people it applies to. The rules address the place as well as the equipment: whether the physical surroundings allow sensitive information to be seen, overheard or picked up, what may be printed and how it is stored and destroyed, and who else in the household or building may come into contact with the device or the information. They address how the organization’s systems are reached, requiring an authenticated encrypted channel and treating any network the worker does not control as hostile. They address what the worker may use, whether personally owned equipment is permitted and on what conditions, and what happens to the organization’s information held on it when the arrangement ends. Support and incident reporting work the same way off site as on it, so a remote worker is not slower to report because the route is unclear. The authorization is revocable, is reviewed when the role or the risk changes, and covers what must be returned or removed when remote working stops. Each TYPE of remote access the organization permits - a virtual private network, a published application or desktop, a management console reached over the internet, a supplier’s support tunnel - carries its own written usage restrictions, configuration and connection requirements, and is authorized as a type before any individual connection is allowed under it. Remote access is monitored and controlled by automated mechanisms rather than by inspection after the fact, and every remote connection is routed through a limited and managed set of access control points the organization operates, rather than terminating wherever a service happens to expose itself. On the device side, split tunneling is prevented so a remote session cannot bridge the organization’s network to an uncontrolled one, unless the split is provisioned deliberately by a means the organization has approved. The places people are permitted to work from are named rather than left open: the alternate work sites the organization allows are documented, the security controls required at each are stated and their effectiveness is assessed rather than assumed, and a worker at one of them can reach security or incident staff at the moment they need to. The order is fixed rather than incidental: a user authenticates to the organization’s own managed VPN and authentication services BEFORE reaching any enterprise resource, so remote access is granted by infrastructure the organization runs rather than by each service deciding for itself. How much a remotely connecting asset may reach is decided on the state of that asset and not only on who is holding it - whether its anti-malware is current, whether its configuration still matches the organization’s secure configuration baseline, and whether its operating system and applications are up to date - and an asset that fails those checks gets reduced access or none rather than the access its user would ordinarily hold. A device that can reach an untrusted network and a sensitive environment in the same working day is treated as the bridge it could otherwise become: the configuration required of it is specified rather than left to its user, malware protection runs on it actively, its security settings cannot be altered by the person using it unless the change is documented and authorized by a named role for a stated period, and it is checked against those requirements before it is allowed to connect rather than after. 12.7, 13.5 AC-17, AC-17(1), AC-17(2), AC-17(3), PE-17, SC-7(7)
Security awareness training Ongoing security and data-handling awareness training for all personnel, with completion tracking, and periodic security updates - reminders, bulletins and alerts - issued to the workforce between training cycles. New joiners are trained within a defined period of starting, anyone whose work is affected is retrained within a defined period after a material change to the policies or procedures, and every completion is recorded. The program itself rests on a documented awareness and training policy with supporting procedures, issued to the people and roles it binds, owned by a named role, and reviewed and updated on a defined cadence rather than at whatever point somebody notices it is stale. The curriculum names two threats explicitly, because both are answered by a person rather than by a system. The first is INSIDER THREAT: what the potential indicators look like - unexplained access outside a role, bulk copying, hostility after a disciplinary or a passed-over promotion, working around a control rather than raising it - and where to report a concern about a colleague, without the reporter being asked to conclude anything. The second is SOCIAL ENGINEERING AND SOCIAL MINING: the phishing message, the pretext phone call, the urgent request from an apparent executive, the person following somebody through a door, and the slower pattern of harmless-seeming questions that assembles into an answer nobody would have given at once - together with the instruction to report both the attempts that worked and those that did not. The curriculum is stated as a set of topics rather than left to whoever assembles the material. AUTHENTICATION: how multi-factor authentication works and why it is required, what makes a passphrase strong, and how credentials are stored and never shared. DATA HANDLING: how to identify sensitive information and how to store, transfer, archive and destroy it, together with the clear screen and clear desk habits that go with it - locking a screen on standing up, clearing a whiteboard at the end of a meeting, and putting paper and portable media away rather than leaving them out. UNINTENTIONAL EXPOSURE: the ways data leaves by accident, such as a message sent to the wrong recipient, a portable device left behind, or a file published to a wider audience than intended. INCIDENTS: how to recognize that something may be an incident and how to report it without first establishing that it is. MISSING UPDATES: how to tell that an asset is not receiving its security updates, and to report a failure of an automated patching tool rather than assume somebody is watching it. INSECURE NETWORKS: the risk of connecting to and sending organizational data over networks the organization does not control, including what is expected of a home network where people work from one. And beyond the common curriculum, ROLE-SPECIFIC training is given where a role carries specific risk - system administration, secure development, and the roles most likely to be targeted directly. 14.1, 14.2, 14.3, 14.4, 14.5, 14.6, 14.7, 14.8, 14.9 AT-1, AT-2, AT-2(2), AT-2(3), AT-3, AT-4

Beyond the pair

Where else this work counts

A framework is lit when a shared control above also maps to it. Unlit means none of them do, which is an absence rather than a judgment about that standard.

Also reached by these 34 controls

  • AI Governance Essentials not reached
  • Amazon Appstore Child-Directed Apps not reached
  • Apple App Store Kids Category not reached
  • COPPA also reached
  • ESG Essentials also reached
  • EU AI Act not reached
  • FedRAMP 20x also reached
  • FedRAMP Consolidated Rules also reached
  • FedRAMP Rev5 Class B also reached
  • FedRAMP Rev5 Class D also reached
  • GDPR also reached
  • Google Play Families not reached
  • HIPAA also reached
  • ISO 9001 also reached
  • ISO/IEC 27001 also reached
  • ISO/IEC 42001 not reached
  • NIST AI Risk Management Framework not reached
  • NIST Cybersecurity Framework also reached
  • NIST SP 800-171 also reached
  • NIST SP 800-53 also reached
  • PCI DSS also reached
  • PIPEDA also reached
  • SOC 2 also reached
  • SOX (Sarbanes-Oxley) Section 404 also reached
  • US Employment Law - Federal Baseline also reached

The thesis

Why this is one project, not two

On a crosswalk-native model, FedRAMP Rev5 Class C mostly lights up controls you already built for CIS Critical Security Controls. You’re not re-uploading the same screenshot for a second audit. You apply the framework and see the genuine delta worth working. That’s the whole idea behind collect once, comply everywhere.

Next step

Add FedRAMP Rev5 Class C to the work you already did

Apply both frameworks in one workspace and see the overlap measured against the controls you already hold.