[ SEA-GHOST MINI SHELL]

Path : /proc/3/task/3/cwd/usr/local/scan/lw-yara/includes/
FILE UPLOADER :
Current File : //proc/3/task/3/cwd/usr/local/scan/lw-yara/includes/entabeam-phish.yar

/*
   Yara Rule Set
   Author: Brian Laskowski
   Date: 2018-08-25
   Identifier: phishing
   Reference: https://github.com/Hestat/lw-yara/
*/

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

rule infected_08_25_18_crd_phishing_index {
   meta:
      description = "phishing - file index.php"
      author = "Brian Laskowski"
      reference = "https://github.com/Hestat/lw-yara/"
      date = "2018-08-25"
      hash1 = "ab9aaaef4c579a9dd2449adb375287ad4330437cfff5495769cee4aac4e16e9b"
   strings:
      $s1 = "while(false !== ( $file = readdir($dir)) ) {" fullword ascii
      $s2 = "include('entreeBam/antibots.php');" fullword ascii
   condition:
      ( uint16(0) == 0x3f3c and
         filesize < 1KB and
         ( all of them )
      ) or ( all of them )
}


/*
   Yara Rule Set
   Author: Brian Laskowski
   Date: 2018-08-25
   Identifier: entreeBam
   Reference: https://github.com/Hestat/lw-yara/
*/

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

rule infected_08_25_18_sms {
   meta:
      description = "entreeBam - file sms.php"
      author = "Brian Laskowski"
      reference = "https://github.com/Hestat/lw-yara/"
      date = "2018-08-25"
      hash1 = "d46fdda25dfa2de941727a2848716a6d0c840803d50d88003659c82452fe86fa"
   strings:
      $s1 = "$browser = getenv (\"HTTP_USER_AGENT\");" fullword ascii
      //$s2 = "$to = \"razinekhaled@gmail.com\";" fullword ascii
      $s3 = "$message .= \"Certicode : \".$_POST['tel'].\"\\n\";" fullword ascii
      $s4 = "$ip = getenv(\"REMOTE_ADDR\");" fullword ascii
      $s5 = "header(\"Location: https://www.credit-agricole.fr/\");" fullword ascii
      $s6 = "$message .= \"-------------| ANASH  |-------------\\n\";" fullword ascii
   condition:
      ( uint16(0) == 0x3f3c and
         filesize < 1KB and
         ( all of them )
      ) or ( all of them )
}


SEA-GHOST - SHELL CODING BY SEA-GHOST