Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
zeek-asyncrat-detector — 基于 Zeek 的 AsyncRAT 恶意软件检测器。 | Kitploit
工具/GitHubGitHub/corelight/zeek-asyncrat-detector
网络安全恶意软件分析命令与控制入侵检测远程访问木马异常检测
GitHubcorelight/zeek-asyncrat-detector

zeek-asyncrat-detector

基于 Zeek 的 AsyncRAT 恶意软件检测器。

查看仓库
3511个月前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

基于 Zeek 的 AsyncRAT 恶意软件检测器

恶意软件经常通过 HTTPS 隐藏其与命令与控制(C2)服务器的通信。HTTPS 中的加密通常会掩盖入侵行为,使恶意软件得以完成其目标。这使得检测使用 HTTPS 的恶意软件颇具挑战性,但偶尔你也会碰到好运,就像这里的 AsyncRAT 案例一样——AsyncRAT 是一款 Windows 远程访问工具,在过去一年中被用于攻击美国管理关键基础设施的组织。

Notice.log 输出示例

root@kitploit:~
#separator \x09
#set_separator	,
#empty_field	(empty)
#unset_field	-
#path	notice
#open	2024-03-12-13-19-10
#fields	ts	uid	id.orig_h	id.orig_p	id.resp_h	id.resp_p	fuid	file_mime_type	file_desc	proto	note	msg	sub	src	dst	p	n	peer_descr	actions	email_dest	suppress_for	remote_location.country_code	remote_location.region	remote_location.city	remote_location.latitude	remote_location.longitude
#types	time	string	addr	port	addr	port	string	string	string	enum	enum	string	string	addr	addr	port	count	string	set[enum]	set[string]	interval	string	string	string	double	double
1709051041.876652	CLNN1k2QMum1aexUK7	192.168.100.124	49207	181.131.218.39	4041	-	-	-	tcp	AsyncRAT::C2_Traffic_Observed	Potential AsyncRAT C2 discovered via a default SSL certificate.	Cert Fingerprints: [ce772ec37d88351f43e6350c6c2b9777c9a7855f2a55184fba784e5e7df9e3eb] Issuer: CN=AsyncRAT Server	192.168.100.124	181.131.218.39	4041	-	-	Notice::ACTION_LOG	(empty)	3600.000000	-	-	-	-	-
#close	2024-03-12-13-19-10

Suricata 规则

您可以在“suri”目录中找到 Suricata 规则。

PCAP 来源

  • AsyncRAT
    • https://app.any.run/tasks/cd010953-5faf-4054-86be-58c020c3a532/
  • DcRat By qwqdanchun
    • https://app.any.run/tasks/30a385ed-171e-4f15-ac3f-08c96be7bfd1/
    • https://github.com/qwqdanchun/DcRat/blob/30ca53b068b4ab7a2542835f7456abd26e1a0ed4/Server/Helper/CreateCertificate.cs#L32
  • SXN Server
    • https://app.any.run/tasks/9596cf60-0da6-47a7-a375-1f25ae32d843/
下载工具