Telemetry Reference
The TridentStack Control agent collects system state data at regular intervals and sends it to the platform for analysis, scoring, and compliance evaluation. This page documents every category of data the agent collects.
Telemetry Categories
System Information
Core operating system and hardware details collected on agent startup and periodically refreshed.
| Data Point | Description | Platforms |
|---|---|---|
| OS name and version | e.g., "Windows 11 Pro 24H2", "macOS 14 Sonoma", "Ubuntu 22.04" | Windows, macOS, Linux |
| OS build number | Full build including UBR (e.g., "26100.2605") | Windows |
| OS architecture | x64, x86, ARM64 | Windows, macOS, Linux |
| OS edition | Professional, Enterprise, ServerStandard | Windows |
| System locale | e.g., "en-US" | Windows |
| CPU details | Processor model and core count | Windows, macOS, Linux |
| RAM | Total and available memory | Windows, macOS, Linux |
| Disk partitions | Mount points, total/free space, system drive flag | Windows, macOS, Linux |
Windows Defender Status
Antivirus and endpoint protection state (Windows only).
| Data Point | Description |
|---|---|
| Signature version | Current definition version (e.g., "1.425.67.0") |
| Signature age | Hours since last definition update |
| Engine version | Antimalware engine version |
| Product version | Defender product version |
| Out-of-date flag | Whether Defender considers signatures stale |
| Real-time protection | Whether real-time scanning is active |
EDR and Third-Party Antivirus
Detection of installed security products beyond Windows Defender.
| Data Point | Description | Platforms |
|---|---|---|
| Product name | Name of detected EDR/AV product | Windows |
| Vendor | Product vendor | Windows |
| Version | Installed version | Windows |
| Enabled status | Whether the product is active | Windows |
| Primary flag | Whether this is the primary antivirus | Windows |
macOS Security Posture
Built-in macOS security state (macOS only).
| Data Point | Description |
|---|---|
| System Integrity Protection | Whether SIP is enabled |
| Gatekeeper | Whether Gatekeeper assessment is enabled |
| XProtect version | Version of Apple's built-in malware signature set |
| Malware Removal Tool | MRT version present on the endpoint |
| FileVault | Whether full-disk encryption is enabled |
Software Inventory
Complete enumeration of installed applications.
Windows:
| Data Point | Description |
|---|---|
| Application name | Display name from the registry |
| Version | Installed version string |
| Publisher | Vendor or company |
| Install path | Installation directory |
| Install date | When the application was installed |
| Size | Installation size |
| Install source | How the application was installed (package manager, MSI, etc.) |
| Package ID | The application's package manager identifier, when it has one |
Linux:
| Data Point | Description |
|---|---|
| Package name | e.g., "openssl", "nginx" |
| Version | Installed version |
| Architecture | amd64, arm64, i386 |
| Size | Installed size |
| Source repository | main, universe, security, etc. |
| Description | Short package description |
macOS:
| Data Point | Description |
|---|---|
| Application name | Application display name |
| Version | Installed version |
| Install path | Application location (e.g., /Applications/Safari.app) |
| Source | Where the app came from (App Store, Identified Developer, Apple, or unknown) |
Network Configuration
Network interfaces and connectivity details.
| Data Point | Description | Platforms |
|---|---|---|
| Interface name | e.g., "Ethernet", "eth0", "en0" | Windows, macOS, Linux |
| MAC address | Hardware address | Windows, macOS, Linux |
| IP addresses | IPv4 and IPv6 addresses | Windows, macOS, Linux |
| Subnet / CIDR | Network mask | Windows, macOS, Linux |
| Gateway | Default gateway address | Windows, macOS, Linux |
| DNS servers | Configured DNS resolvers | Windows, macOS, Linux |
| Connection status | Connected, disconnected | Windows, macOS, Linux |
| Interface type | Ethernet, Wireless, VPN, Loopback | Windows, macOS, Linux |
| Speed | Link speed in Mbps | Windows, macOS, Linux |
Network Ports and Exposure
Listening ports with process attribution and firewall context. See Network Exposure for full details.
| Data Point | Description | Platforms |
|---|---|---|
| Port and protocol | Port number with TCP/UDP | Windows, macOS, Linux |
| Binding address | What address the service listens on | Windows, macOS, Linux |
| Process name and path | Which process holds the port | Windows, macOS, Linux |
| Process signing | Whether the executable is signed | Windows, macOS |
| Firewall state | Whether the firewall allows inbound | Windows, macOS |
| Service identity | Windows service name and display name | Windows |
| Docker container | Container name and image for docker-proxy ports | Linux |
Policy State
Configuration policy data from multiple sources (Windows only).
| Data Point | Description |
|---|---|
| Platform policy settings | Settings pushed by TridentStack Control |
| Domain GPO settings | Active Directory Group Policy (via gpresult) |
| Intune MDM settings | Mobile Device Management policies (via CSP registry) |
| Local registry settings | Values not claimed by other sources |
| Security policies | Account lockout, password policy, UAC settings |
| Audit policies | Windows audit policy configuration |
Windows Services
State of all Windows services.
| Data Point | Description |
|---|---|
| Service name | Internal service name |
| Display name | Human-readable name |
| Status | Running, Stopped, Disabled |
| Start type | Automatic, Manual, Disabled |
| Binary path | Executable location |
| Service account | Account the service runs under |
Certificates
Installed certificates across all certificate stores (Windows only).
| Data Point | Description |
|---|---|
| Subject | Certificate subject (CN) |
| Issuer | Certificate authority |
| Thumbprint | SHA-1 fingerprint |
| Expiration date | When the certificate expires |
| Store | Certificate store location (Trusted Root, Personal, etc.) |
| Key length | Cryptographic key size |
| Self-signed flag | Whether the certificate is self-signed |