Files
blue-team-tools/rules/macos/process_creation/proc_creation_macos_applescript.yml
T

24 lines
767 B
YAML
Raw Normal View History

2020-10-21 10:09:00 +02:00
title: MacOS Scripting Interpreter AppleScript
id: 1bc2e6c5-0885-472b-bed6-be5ea8eace55
2021-11-27 11:33:14 +01:00
status: test
2020-10-21 10:09:00 +02:00
description: Detects execution of AppleScript of the macOS scripting language AppleScript.
references:
2022-07-11 14:11:53 +01:00
- https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1059.002/T1059.002.md
2022-10-25 09:30:05 +02:00
author: Alejandro Ortuno, oscd.community
2021-11-27 11:33:14 +01:00
date: 2020/10/21
modified: 2021/11/27
2022-10-25 09:30:05 +02:00
tags:
- attack.execution
- attack.t1059.002
2020-10-21 10:09:00 +02:00
logsource:
2022-07-11 14:11:53 +01:00
category: process_creation
product: macos
2020-10-21 10:09:00 +02:00
detection:
2022-07-11 14:11:53 +01:00
selection:
Image|endswith: '/osascript'
CommandLine|contains: '-e'
condition: selection
2020-10-21 10:09:00 +02:00
falsepositives:
2022-07-11 14:11:53 +01:00
- Application installers might contain scripts as part of the installation process.
2020-10-21 10:09:00 +02:00
level: medium