/*
Yara Rule Set
Author: Brian Laskowski
Date: 2018-08-23
Identifier: phishing
Reference: https://github.com/Hestat/lw-yara/
*/
/* Rule Set ----------------------------------------------------------------- */
rule infected_08_23_18_citi_phish_INDPBANK_hostname_check {
meta:
description = "phishing - file hostname_check.php"
author = "Brian Laskowski"
reference = "https://github.com/Hestat/lw-yara/"
date = "2018-08-23"
hash1 = "346d452c73b5f477c106db4adf4898c013b2a09ed2d9ac751b6c82d07a33d409"
strings:
$s1 = "$hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']); //Get User Hostname" fullword ascii
$s2 = "header(\"HTTP/1.0 404 Not Found\");" fullword ascii
$s3 = "if (substr_count($hostname, $word) > 0) {" fullword ascii
$s4 = "die(\"<h1>404 Not Found</h1>The page that you have requested could not be found.\");" fullword ascii
condition:
( uint16(0) == 0x3f3c and
filesize < 1KB and
( all of them )
) or ( all of them )
}
rule infected_08_23_18_citi_phish_INDPBANK_phishing_Log {
meta:
description = "phishing - file Log.php"
author = "Brian Laskowski"
reference = "https://github.com/Hestat/lw-yara/"
date = "2018-08-23"
hash1 = "8d529fdadfbaae1249cdfcba67cbc792edf812442583c3a6c71469de4e6ab5cc"
strings:
$s1 = "header(\"Location: Logging_in.php?$hostname\").md5(time());" fullword ascii
$s2 = "header(\"Location: index.php?invalidX$hostname\").md5(time());" fullword ascii
$s3 = "$hostname = bin2hex ($_SERVER['HTTP_HOST']);" fullword ascii
$s4 = "$_SESSION['PassCode'] = $PASS = $_POST['Passcode'];" fullword ascii
$s5 = "$_SESSION['UserID'] = $USER = $_POST['IDUser'];" fullword ascii
$s6 = "//GET HOST NAME" fullword ascii
condition:
( uint16(0) == 0x3f3c and
filesize < 2KB and
( all of them )
) or ( all of them )
}
Copyright 2K16 - 2K18 Indonesian Hacker Rulez