Ensure that all endpoints (workstations, servers, cloud VMs, and mobile endpoints) are properly onboarded into logging and monitoring platforms (SIEM, EDR, and Cloud-native services). Identify and remediate monitoring gaps where endpoints are missing or inactive.
Given access to SIEM, EDR, and Cloud-native logging platforms.
All endpoints are monitored by EDR and/or SIEM and any monitoring gaps are resolved or escalated.
Get-ADComputer -Filter * | Select-Object Name, LastLogonDate
Look for:
| Cloud | Command/Console | Look For |
|---|---|---|
| AWS EC2 | aws ec2 describe-instances |
Running instances |
| Azure VM | Get-AzVM |
Powered on VMs |
| GCP Compute Engine | gcloud compute instances list |
Running instances |
Operator Note: Ensure cloud VMs are compared against monitoring and EDR coverage.
| EDR | Query/View | What to Look For |
|---|---|---|
| CrowdStrike | Hosts → Host Management | Hosts missing heartbeat or never checked in |
| Microsoft Defender ATP | Devices → Active/Inactive | Inactive or unmanaged devices |
| SentinelOne | Devices → All | Devices offline or with stale check-in |
| Others | Equivalent views | Check for offline/stale hosts |
Operator Note: Stale endpoints (30+ days) may be compromised or improperly offboarded.
| SIEM | Method | What to Look For |
|---|---|---|
| Splunk | | metadata type=hosts |
Missing known hosts |
| Microsoft Sentinel | Workbooks/Logs → Heartbeat | Inactive/never reported hosts |
| Elastic | Discover → Agent ID check | Missing expected agents |
Operator Note: Cross-reference SIEM asset list against AD and EDR inventories.
Operator Note: Onboard missing endpoints or escalate rogue/unaccounted endpoints immediately.
| Platform | Native Logging |
|---|---|
| AWS | Enable GuardDuty, CloudWatch Agent |
| Azure | Azure Monitor/Defender Extension |
| GCP | Enable Cloud Logging Agent |
Operator Note: Automation (e.g. Terraform, CloudFormation) should enforce automatic onboarding.
| Tool | Platform | Installation | Usage |
|---|---|---|---|
| PowerShell | Windows | Built-in | AD and agent validation |
| AWS CLI | Cross-platform | Package manager | EC2 inventory |
| Azure CLI / PowerShell | Cross-platform | Package manager | VM inventory |
| GCloud CLI | Cross-platform | Package manager | Compute inventory |
| Splunk / Sentinel / Elastic | Web/Console | Native | SIEM coverage validation |
| Date | Version | Description | Author |
|---|---|---|---|
| 2025-05-02 | 1.0 | Created from scratch with operator-focused SIEM/EDR/Cloud endpoint validation workflow | Leo |