Go Armor
Move protected
Armor every trip from dispatch to arrival.
Go Armor keeps mobile teams, vehicles, and critical gear connected to live risk signals and rapid response workflows wherever the job takes them.
24/7
monitoring
92 sec
median alert triage
4.9/5
operator confidence
98%
all devices reporting
2m
fastest nearby assist
Route B-14 requires attention
Weather delay detected. Crew notified with safe detour.
Protection that travels with every person, vehicle, and asset.
From check-in to incident closeout in one shared flow.
Give operators a calm command center while crews keep moving with simple mobile prompts, automatic status updates, and trusted assistance paths.
Pair devices and vehicles in minutes
Watch journeys from one command view
Coordinate roadside, medical, or security help
Close public exposure paths before attackers automate against them.
Each charcoal playbook converts a finding into remediation steps, environment context, and an external verification method.
Environment
Windows Server 2019
Remove public inbound TCP/3389 access from the perimeter firewall, cloud security group, or router NAT rule.
Require administrators to connect through a VPN, zero-trust access gateway, or managed bastion host before using RDP.
Restrict Windows Defender Firewall inbound RDP rules to trusted private management subnets only.
Confirm Network Level Authentication is enabled and enforce MFA for all remote administrator accounts.
Review Windows Security logs for repeated failed logons, lockouts, or unfamiliar source addresses before closing the incident.
Verification
From an external machine without VPN access, run 'Test-NetConnection -ComputerName 192.0.2.99 -Port 3389' in PowerShell. The TcpTestSucceeded flag must return 'False'.Environment
MySQL 5.7.42 on Linux
Remove public inbound TCP/3306 access from cloud security groups, host firewalls, and perimeter ACLs.
Bind MySQL to a private interface or localhost and require application traffic to traverse a private network path.
Upgrade MySQL 5.7.42 to a supported patched release and confirm CVE-2023-38325 remediation guidance is applied.
Rotate database credentials, disable anonymous users, and require strong unique passwords for every account.
Review MySQL audit logs and authentication failures for brute-force attempts before closing the exposure.
Verification
Run 'nmap -p 3306 192.0.2.45' from an external network. The port state should report as 'filtered'.