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
1d7293e2
Unverified
Commit
1d7293e2
authored
Nov 18, 2021
by
Jaume Martin
Committed by
GitHub
Nov 18, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #423 from RandomRhythm/patch-1
Tighten Glasses rule
parents
b4126f1d
12c21f76
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
5 deletions
+12
-5
MALW_Glasses.yar
malware/MALW_Glasses.yar
+12
-5
No files found.
malware/MALW_Glasses.yar
View file @
1d7293e2
...
@@ -5,12 +5,15 @@
...
@@ -5,12 +5,15 @@
import "pe"
import "pe"
rule GlassesCode : Glasses Family
private
rule GlassesCode : Glasses Family
{
{
meta:
meta:
description = "Glasses code features"
description = "Glasses code features"
author = "Seth Hardy"
author = "Seth Hardy"
last_modified = "2014-07-22"
last_modified = "2021-11-18"
reference_file = "aaf262fde1738dbf0bb50213a9624cd6705ebcaeb06c5fcaf7e9f33695d3fc33"
reference_url = "https://citizenlab.ca/2013/02/apt1s-glasses-watching-a-human-rights-organization/"
strings:
strings:
$ = { B8 AB AA AA AA F7 E1 D1 EA 8D 04 52 2B C8 }
$ = { B8 AB AA AA AA F7 E1 D1 EA 8D 04 52 2B C8 }
...
@@ -25,7 +28,9 @@ rule GlassesStrings : Glasses Family
...
@@ -25,7 +28,9 @@ rule GlassesStrings : Glasses Family
meta:
meta:
description = "Strings used by Glasses"
description = "Strings used by Glasses"
author = "Seth Hardy"
author = "Seth Hardy"
last_modified = "2014-07-22"
last_modified = "2021-11-18"
reference_file = "aaf262fde1738dbf0bb50213a9624cd6705ebcaeb06c5fcaf7e9f33695d3fc33"
reference_url = "https://citizenlab.ca/2013/02/apt1s-glasses-watching-a-human-rights-organization/"
strings:
strings:
$ = "thequickbrownfxjmpsvalzydg"
$ = "thequickbrownfxjmpsvalzydg"
...
@@ -42,9 +47,11 @@ rule Glasses : Family
...
@@ -42,9 +47,11 @@ rule Glasses : Family
meta:
meta:
description = "Glasses family"
description = "Glasses family"
author = "Seth Hardy"
author = "Seth Hardy"
last_modified = "2014-07-22"
last_modified = "2021-11-18"
reference_file = "aaf262fde1738dbf0bb50213a9624cd6705ebcaeb06c5fcaf7e9f33695d3fc33"
reference_url = "https://citizenlab.ca/2013/02/apt1s-glasses-watching-a-human-rights-organization/"
condition:
condition:
GlassesCode
or
GlassesStrings
GlassesCode
and
GlassesStrings
}
}
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