e46bce7c6435baee2bdf5d2db20d48d5cbb5d70ab0e2427206aa0ef9adee0377
Detection Ratio
5 / 142 rules matched
Matches rule Email_Generic_Phishing
from document
by Tyler <@InfoSecTyler>
↳Generic rule to identify phishing emails
| Author | Tyler <@InfoSecTyler> |
Matched Strings
$eml_1
| Offset (hex) | Offset (dec) | Length | Matched Data |
|---|---|---|---|
| 0x575 | 1397 | 5 | From: |
$eml_2
| Offset (hex) | Offset (dec) | Length | Matched Data |
|---|---|---|---|
| 0x5A7 | 1447 | 3 | To: |
$eml_3
| Offset (hex) | Offset (dec) | Length | Matched Data |
|---|---|---|---|
| 0x5C5 | 1477 | 8 | Subject: |
rule Email_Generic_Phishing : email
{U-GPLv2 license (http://www.gnu.org/licenses/gpl-2.0.html)
and open to any user or organization, as long as you use it under this license.
*/
rule Email_Generic_Phishing : email
{
meta:
Author = "Tyler <@InfoSecTyler>"
Description ="Generic rule to identify phishing emails"
strings:
$eml_1="From:"
$eml_2="To:"
$eml_3="Subject:"
$greeting_1="Hello sir/madam" nocase
$greeting_2="Attention" nocase
$greeting_3="Dear user" nocase
$greeting_4="Account holder" nocase
$url_1="Click" nocase
$url_2="Confirm" nocase
$url_3="Verify" nocase
$url_4="Here" nocase
$url_5="Now" nocase
$url_6="Change password" nocase
$lie_1="Unauthorized" nocase
$lie_2="Expired" nocase
$lie_3="Deleted" nocase
$l}
Matches rule SUSP_EXPL_POC_VMWare_Workspace_ONE_CVE_2022_22954_Apr22_1
from exploit
by Florian Roth
↳Detects payload as seen in PoC code to exploit Workspace ONE Access freemarker server-side template injection CVE-2022-22954
| Author | Florian Roth |
Matched Strings
$fpg2
| Offset (hex) | Offset (dec) | Length | Matched Data |
|---|---|---|---|
| 0x8A5 | 2213 | 5 | <html |
rule SUSP_EXPL_POC_VMWare_Workspace_ONE_CVE_2022_22954_Apr22_1
{
meta:
old_rule_name = "EXPL_POC_VMWare_Workspace_ONE_CVE_2022_22954_Apr22"
description = "Detects payload as seen in PoC code to exploit Workspace ONE Access freemarker server-side template injection CVE-2022-22954"
author = "Florian Roth"
reference = "https://github.com/sherlocksecurity/VMware-CVE-2022-22954"
reference2 = "https://twitter.com/rwincey/status/1512241638994853891/photo/1"
date = "2022-04-08"
modified = "2025-03-29"
score = 60
id = "3ff617bb-6dcd-576f-a1c3-7be1c19c0d5a"
strings:
$x2 = "${\"freemarker.template.utility.Execute\"?new()("
$x3 = "cat /etc/passwd\")).(#execute=#instancemanager.newInstance(\"freemarker.template.utility.Execute"
$x4 = "cat /etc/passwd\\\")).(#execute=#instancemanager.newInstance(\\\"freemarker.template.utility.Execute"
$x5 = "cat /etc/shadow\")).(#execute=#instancemanager.newInstance(\"freemarker.template.utility.Execute"
$x6 = "cat /etc/shadow\\\")).(#execute=#instancemanager.newInstance(\\\"freemarker.template.utility.Execute"
$fpg1 = "All Rights"
$fpg2 = "<html"
$fpg3 = "<HTML"
$fpg4 = "Copyright" ascii wide
$fpg5 = "License"
$fpg6 = "<?xml"
$fpg7 = "Help" fullword
$fpg8 = "COPYRIGHT" ascii wide fullword
$fpg}
Matches rule extortion_email
from document
by milann shrestha <Twitter - @x0verhaul>
↳Detects the possible extortion scam on the basis of subjects and keywords
| Author | milann shrestha <Twitter - @x0verhaul> |
Matched Strings
$eml1
| Offset (hex) | Offset (dec) | Length | Matched Data |
|---|---|---|---|
| 0x575 | 1397 | 5 | From: |
$eml2
| Offset (hex) | Offset (dec) | Length | Matched Data |
|---|---|---|---|
| 0x5A7 | 1447 | 3 | To: |
$eml3
| Offset (hex) | Offset (dec) | Length | Matched Data |
|---|---|---|---|
| 0x5C5 | 1477 | 8 | Subject: |
rule extortion_email
{is under the GNU-GPLv2 license (http://www.gnu.org/licenses/gpl-2.0.html) and
open to any user or organization, as long as you use it under this license.
*/
rule extortion_email
{
meta:
author = "milann shrestha <Twitter - @x0verhaul>"
description = "Detects the possible extortion scam on the basis of subjects and keywords"
data = "12th May 2020"
strings:
$eml1="From:"
$eml2="To:"
$eml3="Subject:"
// Common Subjects scammer keep for luring the targets
$sub1 = "Hackers know password from your account."
$sub2 = "Security Alert. Your accounts were hacked by a criminal group."
$sub3 = "Your account was under attack! Change your credentials!"
$sub4 = "The decision to suspend your account. Waiting for payment"
$sub5 = "Fraudsters know your old passwords. Access data must be changed."
$sub6 = "Your account has been hacked! You need to unlock it."
$sub7 = "Be sure to read this message! Your personal data is threatened!"
$sub8 = "Password must be changed now."
// Keywords used for extortion
$key1 = "BTC" nocase
$key2 = "Wallet" nocase
$key3 = "Bit}
Matches rule network_tcp_socket
from malware
by x0r
↳Communications over RAW socket
| Author | x0r |
Matched Strings
$c3
| Offset (hex) | Offset (dec) | Length | Matched Data |
|---|---|---|---|
| 0xD6 | 214 | 4 | send |
rule network_tcp_socket
{"
strings:
$p1 = "tor\\hidden_service\\private_key" nocase
$p2 = "tor\\hidden_service\\hostname" nocase
$p3 = "tor\\lock" nocase
$p4 = "tor\\state" nocase
condition:
any of them
}
rule network_irc {
meta:
author = "x0r"
description = "Communications over IRC network"
version = "0.1"
strings:
$s1 = "NICK"
$s2 = "PING"
$s3 = "JOIN"
$s4 = "USER"
}
Matches rule with_images
from document
by Antonio Sanchez <asanchez@hispasec.com>
| Author | Antonio Sanchez <asanchez@hispasec.com> |
Matched Strings
$eml_01
| Offset (hex) | Offset (dec) | Length | Matched Data |
|---|---|---|---|
| 0x575 | 1397 | 5 | From: |
$eml_02
| Offset (hex) | Offset (dec) | Length | Matched Data |
|---|---|---|---|
| 0x5A7 | 1447 | 3 | To: |
$eml_03
| Offset (hex) | Offset (dec) | Length | Matched Data |
|---|---|---|---|
| 0x5C5 | 1477 | 8 | Subject: |
$img_a
| Offset (hex) | Offset (dec) | Length | Matched Data |
|---|---|---|---|
| 0xFD5 | 4053 | 4 | .JPG |
$img_b
| Offset (hex) | Offset (dec) | Length | Matched Data |
|---|---|---|---|
| 0x15D2 | 5586 | 4 | .png |
| 0x16E9 | 5865 | 4 | .png |
rule with_images : mail
{under the GNU-GPLv2 license (http://www.gnu.org/licenses/gpl-2.0.html) and
open to any user or organization, as long as you use it under this license.
*/
rule with_images : mail {
meta:
author = "Antonio Sanchez <asanchez@hispasec.com>"
reference = "http://laboratorio.blogs.hispasec.com/"
description = "Rule to detect the presence of an or several images"
strings:
$eml_01 = "From:"
$eml_02 = "To:"
$eml_03 = "Subject:"
$img_a = ".jpg" nocase
$img_b = ".png" nocase
$img_c = ".bmp" nocase
condition:
all of ( $eml_* ) and
any of ( $img_* )
}
rule without_images : mail {
meta:
author = "Antonio Sanchez <asanchez@hispasec.com>"
reference = "http://laboratorio.blogs.hispasec.com/"
description = "Rule to detect the no presence of any image"
string}
Hashes
e46bce7c6435baee2bdf5d2db20d48d5cbb5d70ab0e2427206aa0ef9adee0377
8e2dbc0a13b17062bd32d23a8d3ed6aa50bdbf0b
b3b38f4f1f003676f96e9f199b54488e
d9d248f56d36ae8a68a9565755559c46a54d09a5020d2c1c6c5c2ed067145e1352f3352d9f9758fc8d761d83b7f710263121ad3616bf72b962f199053abd231a
File Properties
| Offset (hex) | Offset (dec) | String |
|---|---|---|
| 0x0 | 0 | x-store-info: sbevkl2QZR7OXo7WID5ZcdJYDvlIhT9Ry8z1HDFOqPjB91wGb3fbQExX2186RFgx+kM0vJNpCgJPCUbrLyBQ8uWPO5Rr4ijSsl6TMA6ERuioTiOLvTIHPW3H0uRef3MF06HvY8fYXKiRbY3+uDBTWA== |
| 0xA7 | 167 | Authentication-Results: hotmail.com; spf=fail (sender IP is 192.196.156.109; identity alignment result is pass and alignment mode is relaxed) smtp.mailfrom=novedades@davivienda.com; dkim=none (identit |
| 0x1F1 | 497 | X-SID-PRA: novedades@davivienda.com |
| 0x215 | 533 | X-AUTH-Result: FAIL |
| 0x229 | 553 | X-SID-Result: FAIL |
| 0x23C | 572 | X-Message-Status: n:n |
| 0x252 | 594 | X-Message-Delivery: Vj0xLjE7dXM9MDtsPTA7YT0wO0Q9MTtHRD0xO1NDTD0y |
| 0x293 | 659 | X-Message-Info: NhFq/7gR1vSiC5C9ieUYJFnDrDlTksH8+5ClhfnJ+qVU2+/eikAOsxTnB3WLU3Ab8g2pE//33+fSMylb41VHKxSl9Ezj9MbPSbwOetSdYu+NhNdwerJ6KovNz+xxzEK9n+Upu/d+Kq89dwf3Xz8RHBidCOG4Enzoa9/bRZu9vtflFZXERz87QwDx |
| 0x39C | 924 | Received: from host.invocenetwork.com ([192.196.156.109]) by COL004-MC3F17.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23143); |
| 0x434 | 1076 | Sun, 27 Sep 2015 22:24:35 -0700 |
| 0x454 | 1108 | Received: from [46.183.221.40] (port=52102 helo=IP-221-40) |
| 0x48F | 1167 | by host.invocenetwork.com with esmtpa (Exim 4.85) |
| 0x4C1 | 1217 | (envelope-from <novedades@davivienda.com>) |
| 0x4EC | 1260 | id 1ZgQvS-0008OD-KK |
| 0x500 | 1280 | for email_account@hotmail.com; Mon, 28 Sep 2015 00:24:34 -0500 |
| 0x53F | 1343 | Message-ID: <02051372-42275-c5523503943056@ip-221-40> |
| 0x575 | 1397 | From: "Davivienda S.A" <novedades@davivienda.com> |
| 0x5A7 | 1447 | To: email_account@hotmail.com |
| 0x5C5 | 1477 | Subject: Valide y Evite Fraudes en sus Productos |
| 0x5F6 | 1526 | Date: Mon, 26 Nov 2015 10:25:33 +0300 |
| 0x61C | 1564 | MIME-Version: 1.0 |
| 0x62E | 1582 | Content-Type: text/html |
| 0x646 | 1606 | Content-Transfer-Encoding: quoted-printable |
| 0x672 | 1650 | X-Priority: 3 |
| 0x680 | 1664 | X-AntiAbuse: This header was added to track abuse, please include it with any abuse report |
| 0x6DB | 1755 | X-AntiAbuse: Primary Hostname - host.invocenetwork.com |
| 0x712 | 1810 | X-AntiAbuse: Original Domain - hotmail.com |
| 0x73D | 1853 | X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] |
| 0x778 | 1912 | X-AntiAbuse: Sender Address Domain - davivienda.com |
| 0x7AC | 1964 | X-Get-Message-Sender-Via: host.invocenetwork.com: authenticated_id: email2@baco.com.ec |
| 0x803 | 2051 | X-Source: |
| 0x80D | 2061 | X-Source-Args: |
| 0x81C | 2076 | X-Source-Dir: |
| 0x82A | 2090 | Return-Path: novedades@davivienda.com |
| 0x850 | 2128 | X-OriginalArrivalTime: 28 Sep 2015 05:24:35.0706 (UTC) FILETIME=[F6AEE5A0:01D0F9AD] |
| 0x8A5 | 2213 | <html> |
| 0x8AC | 2220 | <style type="text/css"> |
| 0x8C4 | 2244 | .ecxyahoo_quoted div div .ecxy_msg_container #ecxyiv2643982918 div table tbody tr td font { |
| 0x921 | 2337 | font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; |
| 0x95D | 2397 | font-size: 14px; |
| 0x970 | 2416 | .ecxyahoo_quoted div div .ecxy_msg_container #ecxyiv2643982918 div table tbody tr td font div p { |
| 0x9D3 | 2515 | font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; |
| 0xA10 | 2576 | .ecxyahoo_quoted div div .ecxy_msg_container #ecxyiv2643982918 div table tbody tr td font b { |
| 0xA6F | 2671 | color: #000; |
| 0xA7D | 2685 | font-size: 14px; |
| 0xA90 | 2704 | .ecxyahoo_quoted div div .ecxy_msg_container #ecxyiv2643982918 div table tbody tr td font div p { |
| 0xAF3 | 2803 | font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; |
| 0xB30 | 2864 | .ecxyahoo_quoted div div .ecxy_msg_container #ecxyiv2643982918 div table tbody tr td font div p { |
| 0xB93 | 2963 | font-size: 12px; |
| 0xBA6 | 2982 | .ecxyahoo_quoted div div .ecxy_msg_container #ecxyiv2643982918 div table tbody tr td div table tbody tr th div font span strong a { |
| 0xC2B | 3115 | color: #9A0001; |
| 0xC3D | 3133 | .ecxyahoo_quoted div div .ecxy_msg_container #ecxyiv2643982918 div table tbody tr td div p a { |
| 0xC9D | 3229 | color: #A40000; |
| 0xCAE | 3246 | font-weight: bold; |
| 0xCC3 | 3267 | </style> |
| 0xCCC | 3276 | <font face="Arial" size="2"><br> |
| 0xCEE | 3310 | </font> |
| 0xCFC | 3324 | <div style="color:#000;background-color:#fff;font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:12pt;"> |
| 0xD92 | 3474 | <div class="ecxyahoo_quoted" style="display:block;"> |
| 0xDC7 | 3527 | <div style="font-family:HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;font-size:12pt;"> |
| 0xE40 | 3648 | <div style="font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; font-size:14px;"><br> |
| 0xEA4 | 3748 | <div class="ecxy_msg_container"><div id="ecxyiv2643982918"><div><table border="0" cellpadding="0" cellspacing="0" align="center" bgcolor="#FFFFFF"> <tbody><tr> |
| 0xF4F | 3919 | <td align="center"><img src="http://www.davivienda.com/Documents/wcm?biblio=WCM_DAVIVIENDA_COM&nombre=SAC_cabezote.JPG"></td> |
| 0xFE2 | 4066 | </tr></tbody></table><div> </div> |
| 0x101B | 4123 | <table border="0" cellpadding="0" cellspacing="0" align="center" bgcolor="#FFFFFF" width="609"> |
| 0x108B | 4235 | <tbody> |
| 0x10A6 | 4262 | <tr> <td> <div align="center"> |
| 0x10D7 | 4311 | <table align="left" border="0" cellpadding="0" |
| 0x111A | 4378 | cellspacing="0" height="25" width="593"> |
| 0x115B | 4443 | <tbody> |
| 0x1179 | 4473 | <tr> |
| 0x1196 | 4502 | <th width="446" |
| 0x11C0 | 4544 | align="center" |
| 0x11ED | 4589 | style="font-family:'Trebuchet MS', |
| 0x122E | 4654 | sans-serif;font-size:14px;color:#333333;text-align:justify;" scope="col"><strong><font size="3" face="arial">ESTIMADO CLIENTE:</font></strong></th> |
| 0x12E0 | 4832 | </tr> |
| 0x12FE | 4862 | </tbody> |
| 0x131D | 4893 | </table> |
| 0x133A | 4922 | <font face="arial" size="3"><br> |
| 0x1370 | 4976 | <br> |
| 0x138A | 5002 | </font></div> |
| 0x13AA | 5034 | <div> |
| 0x13C4 | 5060 | <p><font size="4" face="arial">Durante las últimas horas se ha incrementado la actividad de ataques fraudulentos, con el fín de robar la información de acc |
| 0x14B5 | 5301 | <p><font size="4" face="arial">Para una mayor seguridad en sus productos Davivienda le invitamos a validar el acceso a su cuenta para evitar posibles fraudes.</font></p> |
| 0x1577 | 5495 | <p><font size="3" face="arial"><img src="http://i.imgur.com/4BDCkRF.png" width="6" height="9"> Ingrese al menú a continuación, <em><a href="http://dominiofraudule |
| 0x168E | 5774 | <p><font size="3" face="arial"><img src="http://i.imgur.com/4BDCkRF.png" width="6" height="9"> Digite su <em>usuario y claves de acceso</em>, para que nuestro sistema sincroniz |
| 0x177A | 6010 | <p><font size="3" face="arial">Cordialmente,</font> </p> |
| 0x17CB | 6091 | <table width="268" border="0"> |
| 0x1802 | 6146 | <tr> |
| 0x1821 | 6177 | <td width="213"><font size="3" face="arial"><b>DAVIVIENDA S.A</b></font></td> |
| 0x188B | 6283 | </tr> |
| 0x18AB | 6315 | <tr> |
| 0x18CA | 6346 | <td><font size="3" face="arial">Estrategia de Seguridad</font></td> |
| 0x192A | 6442 | </tr> |
| 0x194A | 6474 | </table></div></td> </tr></tbody></table><div> </div><table border="0" cellpadding="0" cellspacing="0" align="center" bgcolor="#FFFFFF"> <tbody><tr> |
| 0x19FD | 6653 | <td align="center"><img src="http://www.davivienda.com/Documents/wcm?biblio=WCM_DAVIVIENDA_COM&nombre=SAC_pie"></td> |
| 0x1A87 | 6791 | </tr></tbody></table> |
| 0x1AAF | 6831 | </div> |
| 0x1AC4 | 6852 | </div> |
| 0x1AD7 | 6871 | <div align="center"> |
| 0x1AF8 | 6904 | <table width="64%" border="0" cellpadding="0"> |
| 0x1B35 | 6965 | <tr> |
| 0x1B4A | 6986 | <td> |
| 0x1B61 | 7009 | <div align="center"><font size="2">Le recordamos que esta |
| 0x1BB0 | 7088 | direcci |
| 0x1BD0 | 7120 | n de e-mail es utilizada solamente para los env |
| 0x1C06 | 7174 | de la informaci |
| 0x1C2E | 7214 | n solicitada. Por favor no responda con consultas |
| 0x1C61 | 7265 | personales ya que no podr |
| 0x1C93 | 7315 | n ser atendidas.<br> |
| 0x1CA8 | 7336 | <br> |
| 0x1CC3 | 7363 | BANCO DAVIVIENDA<br> |
| 0x1CEE | 7406 | AVISO LEGAL : Este mensaje es confidencial, puede contener |
| 0x1D40 | 7488 | informaci |
| 0x1D62 | 7522 | n privilegiada y no puede ser usado ni divulgado |
| 0x1D94 | 7572 | por personas distintas de su destinatario. Si obtiene esta |
| 0x1DE6 | 7654 | transmisi |
| 0x1E08 | 7688 | n por error, por favor destruya su contenido y |
| 0x1E38 | 7736 | avise a su remitente. esta prohibida su retenci |
| 0x1E80 | 7808 | n, grabaci |
| 0x1E91 | 7825 | utilizaci |
| 0x1EB3 | 7859 | n, aprovechamiento o divulgaci |
| 0x1ED4 | 7892 | n con cualquier prop |
| 0x1EEB | 7915 | sito. Este mensaje ha sido |
| 0x1F07 | 7943 | sometido a programas antivirus. No obstante, el BANCO DAVIVIENDA |
| 0x1F5F | 8031 | S.A. y sus FILIALES no asumen ninguna responsabilidad por eventuales da |
| 0x1FBF | 8127 | os generados |
| 0x1FCD | 8141 | por el recibo y el uso de este material, siendo responsabilidad |
| 0x2024 | 8228 | del destinatario verificar con sus propios medios la existencia |
| 0x207B | 8315 | de virus u otros defectos. El presente correo electr |
| 0x20CE | 8398 | solo refleja la opini |
| 0x20FC | 8444 | n de su Remitente y no representa |
| 0x211F | 8479 | necesariamente la opini |
| 0x214F | 8527 | n oficial del BANCO DAVIVIENDA S.A. |
| 0x2174 | 8564 | y sus FILIALES o de sus Directivos.</font></div> |
| 0x21BB | 8635 | </td> |
| 0x21D3 | 8659 | </tr> |
| 0x21E9 | 8681 | </table> |
| 0x2200 | 8704 | <p><br> |
| 0x2216 | 8726 | </p> |
| 0x2229 | 8745 | </div> |
| 0x223C | 8764 | </div> </div> |
| 0x2255 | 8789 | </div> </div> </div></div> |
| 0x2276 | 8822 | </html> |