Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mthcht committed Nov 2, 2024
1 parent 6b2fd20 commit 1523732
Show file tree
Hide file tree
Showing 19 changed files with 66,055 additions and 57,014 deletions.
114,688 changes: 57,774 additions & 56,914 deletions _utils/threathunting-keywords.csv

Large diffs are not rendered by default.

2,811 changes: 2,777 additions & 34 deletions yara_rules/all.yara

Large diffs are not rendered by default.

80 changes: 80 additions & 0 deletions yara_rules/greyware_tool_keyword/A-C/btunnel.yara
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
rule btunnel
{
meta:
description = "Detection patterns for the tool 'btunnel' taken from the ThreatHunting-Keywords github project"
author = "@mthcht"
reference = "https://github.com/mthcht/ThreatHunting-Keywords"
tool = "btunnel"
rule_category = "greyware_tool_keyword"

strings:
// Description: Btunnel is a publicly accessible reverse proxy
// Reference: https://www.btunnel.in
$string1 = /\/\.btunnel\./ nocase ascii wide
// Description: Btunnel is a publicly accessible reverse proxy
// Reference: https://www.btunnel.in
$string2 = /\/btunnel\.exe/ nocase ascii wide
// Description: Btunnel is a publicly accessible reverse proxy
// Reference: https://www.btunnel.in
$string3 = /\/btunnel\.log/ nocase ascii wide
// Description: Btunnel is a publicly accessible reverse proxy
// Reference: https://www.btunnel.in
$string4 = /\\\.btunnel\./ nocase ascii wide
// Description: Btunnel is a publicly accessible reverse proxy
// Reference: https://www.btunnel.in
$string5 = /\\bored\-tunnel\-client/ nocase ascii wide
// Description: Btunnel is a publicly accessible reverse proxy
// Reference: https://www.btunnel.in
$string6 = /\\btunnel\.exe/ nocase ascii wide
// Description: Btunnel is a publicly accessible reverse proxy
// Reference: https://www.btunnel.in
$string7 = /\\btunnel\.log/ nocase ascii wide
// Description: Btunnel is a publicly accessible reverse proxy
// Reference: https://www.btunnel.in
$string8 = /60e8a9e19b34ca6d9f1847504b7689b3f46b029ab07b4d13c6ccde026d78a0a4/ nocase ascii wide
// Description: Btunnel is a publicly accessible reverse proxy
// Reference: https://www.btunnel.in
$string9 = /af19236f06140b33ac3c78ae743627ba34dcd89be6d5c8dd22cac7f6eae19774/ nocase ascii wide
// Description: Btunnel is a publicly accessible reverse proxy
// Reference: https://www.btunnel.in
$string10 = /api\.btunnel\.in/ nocase ascii wide
// Description: Btunnel is a publicly accessible reverse proxy
// Reference: https://www.btunnel.in
$string11 = /bored\-tunnel\-client_Windows_x86_64\./ nocase ascii wide
// Description: Btunnel is a publicly accessible reverse proxy
// Reference: https://www.btunnel.in
$string12 = /btunnel\sdomain\s/ nocase ascii wide
// Description: Btunnel is a publicly accessible reverse proxy
// Reference: https://www.btunnel.in
$string13 = /btunnel\sfile\s/ nocase ascii wide
// Description: Btunnel is a publicly accessible reverse proxy
// Reference: https://www.btunnel.in
$string14 = /btunnel\shttp/ nocase ascii wide
// Description: Btunnel is a publicly accessible reverse proxy
// Reference: https://www.btunnel.in
$string15 = /btunnel\stcp\s\-\-/ nocase ascii wide
// Description: Btunnel is a publicly accessible reverse proxy
// Reference: https://www.btunnel.in
$string16 = /btunnel\stcp/ nocase ascii wide
// Description: Btunnel is a publicly accessible reverse proxy
// Reference: https://www.btunnel.in
$string17 = /btunnel\.exe\shttp/ nocase ascii wide
// Description: Btunnel is a publicly accessible reverse proxy
// Reference: https://www.btunnel.in
$string18 = /eb1395952e6eb92d4f9a2babb56d29ef384d683387c6a990e79d5fe4ba86040f/ nocase ascii wide
// Description: Btunnel is a publicly accessible reverse proxy
// Reference: https://www.btunnel.in
$string19 = /http\:\/\/tcp\.btunnel\.in/ nocase ascii wide
// Description: Btunnel is a publicly accessible reverse proxy
// Reference: https://www.btunnel.in
$string20 = /https\:\/\/.{0,1000}\.btunnel\.co\.in/ nocase ascii wide
// Description: Btunnel is a publicly accessible reverse proxy
// Reference: https://www.btunnel.in
$string21 = /https\:\/\/.{0,1000}\.btunnel\.co\.in/ nocase ascii wide
// Description: Btunnel is a publicly accessible reverse proxy
// Reference: https://www.btunnel.in
$string22 = /https\:\/\/www\.btunnel\.in\/downloads/ nocase ascii wide
condition:
any of them
}
20 changes: 20 additions & 0 deletions yara_rules/greyware_tool_keyword/A-C/burrow.yara
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
rule burrow
{
meta:
description = "Detection patterns for the tool 'burrow' taken from the ThreatHunting-Keywords github project"
author = "@mthcht"
reference = "https://github.com/mthcht/ThreatHunting-Keywords"
tool = "burrow"
rule_category = "greyware_tool_keyword"

strings:
// Description: Expose localhost to the internet using a public URL
// Reference: https://burrow.io
$string1 = /https\:\/\/burrow\.io\/.{0,1000}\s\|\sbash\s/ nocase ascii wide
// Description: Expose localhost to the internet using a public URL
// Reference: https://burrow.io
$string2 = /https\:\/\/burrow\.io\/tunnels/ nocase ascii wide
condition:
any of them
}
Loading

0 comments on commit 1523732

Please sign in to comment.