Skip to content

Instantly share code, notes, and snippets.

@kmdnet
Created October 24, 2016 12:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kmdnet/dd3a5d1f45b49343612ae2c82a7c87b1 to your computer and use it in GitHub Desktop.
Save kmdnet/dd3a5d1f45b49343612ae2c82a7c87b1 to your computer and use it in GitHub Desktop.
// pisloader
import "pe"
rule pisloader_rule{
meta:
description = "Detects pisloader file"
author = "kmdnet"
date = "2016/10/24"
hash = "7b24d17e5f29e27b1c17127839be591a"
condition:
pe.imphash() == "53f7d489c21079f3039817feb1b0a825"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment