Bias Analysis
Detected Bias Types
windows_first
windows_examples
windows_terms
Summary
The documentation demonstrates a mild Windows bias. Windows-specific terms, formats, and examples (e.g., domain\hostname, Windows username types, Windows 10 OS, svchost.exe) are used throughout, and Windows conventions are often mentioned before or instead of Linux equivalents. Linux-specific examples, terms, or patterns are generally missing, and the documentation does not provide parity in illustrating Linux audit event scenarios or field values.
Recommendations
- Add Linux-specific examples for fields such as ActorUsername, TargetHostname, ActingAppName, and TargetDvcOs (e.g., 'root', 'ubuntu-server', '/usr/bin/sshd', 'Ubuntu 22.04').
- Explicitly mention Linux/Unix domain and hostname formats (e.g., FQDN as 'host.example.com') alongside Windows formats.
- Include Linux audit event scenarios and sample values (e.g., SELinux policy changes, systemd service modifications) in field descriptions and examples.
- Reference Linux/Unix user types and ID formats (e.g., UID/GID, /etc/passwd) in relevant fields.
- Balance the mention of Windows and Linux tools, processes, and conventions throughout the schema documentation.
Create Pull Request