Skip to main content

Shared Responsibility in Secure Compute

· 24 min read
Thomas Samant
Thomas Samant
Senior Partner

CMMC Level 2 requires organizations to satisfy 110 security practices defined in NIST SP 800-171 Revision 2 across 14 control families. tiCrypt's compliance model splits these practices into three responsibility categories.

How Responsibilities Are Divided

CategoryCountDescription
Tera Insights / tiCrypt80Structural properties of the platform: cryptographic enforcement, immutable boot images, tamper-evident audit, deny-all network policy. The platform produces the evidence artifacts a C3PAO needs during assessment.
Jointly Managed4Controls where tiCrypt provides the tooling, data, or templates, but the deploying organization must drive the process. Tera Insights participates actively in these areas.
Organization26Controls that require institution-specific policies, physical infrastructure, or personnel processes -- inherently about people, facilities, and organizational governance.

CMMC Level 2 Responsibility Matrix

110 practices across 14 control families (NIST SP 800-171r2)
ACAccess Control
17522
ATAwareness & Training
33
AUAudit & Accountability
819
CMConfiguration Management
729
IAIdentification & Authentication
1111
IRIncident Response
123
MAMaintenance
246
MPMedia Protection
99
PSPersonnel Security
22
PEPhysical & Environmental Protection
66
RARisk Assessment
1113
CASecurity Assessment
1214
SCSystem & Communications Protection
1616
SISystem & Information Integrity
77

Access Control (AC)

17 tiCrypt Managed5 Organization

Access Control is the largest family with 22 practices. tiCrypt handles 17 through cryptographic enforcement and architectural constraints. The remaining 5 are organizational because they govern wireless networks, mobile devices, and portable storage -- areas outside the tiCrypt boundary.

tiCrypt Managed (17 practices)

tiCrypt's access control is cryptographic, not configurational. Users authenticate via RSA-2048 challenge-response signatures. The server never holds passwords or decryption keys. Access to CUI requires possession of both a valid key file and the correct password. Administrators cannot bypass this, even with full infrastructure access, because the server operates on data it cannot decrypt.

PracticeNameHow tiCrypt Satisfies It
3.1.1Authorized Access OnlyRSA key pair authentication. Access requires a valid key file plus password. No backdoor access path exists.
3.1.2Transaction & Function LimitsPermission profiles enforce granular controls across 10+ categories. Each user action is checked against their assigned profile.
3.1.3CUI Flow EnforcementAll data flows through the Vault's encryption layer. Files are split into 8 MB chunks, each encrypted with a unique AES-256 key on the client. Transfers between Vault and VMs are logged and audited.
3.1.4Separation of DutiesRole hierarchy (User, Sub-Admin, Admin, Super Admin) with scoped permissions. Sub-Admins see only their assigned teams and projects.
3.1.5Least PrivilegePermission profiles grant only the specific actions required. Users with no VM permissions cannot access VM features. Users removed from all teams are automatically deactivated.
3.1.6Non-Privileged AccountsAdministrative actions require explicit role elevation. Standard user accounts cannot access management functions.
3.1.7Privileged Function ExecutionAll privileged operations are logged in the tamper-evident audit trail with the executing user's identity.
3.1.8Unsuccessful Logon AttemptsConfigurable lockout after failed attempts (default: 5). Account lockout is indefinite until administrator intervention.
3.1.9Privacy & Security NoticesConfigurable login banner and system notices displayed before authentication.
3.1.10Session LockConfigurable inactivity timeout. Session lock timer is enforced client-side with automatic key purge from memory.
3.1.11Session TerminationAutomatic session termination after configurable timeout. Encryption keys are purged from memory on logout.
3.1.12Remote Access MonitoringAll remote sessions are authenticated through the tiCrypt proxy and logged. No direct SSH or console access to VMs is possible.
3.1.13Cryptographic Remote Access ProtectionAll connections use TLS transport with an additional Diffie-Hellman session key layer. Double-encrypted channel between client and VM.
3.1.14Managed Access Control PointsAll traffic routes through the tiCrypt backend as a single enforcement point. VMs have deny-all outbound policy with explicit allowlists.
3.1.15Remote Privileged CommandsAll privileged commands executed remotely are authenticated and logged through the same proxy channel.
3.1.20External System ConnectionsOutbound connectivity is denied by default. Licensing servers and external endpoints require explicit firewall rules.
3.1.22Publicly Accessible Content ControlNo CUI is publicly accessible. All content requires authentication and authorization through the cryptographic access control layer.

