Skip to content

Commit 13ede39

Browse files
committed
new rule - LuaJit Malware
1 parent 2dbc894 commit 13ede39

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
title: Suspicious Renamed LuaJIT Runtime Executing Text Payload
2+
id: 1279f13a-3936-4d54-adbd-c537738f2942
3+
status: experimental
4+
description: Detects the observed launcher pattern in which compiler.exe executes an obfuscated Lua payload stored as dl.txt.
5+
references:
6+
- https://www.netskope.com/blog/openclaw-trap-ai-assisted-lure-factory-targets-developers-gamers
7+
- https://discourse.ifin.network/t/luajit-malware-analysis/679
8+
author: Josh Nickels
9+
date: 2026-07-23
10+
tags:
11+
- attack.execution
12+
- attack.t1059
13+
- attack.t1204.002
14+
logsource:
15+
category: process_creation
16+
product: windows
17+
detection:
18+
selection:
19+
Image|endswith: '\\compiler.exe'
20+
CommandLine|contains|all:
21+
- 'compiler.exe'
22+
- 'dl.txt'
23+
condition: selection
24+
falsepositives:
25+
- Legitimate internal software using the same generic filenames
26+
level: high

0 commit comments

Comments
 (0)