YARA rule 'backdoor_persistence': Backdoor persistence with malicious payloads (shell commands, SSH key injection, hidden root users) [malware]
High
- Category
- YARA Match
- Content
� even when there's nothing new to process. If you run memory integration across 5 sessions twice a day, that's 10 LLM wake-ups. Most of them find nothing and go back to sleep, having burned ~40K tokens each. Cron Gate is a zero-token Python gatekeeper that checks for new activity *before* triggering expensive LLM crons. No new messages? No wake-up. No tokens burned. ## How It Works ``` System crontab (free) OpenClaw cron (expensive) │ │ gate.py runs disabled, waiting │ │ checks sessions.json ┌───────┘ │ │ new activity? ─── yes ───► triggers cron via API │ no ──► exits silently (0 tokens) ``` 1. A lightweight Python script runs on system crontab (zero LLM cost) 2. It reads `sessions.json` to check `updatedAt` timestamps 3. Compares against its own state file (last time it trigger- Confidence
- 75% confidence
- Finding
- YARA rule matched a known malware signature (reverse shell, backdoor, ransomware, C2 framework, or info stealer).
