Unverified Commit 099090a8 by Manfred Kaiser Committed by GitHub

Added TweetablePolygonPng

parent 38722445
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
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment