YARA rule 'backdoor_persistence': Backdoor persistence with malicious payloads (shell commands, SSH key injection, hidden root users) [malware]
High
- Category
- YARA Match
- Content
riable** (highest priority): ```bash export OBSIDIAN_VAULT=/path/to/your/vault ``` 2. **WSL environment**: Auto-detects Windows user directory ``` /mnt/c/Users/<WindowsUser>/Documents/Obsidian ``` 3. **Linux environment**: Uses default path ``` ~/obsidian ``` 4. **Set your Obsidian vault path** (optional - auto-detects if not set): ```bash # Add to ~/.bashrc echo 'export OBSIDIAN_VAULT=/mnt/c/Users/YourName/Documents/Obsidian/Vault' >> ~/.bashrc source ~/.bashrc ``` ## Commands Reference | Command | Aliases | Description | |---------|---------|-------------| | `list` | `ls`, `l` | List all markdown notes in vault | | `search <term>` | `s`, `find` | Search content in notes | | `create <name> [content]` | `c`, `new` | Create new note | | `read <name>` | `r`, `cat`, `show` | Read note content | | `edit <name>` | `e`, `vim` | Edit note in vim | | `daily [date]` | `d`, `today` | Create/view daily note | | `delete <name>` | `del`, `rm` | Dele
- Confidence
- 75% confidence
- Finding
- YARA rule matched a known malware signature (reverse shell, backdoor, ransomware, C2 framework, or info stealer).