Organization Managed (5 practices)

These controls address wireless access, mobile devices, and portable storage at the physical network level, outside the tiCrypt boundary.

PracticeNameWhat Your Organization Must Do
3.1.16Wireless Access AuthorizationEstablish policies governing who can use wireless networks in CUI-processing areas. Document authorization procedures.
3.1.17Wireless Access ProtectionImplement WPA3 or equivalent encryption on all wireless networks in the CUI boundary. Monitor for rogue access points.
3.1.18Mobile Device Connection ControlDefine which mobile devices (phones, tablets) can connect to systems that process CUI. Implement MDM or equivalent controls.
3.1.19Mobile Device CUI EncryptionRequire full-device encryption on any mobile device that stores or accesses CUI.
3.1.21Portable Storage on External SystemsEstablish policies restricting CUI on USB drives and portable media connected to external (non-tiCrypt) systems.

Awareness and Training (AT)

3 Organization

All three AT practices are organizational responsibilities. tiCrypt is a technical platform and cannot train your personnel or establish awareness programs.

Organization Managed (3 practices)

PracticeNameWhat Your Organization Must Do
3.2.1Security AwarenessProvide security awareness training to all system users, covering recognition of social engineering, phishing, and CUI handling requirements. Document training completion and frequency.
3.2.2Role-Based TrainingDeliver role-specific training to administrators, security officers, and users with elevated access. tiCrypt administrators should understand permission profiles, escrow procedures, and audit log review.
3.2.3Insider Threat AwarenessInclude insider threat indicators in awareness training. Cover data exfiltration indicators, behavioral red flags, and reporting procedures.

Audit and Accountability (AU)

8 tiCrypt Managed1 Jointly Managed

Every significant action in tiCrypt generates a tamper-evident log record. Each record incorporates the SHA-256 hash of the previous record, creating a hash chain where any modification to any record is cryptographically detectable. The audit system is deployed independently from the backend on a one-way TCP connection (port 25000) with no return path, preventing an attacker who compromises the backend from altering audit data.

tiCrypt Managed (8 practices)

PracticeNameHow tiCrypt Satisfies It
3.3.1Audit Log Creation & Retention150+ event types across six categories (Sessions/Auth, File System, VMs, Virtual Drives, Files, Access Control). Logs are retained indefinitely. Logging is always on and cannot be disabled.
3.3.2User Action TraceabilityEvery action is attributed to a specific authenticated user with millisecond-precision UTC timestamps. The hash chain ensures traceability cannot be retroactively altered.
3.3.4Audit Processing Failure AlertsReal-time alerts with five severity levels (Info, Low, Medium, High, Critical) for automated detection of security events.
3.3.5Audit Record CorrelationClickHouse columnar database enables high-performance correlation across event types, users, time ranges, and resource types.
3.3.6Audit Reduction & Report GenerationTOML-based query builder with parameterized queries, autocomplete, SQL generation, chart visualization, and Excel export.
3.3.7Clock SynchronizationUTC timestamps at millisecond precision across all components.
3.3.8Audit Information ProtectionSHA-256 hash chain makes any record modification detectable. One-way TCP push architecture prevents return-path attacks.
3.3.9Audit Management RestrictionAudit system access is restricted to authorized administrators. Audit data cannot be modified or deleted through the application.

Jointly Managed (1 practice)

PracticeNametiCrypt ProvidesYour Organization Must
3.3.3Audit Event Review & UpdatesComplete audit data, query tools, severity-based alerting, and report generation.Establish a regular review cadence. Assign personnel to review audit logs, investigate alerts, and update audit event definitions as the threat landscape evolves.

See Satisfying CMMC Level 2 Audit and Accountability Controls with tiCrypt for a detailed breakdown of all nine AU practices.


Configuration Management (CM)

7 tiCrypt Managed2 Organization

tiCrypt eliminates configuration drift by design. Security controls are structural properties of the architecture, not configurable settings that can be weakened. VM images are immutable and reset on every boot. Network policy is deny-all by default. Encryption is mandatory and cannot be disabled.

tiCrypt Managed (7 practices)

PracticeNameHow tiCrypt Satisfies It
3.4.2Security Configuration SettingsSecurity settings are architectural, not configurable. Encryption, session isolation, and network deny-all are not optional. System settings are managed through the Management Console with full change tracking.
3.4.3Change Tracking & ApprovalSystem Settings History records every settings change with the previous value, new value, timestamp, and administrator identity.
3.4.4Security Impact AnalysisChanges to permission profiles, team quotas, and project access are enforced through the Management Console with audit logging.
3.4.6Least FunctionalityVMs run on immutable boot images with no persistent state. Only explicitly allowed software persists on encrypted drives. Outbound network access is denied by default.
3.4.7Nonessential Program RestrictionVM images contain only the operating system and the tiCrypt VM Installer. Additional software must be explicitly installed by the administrator in a service VM and baked into a new image.
3.4.8Software Execution PolicyThe VM Controller manages the software execution environment. Users cannot modify the boot image or install persistent software outside encrypted drives.
3.4.9User-Installed Software ControlSoftware installed by users does not survive VM reboot. Only administrator-approved software in the base image persists across sessions.

Organization Managed (2 practices)

PracticeNameWhat Your Organization Must Do
3.4.1Baseline Configurations & InventoriesMaintain a documented baseline configuration for the tiCrypt deployment (version, settings, VM images in use) and a hardware/software inventory of all components in the CUI boundary.
3.4.5Access Restrictions for ChangesDefine and enforce policies governing who can make changes to the tiCrypt deployment environment (OS patches, network configuration, hardware changes on host machines).

Identification and Authentication (IA)

11 tiCrypt Managed

tiCrypt handles the entire IA family. Authentication is cryptographic: users prove identity through RSA-2048 digital signature challenge-response, not by transmitting passwords. The server never stores or sees passwords. MFA is integrated as an independent proof-provider (Duo, Shibboleth) that the system treats as external verification, not a trusted insider.

PracticeNameHow tiCrypt Satisfies It
3.5.1User, Process & Device IdentificationEvery user has a unique identity with an RSA-2048 key pair. Processes and VMs are identified by UUID and authenticated through digital signatures.
3.5.2Identity AuthenticationChallenge-response protocol using RSA digital signatures. The server sends a random challenge; the client signs it with their private key. No password is transmitted.
3.5.3Multifactor AuthenticationMFA required for privileged and network access. Supports Duo, Shibboleth, and other providers. tiCrypt treats the identity provider as an independent proof-provider, not a trusted insider.
3.5.4Replay-Resistant AuthenticationChallenge-response with random nonces prevents replay attacks. Each authentication session uses a unique challenge.
3.5.5Identifier Reuse PreventionUser identifiers and UUIDs are unique and never reused. Deleted user accounts retain their identifier in the Deleted Users table.
3.5.6Inactive Identifier DisablingUsers removed from all teams are automatically deactivated. Configurable session timeouts purge keys from memory.
3.5.7Password ComplexityConfigurable password strength requirements enforced at registration and password change.
3.5.8Password Reuse PreventionPassword history enforcement prevents reuse of recent passwords.
3.5.9Temporary PasswordsInitial account setup uses a one-time registration flow that requires immediate password creation and key file generation.
3.5.10Cryptographic Password ProtectionPasswords are never transmitted in cleartext. Authentication uses RSA digital signatures. Split credentials ensure neither client nor server alone can recover the private key.
3.5.11Authentication Feedback ObscuringLogin interface does not reveal whether a username exists or which credential component (password vs. key file) was incorrect.

See Why tiCrypt Uses MFA But Never Trusts It for a detailed analysis of the authentication architecture.


Incident Response (IR)

1 tiCrypt Managed2 Organization

tiCrypt provides the forensic infrastructure for incident tracking. Incident response planning and testing are organizational responsibilities.

tiCrypt Managed (1 practice)

PracticeNameHow tiCrypt Satisfies It
3.6.2Incident Tracking & ReportingThe tamper-evident audit log and severity-based alerting system provide the forensic evidence and detection capabilities needed to track and report incidents. Past VM records preserve full lifecycle data for VMs that no longer exist.

Organization Managed (2 practices)

PracticeNameWhat Your Organization Must Do
3.6.1Incident-Handling CapabilityEstablish an incident response plan covering detection, analysis, containment, eradication, and recovery. Assign an incident response team. Define escalation procedures and communication protocols. tiCrypt's audit system provides the detection data, but your organization must define the response procedures.
3.6.3Incident Response TestingTest your incident response plan at least annually through tabletop exercises or simulated incidents. Document test results, lessons learned, and plan updates.

Maintenance (MA)

2 tiCrypt Managed4 Organization

tiCrypt secures the maintenance interface and authenticates all remote maintenance sessions. Host infrastructure maintenance, equipment sanitization, and personnel supervision are organizational responsibilities.

tiCrypt Managed (2 practices)

PracticeNameHow tiCrypt Satisfies It
3.7.2Maintenance Tool ControlstiCrypt's management interface is the sole maintenance tool. All administrative actions are authenticated, authorized, and logged. No external maintenance tools have access to CUI.
3.7.5Nonlocal Maintenance AuthenticationAll remote maintenance sessions authenticate through the same RSA challenge-response and MFA mechanisms as standard user sessions.

Organization Managed (4 practices)

PracticeNameWhat Your Organization Must Do
3.7.1System MaintenancePerform timely maintenance on the host infrastructure: OS patches, firmware updates, hardware replacements. Document maintenance schedules and completion records.
3.7.3Off-Site Equipment SanitizationEnsure CUI is removed from equipment before it leaves the facility for maintenance. For tiCrypt hosts, encrypted drives and VM data must be sanitized before hardware decommissioning.
3.7.4Diagnostic Media InspectionInspect diagnostic tools and media (USB boot drives, firmware update media) for malicious code before connecting them to tiCrypt host machines.
3.7.6Maintenance Personnel SupervisionSupervise or escort maintenance personnel who do not have authorized access. Monitor their activities on tiCrypt host machines.

Media Protection (MP)

9 tiCrypt Managed

tiCrypt handles the entire MP family through its zero-knowledge encryption architecture. All data at rest is encrypted with AES-256 keys held exclusively by data owners. The infrastructure never possesses decryption keys. This means that physical media (drives, backup tapes, decommissioned hardware) contains only ciphertext, satisfying media protection requirements architecturally.

PracticeNameHow tiCrypt Satisfies It
3.8.1Media ProtectionAll storage media contains only AES-256 encrypted data. Decryption keys are never stored on the infrastructure.
3.8.2Media Access LimitationAccess to CUI on media requires authenticated access through tiCrypt. Physical possession of media yields only ciphertext.
3.8.3Media SanitizationCryptographic erasure: destroying the per-file AES-256 key renders the data permanently unrecoverable without physical media destruction. VM images reset on every boot, eliminating persistent data on boot media.
3.8.4Media MarkingCUI handling is enforced by project tags and security levels within tiCrypt. Resources tagged with a project are restricted to certified members only.
3.8.5Media Transport AccountabilityAll data transfers are logged in the tamper-evident audit trail. File transfers between Vault and VM, drive sharing, and inbox uploads are individually tracked.
3.8.6Transport EncryptionAES-256 encryption on all data at rest and in transit. TLS plus Diffie-Hellman session keys on all transport channels.
3.8.7Removable Media ControlVMs operate in an isolated network with no USB passthrough by default. PCI/USB device access requires explicit hardware setup configuration by an administrator.
3.8.8Ownerless Storage ProhibitionEvery drive, file, and VM configuration has an explicit owner. Ownership transfer requires authenticated action. Ownership is required for all resources.
3.8.9Backup CUI ProtectionBackup data consists of encrypted chunks and encrypted drive images. Backups are inherently safe because no decryption keys are stored on the infrastructure. Any backup method (rsync, tape, snapshot) produces only ciphertext.

See Carving Out a CUI Enclave on Your Existing Filesystem for additional detail on media protection over shared storage.


Personnel Security (PS)

2 Organization

Both PS practices are organizational responsibilities. Personnel screening and termination procedures are inherently about your people and your HR processes.

Organization Managed (2 practices)

PracticeNameWhat Your Organization Must Do
3.9.1Personnel ScreeningScreen individuals before granting access to systems containing CUI. This includes background checks, reference verification, and any sponsor-required investigations.
3.9.2Personnel ActionsWhen personnel are terminated or transferred, disable their tiCrypt account, revoke their key file, and remove them from all teams and projects. tiCrypt automatically deactivates users removed from all teams, but the organizational process to initiate removal must be defined and documented.

Physical and Environmental Protection (PE)

6 Organization

All six PE practices are organizational responsibilities. tiCrypt is a software platform deployed on your infrastructure. Physical security of the host machines, server rooms, and facilities is your responsibility.

Organization Managed (6 practices)

PracticeNameWhat Your Organization Must Do
3.10.1Physical Access LimitationRestrict physical access to tiCrypt host machines, network equipment, and storage infrastructure to authorized personnel. Implement badge readers, biometrics, or lock-and-key controls.
3.10.2Facility Protection & MonitoringProtect the physical facility with perimeter controls, surveillance cameras, intrusion detection systems, and environmental controls (fire suppression, HVAC, power conditioning).
3.10.3Visitor Escort & MonitoringEscort visitors in areas containing tiCrypt infrastructure. Maintain visitor logs. Monitor visitor activities.
3.10.4Physical Access LogsMaintain logs of physical access to facilities containing tiCrypt infrastructure. Review logs regularly for unauthorized access attempts.
3.10.5Physical Access DevicesManage physical access devices (keys, badges, access cards). Inventory devices, change combinations periodically, and revoke access when personnel depart.
3.10.6Alternate Work Site SafeguardsIf personnel access tiCrypt from alternate work sites (home offices, satellite locations), ensure those sites have appropriate physical safeguards. tiCrypt Connect's encryption protects data in transit, but endpoint physical security is the organization's responsibility.

Risk Assessment (RA)

1 tiCrypt Managed1 Jointly Managed1 Organization

Tera Insights manages vulnerability remediation for all tiCrypt platform components. Vulnerability scanning is jointly managed, and risk assessments are an organizational responsibility.

tiCrypt Managed (1 practice)

PracticeNameHow tiCrypt Satisfies It
3.11.3Vulnerability RemediationTera Insights maintains the tiCrypt software lifecycle, including vulnerability identification, patching, and release management for all platform components (backend services, frontend, VM Controller, Connect application).

Jointly Managed (1 practice)

PracticeNametiCrypt ProvidesYour Organization Must
3.11.2Vulnerability ScanningTera Insights performs vulnerability scanning on the tiCrypt application and its components. Security advisories are issued for vulnerabilities requiring organizational action.Perform vulnerability scanning on the host operating systems, network infrastructure, and any non-tiCrypt software in the CUI boundary. Apply patches identified through scanning.

Organization Managed (1 practice)

PracticeNameWhat Your Organization Must Do
3.11.1Risk AssessmentConduct periodic risk assessments covering the full CUI environment: tiCrypt deployment, host infrastructure, network, facilities, and organizational processes. Document risk findings and mitigation plans.

Security Assessment (CA)

1 tiCrypt Managed2 Jointly Managed1 Organization

tiCrypt provides continuous monitoring through the audit system. Security control assessments and plans of action are jointly managed between Tera Insights and the deploying organization.

tiCrypt Managed (1 practice)

PracticeNameHow tiCrypt Satisfies It
3.12.3Continuous MonitoringtiCrypt's audit system provides continuous monitoring of all user actions, security events, and system state changes. Severity-based alerting detects anomalies in real time. System Services monitoring tracks backend health, version, and uptime.

Jointly Managed (2 practices)

PracticeNametiCrypt ProvidesYour Organization Must
3.12.1Security Control AssessmentTera Insights provides SSP templates covering 80 platform-managed controls, assessment evidence packages, and direct support during C3PAO assessments. tiCrypt deployments have been independently evaluated in 7+ NIST 800-171 assessments by multiple C3PAOs.Coordinate the assessment engagement with your C3PAO. Provide evidence for the 26 organizational controls. Ensure assessment covers the full CUI boundary, not just the platform.
3.12.2Plans of ActionTera Insights works with your organization to develop POA&Ms for any controls not yet fully satisfied. Platform-side remediation is handled by Tera Insights.Own the POA&M document. Track organizational remediation items. Provide milestone updates to the C3PAO on the agreed timeline.

Organization Managed (1 practice)

PracticeNameWhat Your Organization Must Do
3.12.4System Security PlansDevelop and maintain the System Security Plan (SSP) for your CUI environment. Tera Insights provides SSP templates that pre-document the 80 platform-managed controls, but your organization must complete the sections covering organizational controls, boundary definitions, and system descriptions. The SSP is your document and your responsibility to keep current.

System and Communications Protection (SC)

16 tiCrypt Managed

tiCrypt handles the entire SC family. Every SC practice is satisfied by the platform's cryptographic design, network isolation, or session management.

PracticeNameHow tiCrypt Satisfies It
3.13.1Boundary ProtectionAll traffic flows through the tiCrypt backend as a single enforcement point. VMs operate on isolated networks with deny-all outbound policy. Three network segments (secure, service, data-in) separate user VMs from service VMs and data ingestion.
3.13.2Security ArchitectureZero-knowledge architecture where the server operates on data it cannot read. Client-side encryption, RSA-based authentication, and cryptographic access control are fundamental design properties, not add-on features.
3.13.3User/System SeparationUser data and system functions are cryptographically separated. Users access CUI through encrypted VMs; the infrastructure layer never has access to plaintext data.
3.13.4Unauthorized Transfer PreventionSFTP is write-only (local to VM). Downloads and file reads from VMs are blocked by design to prevent data exfiltration. All sanctioned transfers flow through the Vault's audited encryption layer.
3.13.5Public Access SubnetworksPublicly accessible components are architecturally separated from CUI processing. The tiCrypt frontend serves as the public-facing gateway; CUI processing occurs in isolated VM environments.
3.13.6Default-Deny Network PolicyVMs start with deny-all outbound connectivity. Each outbound path (licensing servers, NFS mounts) requires explicit firewall rules created by an administrator.
3.13.7Split Tunnel PreventionAll VM traffic routes through tiCrypt's authenticated proxy channel. No direct network path exists between VMs and external networks. Split tunneling is architecturally impossible.
3.13.8Transmission EncryptionDouble-encrypted transport: TLS on the network layer plus Diffie-Hellman session keys on the application layer. All data in transit is encrypted with FIPS-validated algorithms.
3.13.9Network Session TerminationSessions terminate automatically after configurable inactivity periods. Encryption keys are purged from client memory on termination.
3.13.10Cryptographic Key ManagementHybrid encryption: AES-256 symmetric keys for data, RSA-2048 asymmetric keys for key distribution and authentication. Keys are generated client-side and never transmitted in plaintext. Key escrow uses cryptographic shard distribution across multiple escrow groups.
3.13.11FIPS-Validated CryptographyAll cryptographic operations use a FIPS 140-3 validated OpenSSL module. AES-256 (FIPS 197), RSA-2048 (FIPS 186-5), SHA-256 (FIPS 180-4).
3.13.12Collaborative Computing Device ControlVM sessions are individually authenticated and isolated. Shared VMs require explicit co-owner authorization. Remote desktop and terminal sessions operate through the authenticated proxy channel.
3.13.13Mobile Code ControlVMs operate in isolated environments with no browser-based code execution paths to external networks. The tiCrypt frontend runs in a controlled client application (tiCrypt Connect), not a general-purpose browser.
3.13.14VoIP ControlVoIP is not supported within the tiCrypt environment. All communication occurs through authenticated, encrypted channels.
3.13.15Session AuthenticityEvery session is authenticated through the RSA challenge-response protocol and protected by TLS plus Diffie-Hellman session keys. Session tokens cannot be forged or reused.
3.13.16CUI Protection at RestAll CUI is encrypted at rest with AES-256. Vault files use per-chunk encryption with unique keys. VM drives use LUKS (Linux) or BitLocker (Windows) with keys held by the data owner. The infrastructure stores only ciphertext.

See Cryptographic Isolation for CUI on Shared Storage for additional detail on storage-layer isolation.


System and Information Integrity (SI)

7 tiCrypt Managed

tiCrypt handles the entire SI family through its immutable VM architecture, network monitoring, and automated update mechanisms.

PracticeNameHow tiCrypt Satisfies It
3.14.1Flaw Identification & CorrectionTera Insights maintains the software lifecycle for all tiCrypt components. Security flaws are identified through internal review and external assessment, and patches are released through the standard update mechanism.
3.14.2Malicious Code ProtectionVM images are immutable and reset on every boot, eliminating persistent malware. The deny-all network policy prevents command-and-control communication. No user-installed software survives reboot.
3.14.3Security Alert MonitoringReal-time security alerting across five severity levels. Alerts cover authentication failures, unauthorized access attempts, configuration changes, and anomalous activity patterns.
3.14.4Malicious Code Mechanism UpdatesVM images and the VM Controller are updated through the Controller Server, which serves the latest binary at boot. Image updates incorporate current security patches.
3.14.5System & File ScanningVM images reset on every boot, restoring a known-good state on each session. The Vault's chunk-level encryption prevents malicious file injection at the storage layer.
3.14.6Communications Traffic MonitoringAll VM communication flows through the tiCrypt backend proxy and is logged. The deny-all network policy means any unauthorized communication attempt is both blocked and recorded.
3.14.7Unauthorized Use IdentificationThe audit system detects and alerts on unauthorized access attempts, failed authentication, privilege escalation attempts, and anomalous usage patterns.

Summary by Responsibility Category

All 80 tiCrypt-Managed Controls

FamilyPracticesCoverage
Access Control (AC)3.1.1-3.1.15, 3.1.20, 3.1.2217 of 22
Audit & Accountability (AU)3.3.1-3.3.2, 3.3.4-3.3.98 of 9
Configuration Management (CM)3.4.2-3.4.4, 3.4.6-3.4.97 of 9
Identification & Authentication (IA)3.5.1-3.5.1111 of 11
Incident Response (IR)3.6.21 of 3
Maintenance (MA)3.7.2, 3.7.52 of 6
Media Protection (MP)3.8.1-3.8.99 of 9
Risk Assessment (RA)3.11.31 of 3
Security Assessment (CA)3.12.31 of 4
System & Communications Protection (SC)3.13.1-3.13.1616 of 16
System & Information Integrity (SI)3.14.1-3.14.77 of 7

All 4 Jointly Managed Controls

PracticeNameFamily
3.3.3Audit Event Review & UpdatesAU
3.11.2Vulnerability ScanningRA
3.12.1Security Control AssessmentCA
3.12.2Plans of ActionCA

All 26 Organization-Managed Controls

FamilyPracticesCount
Access Control (AC)3.1.16-3.1.19, 3.1.215
Awareness & Training (AT)3.2.1-3.2.33
Configuration Management (CM)3.4.1, 3.4.52
Incident Response (IR)3.6.1, 3.6.32
Maintenance (MA)3.7.1, 3.7.3-3.7.4, 3.7.64
Personnel Security (PS)3.9.1-3.9.22
Physical & Environmental Protection (PE)3.10.1-3.10.66
Risk Assessment (RA)3.11.11
Security Assessment (CA)3.12.41

Assessment Readiness

tiCrypt deployments have been independently evaluated in 7+ NIST 800-171 assessments by multiple C3PAOs, with the most recent achieving 110/110 on CMMC Level 2 assessment. Tera Insights provides:

  • SSP templates that pre-document the 80 platform-managed controls with architectural evidence
  • Assessment evidence packages including audit log exports, configuration documentation, and cryptographic implementation details
  • Direct C3PAO support during assessments to demonstrate platform controls and answer technical questions
  • POA&M collaboration for any controls requiring remediation

Your organization completes the SSP by documenting the 26 organizational controls, defining the CUI boundary, and providing evidence for personnel, physical, and governance practices. The jointly managed controls require coordination between Tera Insights and your team to demonstrate both the platform capabilities and the organizational processes that leverage them.

See The Shared Responsibility Gap in Cloud Research Enclaves for a comparison with managed cloud responsibility models.