30 matches found
WSC2
WSC2 最新/当前版本: 0.1 作者: Arno0x0x - @Arno0x0x WSC2 是一个概念验证项目,利用 WebSockets 和浏览器进程作为 C2 通信信道,连接目标系统上运行的代理(agent)与实际充当 C2 服务器的控制器(controller)。 该工具根据 GPLv3 许可 分发。 背景信息 查看这篇博客文章,了解该工具开发的背景和见解: 使用 WebSockets 和 IE/Edge 进行 C2 通信 架构 WSC2 由以下部分组成: 一个用 Python 编写的控制器(controller),充当 C2 服务器...
Powershell-C2
Powershell-C2 该攻击源于我的 Powershell Payload Excel Delivery,但它使用了一种非常巧妙的方法来实现命令与控制(C2)/在目标机器上的持久化。 相关演练可在此处找到:http://enigma0x3.wordpress.com/2014/01/17/command-and-control-using-powershell-and-your-favorite-website/ 感谢 @obscuresec 和 @mattifestation 提供此方法。他们关于此方法的演讲可在此处观看:...
sliver
go-fcm English | 繁體中文 | 简体中文 基于 github.com/edganiukov/fcm 分支 Firebase 云消息官方文档 目录 go-fcm 目录 功能特性 支持的消息类型 快速开始 认证与凭证 使用示例...
SharpFtpC2
SharpFtpC2 PoC SharpFtpC2 は、2台のリモートコンピュータ間でコマンドと応答を中継するためにFTPSを使用する可能性を探る、小さな実験的プロジェクトです。FTPプロトコルを即席のトンネルとして利用し、どちらもFTPサーバーに接続するクライアントとして動作するコンピュータ同士が通信できるようにします。シンプルなセッション管理スキームを用いて、リクエストと応答の交換を追跡します。 SharpFtpC2は基本的なセッション管理システムを採用しています。非常に初歩的ではありますが、通信の同期と関連付けを維持する役割を果たしており、リモートシステム間のやりとりに不可欠です。...
WebDavC2
WebDAVC2 最后/当前版本: 0.3 作者: Arno0x0x - @Arno0x0x WebDavC2 是一个概念验证(PoC),利用 WebDAV 协议并仅通过 PROPFIND 请求 作为 C2 通信通道,连接在目标系统上运行的代理(Agent)和作为实际 C2 服务器的控制器(Controller)。 该工具遵循 GPLv3 许可证 条款发布。 背景信息 查看这篇博文,了解我如何以及为什么 想到使用仅 WebDAV PROPFIND 请求作为 C2 通道: Wordpress:使用 WebDAV 功能作为隐蔽通道 架构 WebDavC2 由以下部分组成: 一个用 Pytho...
DNSStager
DNSStagerとは? DNSStagerは、DNSを使用してペイロードを隠蔽・転送するための、Pythonベースのオープンソースプロジェクトです。 DNSStagerは、悪意のあるDNSサーバーを作成し、ドメインへのDNSリクエストを処理します。ペイロードをチャンクに分割し、さまざまなアルゴリズムでエンコードした後、AAAAやTXTレコードなどの特定のレコードリクエストに対する応答としてペイロードを返します。...
BlockchainC2
BlockchainC2 BlockchainC2 是一个小型 POC 服务器/代理,用于评估攻击者如何利用区块链(特别是以太坊的智能合约功能)进行 C2 通信。 有关此应用程序的详细信息可在此处找到。 智能合约 此 POC 中使用的智能合约非常简单: root@kitploit: pragma solidity ^0.5.0; contract EventC2 address owner; event ServerDatabool f, bool enc, int seq, string agentID, string data; event ClientDatabool f, boo...
smtpshell
smtpshell ネットワーク制限を回避するために、Gmail SMTPまたは他のSMTPを介して通信できるシンプルなリバースシェルです。 注意: root@kitploit: このリバースシェルはGmail SMTP(または他のSMTPサーバーも使用可能)を介して通信します。 しかし、Gmail SMTPが有効な理由は、ほとんどの企業が未知のトラフィックをブロックするため、 Gmailトラフィックは有効であり、どこでも許可されているからです。 警告: root@kitploit: 1...
CustomC2ChannelTemplate
用于自定义C2通道的IAT钩子 这是一个简单的概念验证和模板,用于开发Cobalt Strike的自定义C2通道,通过反射加载器应用IAT钩子。 博客文章:https://codex-7.gitbook.io/codexs-terminal-window/red-team/cobalt-strike/building-custom-c2-channels-by-hooking-wininet TCP通道的演示动图 使用方法 customCallback.h、hook.c、hash.h和hook.h文件是粗略的模板,但它们可以放入Crystal...
Phoenix-Framework
Phoenix-Framework Phoenix es un framework de post-explotación basado en async que abusa de sitios confiables para C2. Plataformas compatibles Phoenix actualmente soporta las siguientes plataformas a través de sus APIs de Bot: Discord Telegram Reddit Próximamente Phoenix ofrece las siguientes...
secret_handshake
Secret Handshake - 一种利用 x509 证书通过 mTLS 实现恶意软件 C2 信道 动机 首先,我为什么要把这个开源? MITRE ATT&CK 只提到被盗的或自签名的证书,而 NDR(据我所知)很少关注 x509 证书的内容,除了颁发 CA 是谁之外。一般来说,x509 证书是被信任的,并且可以毫无阻碍地穿过我们的防火墙。但本质上,它们只是文件,可以像其他任何文件一样轻松包含恶意负载。我们信任并忽略它们,因为它们是加密过程的核心组成部分,而我们已对这种加密过程习以为常。这个项目的主要目标是提高人们对一类我们已然信任的安全指标的认识,并突出展示可用于检测其恶意使用的方...
ToxicPanda 2.0 and GoldDigger Expand Android Banking Attacks with On-Device Fraud
Cybersecurity researchers have shed light on an updated version of ToxicPanda aka TgToxic that comes with "significant enhancements," including a set of 167 remote commands and expands its targeting footprint globally. Zimperium zLabs, in a Wednesday report, said the Android malware also features...
MAL-2026-13955 Malicious code in mutex-forge (npm)
--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector d3e6d6c8a6e7f9463fa8a07604b4699b1dba8415ee6759e3145b0cab183f4421 The package presents itself as a mutex/semaphore library but contains a hidden second-stage loader in lib/Mutex.js. When runExclusive is invoked with...
Embedded Malicious Code
Overview Affected versions of this package are vulnerable to Embedded Malicious Code that hides inside binary executable files triggered by a postinstall script. IronWorm is a sophisticated, Rust-based infostealer that functions as a self-replicating supply-chain attack. Its primary characteristi...
Malicious code in 7miners (PyPI)
--- -= Per source details. Do not edit below this line.=- Source: kam193 7501eb0620c75479fa4614362aaa6c5766c8cc2f3b4d8829db6a44ca086cc374 Clones of legitimate libraries with malicious modifications intended to download malicious remote code. The remote script allows executing arbitrary files...
Malicious code in trustwallet (PyPI)
--- -= Per source details. Do not edit below this line.=- Source: kam193 ffef6e3541d5ab62ee32f0d44e9da05c6e495c15a4c9a9d9a4866e40ae502604 Clones of legitimate libraries with malicious modifications intended to download malicious remote code. The remote script allows executing arbitrary files...
Deep Panda deploys new rootkit “Fire Chili” by exploiting Log4shell in VMware horizon
THREAT LEVEL: Red For a detailed advisory, download the pdf file here Deep Panda, a Chinese APT group, took advantage of the well-known Log4Shell vulnerability in VMware Horizon servers to deploy a backdoor, rootkit, and steal sensitive data. This threat actor is primarily targeting firms in the...
North Korean state-sponsored threat actor Lazarus Group exploiting Chrome Zero-day vulnerability
THREAT LEVEL: Red. For a detailed advisory, download the pdf file here For more than a month before a fix was available, North Korean state hackers known as Lazarus group exploited a zero-day, remote code execution vulnerability CVE-2022-0609 in Google Chromes web browser. The attack mainly targe...
New "SockDetour" Fileless, Socketless Backdoor Targets U.S. Defense Contractors
Cybersecurity researchers have taken the wraps off a previously undocumented and stealthy custom malware called SockDetour that targeted U.S.-based defense contractors with the goal of being used as a secondary implant on compromised Windows hosts. "SockDetour is a backdoor that is designed to...
Iranian state-sponsored APT group MuddyWater targeting organizations via malicious executables
THREAT LEVEL: Red. United States Cyber Command USCYBERCOM has warned of an ongoing cyber attack by Iranian state sponsored actor named as MuddyWater. This APT group is currently targeting Middle Eastern countries and has also targeted European and North American nations. The Iranian-backed...