Bias Analysis
Detected Bias Types
windows_examples
windows_terms
windows_first
Summary
The documentation page is largely platform-neutral in its schema descriptions, but there are several subtle signs of Windows bias. Examples of hostnames and usernames use Windows-style formats (e.g., 'DESKTOP-1282V4D', domain\hostname, 'Windows' as UsernameType), and fields like 'Scheduled Task', 'Service', and 'Directory Service Object' are more common in Windows environments. The only concrete example of an acting application is a Windows path ('C:\Windows\System32\svchost.exe'). Linux/macOS equivalents are not mentioned, and Windows terminology appears first or exclusively in some field descriptions.
Recommendations
- Add Linux/macOS-specific examples for hostnames, usernames, and application paths (e.g., '/usr/bin/sshd', 'ubuntu-server', 'user@domain').
- Include Linux/macOS object types in the ObjectType field (e.g., 'Cron Job', 'Systemd Service', 'Unix Group').
- When describing FQDN and domain formats, mention Linux/macOS conventions (e.g., 'hostname.domain.tld').
- Provide examples of audit events from Linux/macOS systems alongside Windows examples.
- Clarify that the schema is intended to be cross-platform and provide guidance for mapping Linux/macOS audit concepts to the schema fields.
Create Pull Request