Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rules
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-depend
rules
Commits
b3d0f630
Commit
b3d0f630
authored
Mar 09, 2018
by
Your Mom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding yara rules for AgentTesla SMTP variant and fortis mawlare.
parent
3a611b25
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
55 additions
and
0 deletions
+55
-0
MALW_AgentTesla_SMTP.yar
malware/MALW_AgentTesla_SMTP.yar
+28
-0
MALW_sitrof_fortis_scar.yar
malware/MALW_sitrof_fortis_scar.yar
+27
-0
No files found.
malware/MALW_AgentTesla_SMTP.yar
0 → 100644
View file @
b3d0f630
rule agenttesla_smtp_variant {
meta:
author = "J from THL <j@techhelplist.com> with thx to @Fumik0_ !!1!"
date = "2018/2"
reference1 = "https://www.virustotal.com/#/file/1198865bc928a7a4f7977aaa36af5a2b9d5a949328b89dd87c541758516ad417/detection"
reference2 = "https://www.trendmicro.com/vinfo/us/threat-encyclopedia/malware/tspy_negasteal.a"
reference3 = "Agent Tesla == negasteal -- @coldshell"
version = 1
maltype = "Stealer"
filetype = "memory"
strings:
$a = "type={"
$b = "hwid={"
$c = "time={"
$d = "pcname={"
$e = "logdata={"
$f = "screen={"
$g = "ipadd={"
$h = "webcam_link={"
$i = "screen_link={"
$j = "site_username={"
$k = "[passwords]"
condition:
6 of them
}
malware/MALW_sitrof_fortis_scar.yar
0 → 100644
View file @
b3d0f630
rule sitrof_fortis_scar {
meta:
author = "J from THL <j@techhelplist.com>"
date = "2018/23"
reference1 = "https://www.virustotal.com/#/file/59ab6cb69712d82f3e13973ecc7e7d2060914cea6238d338203a69bac95fd96c/community"
reference2 = "ETPRO rule 2806032, ETPRO TROJAN Win32.Scar.hhrw POST"
version = 2
maltype = "Stealer"
filetype = "memory"
strings:
$a = "?get&version"
$b = "?reg&ver="
$c = "?get&exe"
$d = "?get&download"
$e = "?get&module"
$f = "&ver="
$g = "&comp="
$h = "&addinfo="
$i = "%s@%s; %s %s \"%s\" processor(s)"
$j = "User-Agent: fortis"
condition:
6 of them
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment