Cubis Engineers

Security for Cloud Operations

Protect Linux services, detect suspicious behavior, and respond without losing evidence.

SecurityFoundationUpdated Aug 13, 2026securitylinuxcloudhardeningincident-response

Security is a continuing operating practice. No firewall, agent, or scanner can guarantee that a server will not be compromised. A useful program reduces exposure, makes abnormal behavior visible, limits how far an attacker can move, and prepares the team to recover.

Work across the full cycle

AreaQuestionUseful evidence
GovernWho owns the risk and the decision?Service owner, policy, escalation path
IdentifyWhat exists and what matters most?Asset inventory, data classification, dependency map
ProtectWhich controls reduce likely attack paths?Access policy, patch state, segmentation, backups
DetectHow will the team notice a change?Central logs, endpoint events, network telemetry, alerts
RespondWho can contain the incident safely?Runbook, roles, communications plan, preserved evidence
RecoverCan the service return to a trusted state?Tested restore, clean images, rotated credentials

This follows the six functions in the NIST Cybersecurity Framework 2.0. Use the framework to organize decisions, then choose controls that fit the service and its risk.

Learning path

Start with ownership

For every internet-facing service, record:

  • a named service owner and a security contact;
  • the public hosts, ports, domains, data, and upstream dependencies;
  • the maximum acceptable outage and data loss;
  • where logs and backups are stored, and who can access them; and
  • who may isolate a host, revoke credentials, or fail traffic over during an incident.

Controls without an owner quietly decay. Ownership turns a checklist into an operating system for decisions.

Defend; do not retaliate

Do not break into, damage, or disrupt systems believed to belong to an attacker. They may be compromised third-party systems, and retaliation creates legal, safety, and evidence risks. Contain your environment, block malicious traffic, preserve evidence, and use the approved reporting or law-enforcement path.

When you suspect compromise

  1. Open an incident channel and assign an incident lead.
  2. Record the time, affected assets, symptoms, and source of the alert.
  3. Isolate affected systems through the cloud or network control plane when possible.
  4. Preserve relevant logs, volatile evidence, and disk snapshots according to policy.
  5. Revoke exposed sessions and credentials from a known-clean system.
  6. Rebuild from trusted artifacts; do not return an unexplained host to service.
  7. Validate recovery, monitor closely, and track corrective work to completion.

The current NIST incident-response guidance treats preparation, detection, response, recovery, and improvement as connected risk-management work—not a process that starts only after an alert.

On this page