LoFP LoFP / application installers might contain scripts as part of the installation process.

Techniques

Sample rules

MacOS Scripting Interpreter AppleScript

Description

Detects execution of AppleScript of the macOS scripting language AppleScript.

Detection logic

condition: selection and not 1 of filter_optional_*
filter_optional_opencode:
  CommandLine|contains|all:
  - osascript
  - ' -e '
  - set imageData to the clipboard
  - set fileRef
  ParentImage|endswith: opencode
selection:
  CommandLine|contains:
  - ' -e '
  - .scpt
  - .js
  Image|endswith: /osascript