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

28 lines
871 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
2023-02-01 17:15:10 +01:00
- https://redcanary.com/blog/applescript/
2022-10-25 09:30:05 +02:00
author: Alejandro Ortuno, oscd.community
date: 2020-10-21
modified: 2023-02-01
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:
2023-02-01 17:15:10 +01:00
selection:
2022-07-11 14:11:53 +01:00
Image|endswith: '/osascript'
2023-02-01 17:15:10 +01:00
CommandLine|contains:
- ' -e '
2023-01-31 19:16:15 +05:30
- '.scpt'
2023-02-01 18:30:45 +01:00
- '.js'
2023-02-01 17:15:10 +01:00
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