Bias Analysis
Detected Bias Types
windows_first
windows_examples
windows_terms
Summary
The documentation for the ASIM Process Event normalization schema is intended to be cross-platform, but exhibits a mild Windows bias. Most field examples use Windows-style paths (e.g., 'C:\Windows\explorer.exe'), Windows usernames/domains, and Windows-specific terminology (such as integrity levels and UAC). References to process integrity levels and token elevation are described only in terms of Windows, with links to Windows documentation. Linux is mentioned in a few places (e.g., PID conversion), but there are no Linux/macOS-specific examples or terminology, and the examples and explanations default to Windows conventions.
Recommendations
- Add Linux/macOS-specific examples for fields such as process names, command lines, and directories (e.g., '/usr/bin/bash', '/home/user').
- Clarify which fields and concepts are Windows-specific (e.g., integrity levels, UAC) and provide equivalent or 'N/A' guidance for Linux/macOS where appropriate.
- Include notes or examples for Linux/macOS process events, such as typical process paths, user formats, and session IDs.
- Where possible, link to Linux/macOS documentation for process concepts, not only Windows.
- Ensure that terminology and examples are balanced between platforms, or explicitly state when a concept is Windows-only.
Create Pull Request