Skip to content

Commit

Permalink
ico injections
Browse files Browse the repository at this point in the history
  • Loading branch information
brian committed May 18, 2018
1 parent ac42f7d commit 9a8bb36
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions includes/ico-injection.yar
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
rule ico_injection_detected
{

meta:
author = "Brian Laskowski"
info = " general ico injection 05/18/18 "

strings:
$s1="<?php"
$s2="@include"
$s3="ic\x6f"
condition:
all of them
}

1 change: 1 addition & 0 deletions lw-rules_index.yar
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ include "./includes/alfa-shell.yar"
include "./includes/php-gen-2.yar"
include "./includes/alfa-perl.yar"
include "./includes/me0w-js-miner.yar"
include "./includes/ico-injection.yar"

0 comments on commit 9a8bb36

Please sign in to comment.