Sigma medium test sigma
Suspicious Execution via macOS Script Editor
Detects when the macOS Script Editor utility spawns an unusual child process.
Detection Logic
{
"selection_parent": {
"ParentImage
| endswith": "/Script Editor"
},
"selection_img": [
{
"Image
| endswith": [
"/curl",
"/bash",
"/sh",
"/zsh",
"/dash",
"/fish",
"/osascript",
"/mktemp",
"/chmod",
"/php",
"/nohup",
"/openssl",
"/plutil",
"/PlistBuddy",
"/xattr",
"/sqlite",
"/funzip",
"/popen"
]
},
{
"Image
| contains": [
"python",
"perl"
]
}
],
"condition": "all of selection_*"
} False Positives
- ⚠ Unknown
Field Validations
Loading…
Comments (0)
Loading comments...