View on GitHub

Rodney Hall | Cybersecurity Portfolio

Hands-on cybersecurity portfolio covering SOC operations, incident triage, threat detection, identity management, cloud security, and OT/ICS environments.

Back to Portfolio

Linux System Baseline — OT Environment

Overview

Established a secure operational baseline for a Linux system in an OT-adjacent environment using passive, non-intrusive inspection methods. Verified system identity, enumerated all running services and listening network ports, and mapped active network interfaces — producing a documented reference state for change detection. All inspection methods were selected to avoid disrupting system availability or triggering service interruptions in the operational environment.

Objective

Conduct a passive baseline audit of an OT-adjacent Linux system to establish a documented reference state for services, network exposure, and system health — without impacting availability or triggering process disruption.

Environment

Tools Used

What I Did

Evidence / Findings

System identity confirmed System Identity Hostname verified as ot-lab. OS version and kernel captured — establishes documentation anchor for all baseline records.

Resource utilization baseline HTOP Baseline CPU and memory utilization captured at rest via htop. Establishes normal resource consumption — deviations from this baseline may indicate unauthorized processes.

Active services enumerated Running Services Full service list captured via systemctl — documents the expected service footprint. Any new entries on a future baseline comparison represent an unauthorized service addition.

Listening ports documented Listening Ports All listening ports identified via passive socket inspection. Documents the system’s current network exposure — unexpected open ports on future review indicate configuration drift or unauthorized software.

Terminal context Terminal Context Terminal session context confirming execution environment and analyst access level.

Network interfaces mapped Network Interfaces Active network interfaces listed with IP addressing — documents which segments the system is connected to and confirms the network topology assumed in the baseline.

Outcome / Recommendations

Baseline established for the ot-lab system. The documented service list, port exposure profile, and resource utilization provide the reference state needed to detect unauthorized changes, new services, or unexpected network connections on future audits.