258 lines
7.5 KiB
Markdown
258 lines
7.5 KiB
Markdown
# Onboarding Diagnostic Baseline - GROMIT
|
|
|
|
- **Grade:** RED
|
|
- **Host:** GROMIT
|
|
- **Client:** Universal Cryogenics (`ucryo`)
|
|
- **Collected (UTC):** 2026-06-03T00:46:10Z
|
|
- **Agent ID:** 20da3f2f-6bef-4d8c-b6fa-141d47a01d52
|
|
- **Command ID:** 77775791-1c4b-4921-8c69-2c83afac1620
|
|
- **Findings:** 1 critical / 5 warning / 15 info / 0 unknown
|
|
|
|
- **OS:** Microsoft Windows 10 Pro (build 19045)
|
|
|
|
---
|
|
|
|
## CRITICAL (1)
|
|
|
|
### OS build is end-of-life: Win10 22H2
|
|
- **Category:** security
|
|
- **ID:** `sec.patch.os_eol`
|
|
- This OS build (19045, Win10 22H2) passed end-of-servicing on 2025-10-14. It no longer receives security updates. Plan a feature update or OS upgrade.
|
|
|
|
```
|
|
Microsoft Windows 10 Pro build 19045; EOL 2025-10-14
|
|
```
|
|
|
|
|
|
## WARNING (5)
|
|
|
|
### OS volume is NOT encrypted with BitLocker
|
|
- **Category:** security
|
|
- **ID:** `sec.bitlocker.unencrypted`
|
|
- The operating system volume is unencrypted. Data is exposed if the disk is removed or the device is lost. Enable BitLocker and escrow the recovery key.
|
|
|
|
```
|
|
Volume=C:; ProtectionStatus=Off; EncryptionPercentage=0; KeyProtectors=
|
|
```
|
|
|
|
### 9 pending Windows updates
|
|
- **Category:** security
|
|
- **ID:** `sec.patch.pending`
|
|
- Windows Update reports pending (not installed, not hidden) updates. Some may be security updates. Approve/install on the next maintenance window.
|
|
|
|
```
|
|
Microsoft.Update.Session search IsInstalled=0 and IsHidden=0 -> 9
|
|
```
|
|
|
|
### RDP is enabled
|
|
- **Category:** security
|
|
- **ID:** `sec.exposure.rdp_on`
|
|
- Remote Desktop is enabled (NLA required). Confirm it is restricted to VPN or specific source IPs and not exposed to the internet.
|
|
|
|
```
|
|
fDenyTSConnections=0; UserAuthentication=1
|
|
```
|
|
|
|
### Reboot pending
|
|
- **Category:** health
|
|
- **ID:** `health.reboot_uptime.pending`
|
|
- A reboot is pending. Pending reboots can block patches and leave the system in a half-updated state. Schedule a restart.
|
|
|
|
```
|
|
PendingFileRenameOperations
|
|
```
|
|
|
|
### 2 auto-start service(s) not running
|
|
- **Category:** health
|
|
- **ID:** `health.failed_services.stopped`
|
|
- These services are set to start automatically but are not running. Some may be benign; review for security agents, backup agents, or AV that should be running.
|
|
|
|
```
|
|
gpsvc (Group Policy Client) = Stopped
|
|
LPlatSvc (Lenovo Platform Service) = Stopped
|
|
```
|
|
|
|
|
|
## INFO (15)
|
|
|
|
### Defender active and current
|
|
- **Category:** security
|
|
- **ID:** `sec.defender.ok`
|
|
- Real-time protection on, service running, signatures current.
|
|
|
|
```
|
|
RealTimeProtectionEnabled=True; AMServiceEnabled=True; AntispywareSignatureAge=0 days; IsTamperProtected=True
|
|
```
|
|
|
|
### Defender is the only registered AV
|
|
- **Category:** security
|
|
- **ID:** `sec.av_products.defender_only`
|
|
- Only Microsoft/Windows Defender is registered in Security Center.
|
|
|
|
```
|
|
Windows Defender
|
|
```
|
|
|
|
### No competitor/leftover management agents detected
|
|
- **Category:** security
|
|
- **ID:** `sec.foreign_agents.none`
|
|
- No known competitor RMM or unmanaged remote-access agents found in installed programs or services.
|
|
|
|
```
|
|
Scanned uninstall hives (HKLM + WOW6432Node) and Win32_Service
|
|
```
|
|
|
|
### Expected ACG management tooling present: ScreenConnect / ConnectWise Control
|
|
- **Category:** security
|
|
- **ID:** `sec.foreign_agents.acg.screenconnect_connectwise_control`
|
|
- This is Arizona Computer Guru managed/remote-access tooling that we deploy. Its presence is expected and not a foreign-agent risk.
|
|
|
|
```
|
|
program: ScreenConnect Client (1912bf3444b41a08) 26.1.24.9579
|
|
service: ScreenConnect Client (1912bf3444b41a08) (ScreenConnect Client (1912bf3444b41a08)) Running
|
|
```
|
|
|
|
### Expected ACG management tooling present: Splashtop (SOS/Streamer)
|
|
- **Category:** security
|
|
- **ID:** `sec.foreign_agents.acg.splashtop_sos_streamer_`
|
|
- This is Arizona Computer Guru managed/remote-access tooling that we deploy. Its presence is expected and not a foreign-agent risk.
|
|
|
|
```
|
|
program: Splashtop Streamer 3.8.2.0
|
|
service: SplashtopRemoteService (Splashtop? Remote Service) Running
|
|
```
|
|
|
|
### Expected ACG management tooling present: Syncro / Kabuto
|
|
- **Category:** security
|
|
- **ID:** `sec.foreign_agents.acg.syncro_kabuto`
|
|
- This is Arizona Computer Guru managed/remote-access tooling that we deploy. Its presence is expected and not a foreign-agent risk.
|
|
|
|
```
|
|
program: Syncro 1.0.201.18410
|
|
service: Syncro (Syncro) Running
|
|
```
|
|
|
|
### All firewall profiles enabled
|
|
- **Category:** security
|
|
- **ID:** `sec.firewall.ok`
|
|
- Domain, Private, and Public firewall profiles are all enabled.
|
|
|
|
```
|
|
Private=True; Domain=True; Public=True
|
|
```
|
|
|
|
### Local administrators (4)
|
|
- **Category:** security
|
|
- **ID:** `sec.local_admins.list`
|
|
- Members of the local Administrators group. Review for unexpected or unknown accounts (especially leftover MSP/vendor accounts from a prior provider).
|
|
|
|
```
|
|
GROMIT\Administrator
|
|
GROMIT\localadmin
|
|
GROMIT\owner
|
|
UCRYO\Domain Admins
|
|
```
|
|
|
|
### Last hotfix: KB5037768
|
|
- **Category:** security
|
|
- **ID:** `sec.patch.last_hotfix`
|
|
- Most recently installed update (from Get-HotFix; reflects CBS/MSU packages, not all cumulative metadata).
|
|
|
|
```
|
|
KB5037768 installed 2024-05-18T07:00:00Z
|
|
```
|
|
|
|
### SMBv1 disabled
|
|
- **Category:** security
|
|
- **ID:** `sec.exposure.smb1_off`
|
|
- SMBv1 server protocol is disabled.
|
|
|
|
```
|
|
EnableSMB1Protocol=False
|
|
```
|
|
|
|
### LAPS detected
|
|
- **Category:** security
|
|
- **ID:** `sec.exposure.laps_present`
|
|
- A LAPS mechanism is present.
|
|
|
|
```
|
|
Windows LAPS reg key
|
|
```
|
|
|
|
### No stability events in the last 14 days
|
|
- **Category:** health
|
|
- **ID:** `health.stability.clean`
|
|
- No unexpected shutdowns, BSODs, or disk errors logged.
|
|
|
|
```
|
|
Unexpected shutdowns (id 41)=0; Bugchecks/BSOD (id 1001)=0; Disk errors (id 7/51/153)=0
|
|
```
|
|
|
|
### Domain secure channel healthy
|
|
- **Category:** health
|
|
- **ID:** `health.domain.secure_channel_ok`
|
|
- Machine trust relationship with the domain is intact.
|
|
|
|
```
|
|
Domain=ucryo.local
|
|
```
|
|
|
|
### Time service source
|
|
- **Category:** health
|
|
- **ID:** `health.time.source`
|
|
- Current Windows Time service source.
|
|
|
|
```
|
|
Source=UC2-SERVER.ucryo.local
|
|
```
|
|
|
|
### No backup agent detected
|
|
- **Category:** health
|
|
- **ID:** `health.backup.none`
|
|
- No known backup agent service found. Backup expectation varies by endpoint; confirm whether this machine is supposed to have local/cloud backup and whether server-side or M365 backup covers it.
|
|
|
|
```
|
|
No matching backup service in Win32_Service
|
|
```
|
|
|
|
|
|
---
|
|
|
|
## Inventory Baseline Summary
|
|
|
|
- **Manufacturer / Model:** LENOVO / 20FRS1RQ00
|
|
- **Serial:** R90KPJJF
|
|
- **CPU:** Intel(R) Core(TM) i7-6600U CPU @ 2.60GHz (2 cores / 4 logical)
|
|
- **RAM (GB):** 15.4
|
|
- **BIOS:** N1FET50W (1.24 ) (2017-03-08)
|
|
- **Chassis is laptop:** false
|
|
- **TPM present / Secure Boot:** true / ?
|
|
- **Domain joined:** true (ucryo.local)
|
|
- **OS activation licensed:** true
|
|
- **Uptime (days):** 29.3
|
|
- **Pending reboot:** true
|
|
- **Installed software count:** 40
|
|
- **Scheduled tasks (non-MS, enabled):** 24
|
|
- **Local administrators:** GROMIT\Administrator, GROMIT\localadmin, GROMIT\owner, UCRYO\Domain Admins
|
|
|
|
### Fixed volumes
|
|
|
|
- [System Reserved] - 0.5 GB free of 0.6 GB (94.4%)
|
|
- C: - 30.3 GB free of 118.1 GB (25.7%)
|
|
- [unlabeled] - 0.1 GB free of 0.6 GB (13.3%)
|
|
|
|
### Network adapters
|
|
|
|
- Intel(R) Dual Band Wireless-AC 8260 - IP: 172.29.0.125, fe80::9f6b:2b36:fadb:5993 - DNS: 172.29.0.5, 8.8.8.8 - DHCP: true
|
|
|
|
---
|
|
|
|
## Diff vs Prior Baseline
|
|
|
|
- No prior baseline found for this host. This is the first baseline.
|
|
|
|
---
|
|
|
|
_Generated by run-onboarding-diagnostic.sh (GuruRMM onboarding diagnostic, Phase 1). Raw snapshot: `GROMIT-20260603T004715.json` (immutable)._
|