Created
July 8, 2023 19:44
-
-
Save msuiche/3f41b8a34021167694da3b6c9eb7fbca to your computer and use it in GitHub Desktop.
TrueBot_Domains_IOC
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
rule TrueBot_Domains_IOC { | |
meta: | |
date = "2023-07-08" | |
description = "Hunts for memory IOCs TRUEBOT." | |
author = "Matt Suiche - Magnet Forensics" | |
reference1 = "https://github.com/The-DFIR-Report/Yara-Rules/blob/main/21619/21619.yar" | |
reference2 = "https://www.ic3.gov/Media/News/2023/230707.pdf" | |
verdict = "dangerous" | |
mitre = "T1082" | |
platform = "windows" | |
strings: | |
$domain1 = "snowboardspecs.com" | |
$domain2 = "corporacionhardsoft.com" | |
$domain3 = "essadonio.com" | |
$domain4 = "imsagentes.pe" | |
$domain5 = "hrcbishtek.com" | |
$domain6 = "ecorfan.org" | |
$domain7 = "nitutdra.com" | |
$domain8 = "romidonionhhgtt.com" | |
$domain9 = "midnigthwaall.com" | |
$domaina = "dragonetzone.com" | |
$domainb = "rprotecruuio.com" | |
$domainc = "nomoresense.com" | |
$domaind = "ronoliffuinon.com" | |
$domaine = "bluespiredice.com" | |
$domainf = "dremmfyttrred.com" | |
$domaing = "ms-online-store.com" | |
$domainh = "ber6vjyb.com" | |
$domaini = "jirostrogud.com" | |
$domainj = "fuanshizmo.com" | |
$domaink = "qweastradoc.com" | |
$domainl = "hiperfdhaus.com" | |
$domainm = "guerdofest.com" | |
$domainn = "nefosferta.com" | |
$domaino = "droogggdhfhf.com" | |
condition: | |
any of them | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment