Suspicious Installer Package Child Process
Description
Detects the execution of suspicious child processes from macOS installer package parent process. This includes osascript, JXA, curl and wget amongst other interpreters
Query · sigma
selection_installer: ParentImage|endswith: - /package_script_service - /installer Image|endswith: - /sh - /bash - /dash - /python - /ruby - /perl - /php - /javascript - /osascript - /tclsh - /curl - /wget CommandLine|contains: - preinstall - postinstall condition: selection_installer
Known false positives
- Legitimate software uses the scripts (preinstall, postinstall)