Example Usage
rule PK_PayPal_H3ATSTR0K3 : PayPal
{
meta:
description = "Phishing Kit impersonating PayPal"
licence = "GPL-3.0"
author = "Thomas 'tAd' Damonneville"
reference = ""
date = "2019-11-28"
comment = "Phishing Kit - PayPal - H3ATSTR0K3"
strings:
// the zipfile working on
$zip_file = { 50 4b 03 04 }
// specific directory found in PhishingKit
$spec_dir = "prevents"
// specific file found in PhishingKit
$spec_file = "mine.php" nocase
$spec_file2 = "bcce592108d8ec029aa75f951662de2e.jpeg"
$spec_file3 = "captured.txt"
$spec_file4 = "H3ATSTR0K3.txt"
condition:
// look for the ZIP header
uint32(0) == 0x04034b50 and
// make sure we have a local file header
$zip_file and
// check for file
$spec_file and
$spec_file2 and
$spec_file3 and
$spec_file4 and
// check for directory
$spec_dir
}
See also
365-Stealer
Free
365-Stealer is a phishing simualtion tool written in python3. It can be used to execute Illicit Cons…
loseprivacy-app
Free
公众保护个人隐私的战斗已经基本宣告失败。即使拥有话语权的精英们一直宣称隐私保护非常重要,但在强大的资本、政府面前,个人隐私不值一提。既然无法赢得隐私保护的战斗,那么公众应有权知道哪些隐私数据被泄露了、…
black-hat-rust
Open Source
Applied offensive security with Rust - https://kerkour.com/black-hat-rust…
Facad1ng
Open Source
Open-source URL masking & analysis tool for security research, phishing awareness, and defensive tes…
Gophish
Open Source
Open-source phishing framework designed for business security awareness campaigns. Features a rich w…
SpeedPhish Framework (SPF)
Open Source
Tool designed to allow quick and effective phishing exercises. Automates target gathering, email gen…