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
099090a8
Unverified
Commit
099090a8
authored
4 years ago
by
Manfred Kaiser
Committed by
GitHub
4 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added TweetablePolygonPng
parent
38722445
master
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
tweetable-polyglot-png.yar
packers/tweetable-polyglot-png.yar
+19
-0
No files found.
packers/tweetable-polyglot-png.yar
0 → 100644
View file @
099090a8
rule TweetablePolygonPng {
meta:
description = "tweetable-polyglot-png: https://github.com/DavidBuchanan314/tweetable-polyglot-png"
author = "Manfred Kaiser"
strings:
$magic1 = { 50 4b 01 02 }
$magic2 = { 50 4b 03 04 }
$magic3 = { 50 4b 05 06 }
condition:
(
uint32be(0) == 0x89504E47 or
uint32be(0) == 0xFFD8FFE0
) and
$magic1 and
$magic2 and
$magic3
}
This diff is collapsed.
Click to expand it.
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