← Back to Projects

Technical Log: 001

Issue: Shell Variable Expansion Mismatch


Environment: Kali Linux 2026.1 (Zsh Shell)

The Problem:
Legacy training materials utilized Bash syntax for variable calling (e.g., echo $VAR), which fails to output values in modern Zsh environments. This creates friction when transitioning between different Linux distributions.

Action Taken:
  • Identified active shell environment using echo $SHELL.
  • Implemented curly-brace expansion ${VAR} to ensure cross-shell compatibility.
  • Validated the requirement of the $ prefix for referencing memory-stored values.
Final Result:

Successfully stabilized the lab environment for consistent script execution across Bash and Zsh shells.

LOG-002: Threat Simulation June 2, 2026
Active Phishing Triage & Dynamic Payload Execution

Conducted an active email security validation session using simulated adversarial phishing payloads. Leveraged the custom VMnet8 isolated host subnet architecture to observe defensive endpoint triggers during attachment detonation.

Operational Log Details:
  • Email Dissection: Parsed mock malicious email artifacts within the Ubuntu environment to inspect source tracking headers and domain alignment signatures.
  • Payload Execution Telemetry: Safely executed attachment vectors on the Windows 11 guest endpoint to evaluate active threat tracking baseline configurations.
  • Defensive Logging: Monitored system event behaviors during execution to ensure granular visibility of process anomalies within the sandboxed space.
Email Security Phishing Analysis Dynamic Detonation TCM Coursework