Created
October 31, 2024 00:13
-
-
Save NagliNagli/be5f4cb8be90a3c3985ef776b1b3dd73 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
id: backdoor-lottie-detection | |
info: | |
name: detect-lottie-backdoor | |
author: nagli-wiz-research | |
severity: critical | |
requests: | |
- raw: | |
- |+ | |
GET / HTTP/1.1 | |
Host: {{Hostname}} | |
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/112.0 | |
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8 | |
Accept-Language: en-US,en;q=0.5 | |
Accept-Encoding: gzip, deflate | |
Connection: keep-alive | |
redirects: true | |
matchers: | |
- type: word | |
words: | |
- '[email protected]' | |
- '[email protected]' | |
- '[email protected]' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment