Skip to content

Commit

Permalink
shell and phish
Browse files Browse the repository at this point in the history
  • Loading branch information
brian committed Aug 21, 2018
1 parent bda361e commit 3c06353
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions includes/phishing-actors.yar
Expand Up @@ -36,6 +36,7 @@ rule phishing_actor_emails
$a26="spaul8608@gmail.com"
$a27="chrismason601@gmail.com"
$a28="successful.drizzy@gmail.com"
$a29="zzxxccah22@gmail.com"
condition:
Expand Down
30 changes: 30 additions & 0 deletions includes/test-shell-uploader.yar
@@ -0,0 +1,30 @@
/*
Yara Rule Set
Author: Brian Laskowski
Date: 2018-08-21
Identifier: shell
Reference: https://github.com/Hestat/lw-yara/
*/

/* Rule Set ----------------------------------------------------------------- */

rule infected_08_21_18_shell2_shell_test {
meta:
description = "shell - file test.php"
author = "Brian Laskowski"
reference = "https://github.com/Hestat/lw-yara/"
date = "2018-08-21"
hash1 = "f48a75ca4c418e39f0b1a81476a6a05c02c22d68a28f93eec503307adec81cf6"
strings:
$s1 = "print \"<b>send an report to [\".$_POST['email'].\"] - Order : $xx</b>\"; " fullword ascii
$s2 = "mail($_POST['email'],\"Result Report Test - \".$xx,\"WORKING !\");" fullword ascii
//$s3 = "er=\"Order ID\" name=\"orderid\" value=\"<?php print $_POST['orderid']?>\" ><br>" fullword ascii
$s4 = "if (!empty($_POST['email'])){" fullword ascii
$s5 = "$xx =$_POST['orderid'];" fullword ascii
$s6 = "Upload is <b><color>WORKING</color></b><br>" fullword ascii
condition:
( uint16(0) == 0x3f3c and
filesize < 1KB and
( all of them )
) or ( all of them )
}
3 changes: 3 additions & 0 deletions lw.hdb
Expand Up @@ -463,3 +463,6 @@ db307fcef7f95139689007d7a623b340ec21282bd421c4e4b2ba09078f230545:6830:pdf.png-sh
762f9e37ad5b0f130c6b417793e48f85183a7041fec42225f569615e445dc185:11435:sp.png-sharepoint-phishing
b1ccb9a4f07112f5f86d1ffbf35730b944e0f4cfae7d30bc5114fa858d8cbcd7:28386:uae_logo_strip.png-sharepoint-phishing
4e1276cd9f4a1622b798abb479d2dc04b04fc0a315c7f796986181f917fd3c84:1104:index.php-defacement001
6957b48aa6b5f6e9290323ed6045684cd01655f9394ea35fcfbc7789efc07597:400340:PURCHASE_ORD_23443_pdf.arj.zip-malspam
34849125277301c06702146e8e7a3d74fee5210ca24aedfd92496cc57c57df8f:410013:scan_01803021pdf.gz.zip-malspam

0 comments on commit 3c06353

Please sign in to comment.