238 lines
7.2 KiB
Markdown
238 lines
7.2 KiB
Markdown
# Onboarding Diagnostic Baseline - FRONT
|
|
|
|
- **Grade:** AMBER
|
|
- **Host:** FRONT
|
|
- **Client:** Wolkin, Robert (`rswolkin`)
|
|
- **Collected (UTC):** 2026-06-06T13:30:54Z
|
|
- **Agent ID:** 877d311a-4b24-462c-97b1-d2a0f7730a71
|
|
- **Command ID:** ab55e360-9c8b-4a1a-9cc7-9b6ef178e457
|
|
- **Findings:** 0 critical / 5 warning / 14 info / 0 unknown
|
|
|
|
- **OS:** Microsoft Windows 11 Home (build 26200)
|
|
|
|
---
|
|
|
|
## WARNING (5)
|
|
|
|
### Defender tamper protection is OFF
|
|
- **Category:** security
|
|
- **ID:** `sec.defender.tamper_off`
|
|
- Tamper protection is disabled, so malware or a local admin can silently disable Defender. Enable tamper protection (typically via Intune / Security Center).
|
|
|
|
```
|
|
RealTimeProtectionEnabled=True; AMServiceEnabled=True; AntispywareSignatureAge=0 days; IsTamperProtected=False
|
|
```
|
|
|
|
### 4 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 -> 4
|
|
```
|
|
|
|
### Stability events present in the last 14 days
|
|
- **Category:** health
|
|
- **ID:** `health.stability.some`
|
|
- One or more unexpected shutdowns, BSODs, or disk errors occurred recently. Monitor and correlate with user reports.
|
|
|
|
```
|
|
Unexpected shutdowns (id 41)=0; Bugchecks/BSOD (id 1001)=0; Disk errors (id 7/51/153)=2
|
|
```
|
|
|
|
### 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
|
|
```
|
|
|
|
### 6 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.
|
|
|
|
```
|
|
DropboxUpdaterInternalService123.0.6299.144 (DropboxUpdater InternalService 123.0.6299.144 (DropboxUpdaterInternalService123.0.6299.144)) = Stopped
|
|
DropboxUpdaterService123.0.6299.144 (DropboxUpdater Service 123.0.6299.144 (DropboxUpdaterService123.0.6299.144)) = Stopped
|
|
gpsvc (Group Policy Client) = Stopped
|
|
Intel(R) Platform License Manager Service (Intel(R) Platform License Manager Service) = Stopped
|
|
GoogleUpdaterInternalService150.0.7863.0 (Google Updater Internal Service (GoogleUpdaterInternalService150.0.7863.0)) = Stopped
|
|
GoogleUpdaterService150.0.7863.0 (Google Updater Service (GoogleUpdaterService150.0.7863.0)) = Stopped
|
|
```
|
|
|
|
|
|
## INFO (14)
|
|
|
|
### 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=False
|
|
```
|
|
|
|
### 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
|
|
```
|
|
|
|
### 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
|
|
```
|
|
|
|
### OS volume encrypted with recovery protector present
|
|
- **Category:** security
|
|
- **ID:** `sec.bitlocker.ok`
|
|
- BitLocker is on for the OS volume and a recovery password protector exists.
|
|
|
|
```
|
|
Volume=C:; ProtectionStatus=On; EncryptionPercentage=100; KeyProtectors=RecoveryPassword,Tpm
|
|
```
|
|
|
|
### Local administrators (3)
|
|
- **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).
|
|
|
|
```
|
|
FRONT\Administrator
|
|
FRONT\Localadmin
|
|
FRONT\Owner
|
|
```
|
|
|
|
### OS build supported: Win11 25H2
|
|
- **Category:** security
|
|
- **ID:** `sec.patch.os_supported`
|
|
- Build 26200 (Win11 25H2) is in support until 2027-10-12.
|
|
|
|
```
|
|
Microsoft Windows 11 Home build 26200
|
|
```
|
|
|
|
### Last hotfix: KB5089573
|
|
- **Category:** security
|
|
- **ID:** `sec.patch.last_hotfix`
|
|
- Most recently installed update (from Get-HotFix; reflects CBS/MSU packages, not all cumulative metadata).
|
|
|
|
```
|
|
KB5089573 installed 2026-05-27T07: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
|
|
```
|
|
|
|
### Not domain-joined (workgroup)
|
|
- **Category:** health
|
|
- **ID:** `health.domain.workgroup`
|
|
- This machine is in workgroup/Azure AD only mode (Domain=WORKGROUP). No on-prem AD secure channel applies.
|
|
|
|
```
|
|
PartOfDomain=False; Domain=WORKGROUP
|
|
```
|
|
|
|
### Time service source
|
|
- **Category:** health
|
|
- **ID:** `health.time.source`
|
|
- Current Windows Time service source.
|
|
|
|
```
|
|
Source=The following error occurred: The service has not been started. (0x80070426)
|
|
```
|
|
|
|
### 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:** ASUSTeK COMPUTER INC. / ASUS P500MV_V500MVC
|
|
- **Serial:** T7PFAG00B454281
|
|
- **CPU:** 13th Gen Intel(R) Core(TM) i5-13420H (8 cores / 12 logical)
|
|
- **RAM (GB):** 15.6
|
|
- **BIOS:** P500MV.324 (2025-06-23)
|
|
- **Chassis is laptop:** false
|
|
- **TPM present / Secure Boot:** true / true
|
|
- **Domain joined:** false (WORKGROUP)
|
|
- **OS activation licensed:** true
|
|
- **Uptime (days):** 10.2
|
|
- **Pending reboot:** true
|
|
- **Installed software count:** 29
|
|
- **Scheduled tasks (non-MS, enabled):** 22
|
|
- **Local administrators:** FRONT\Administrator, FRONT\Localadmin, FRONT\Owner
|
|
|
|
### Fixed volumes
|
|
|
|
- C: - 534.7 GB free of 930.6 GB (57.5%)
|
|
- [unlabeled] - 0 GB free of 0.1 GB (27.6%)
|
|
- [unlabeled] - 0.1 GB free of 0.8 GB (14.1%)
|
|
|
|
### Network adapters
|
|
|
|
- Intel(R) Ethernet Connection (16) I219-V - IP: 192.168.1.153, fe80::12de:34bc:e5b4:3089, 2600:1011:a03d:3fca:95fc:53:683e:6871, 2600:1011:a03d:3fca:5b1c:75e9:fa33:f3f6 - DNS: 192.168.1.1 - 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: `FRONT-20260606T133142.json` (immutable)._
|