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

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

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

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

工具目录

分类

查看所有分类
Loading categories
dga-collection — 已知域名生成算法的集合 | Kitploit
工具/GitHubGitHub/pchaigno/dga-collection
恶意软件分析威胁情报论文与研究学习与教育精选资源DNS 分析
GitHubpchaigno/dga-collection

dga-collection

已知域名生成算法的集合

查看仓库
682110年前Kitploit 审核通过

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

DGA 集合

Build Status Coverage Status

一个已知 域名生成算法 的集合:

  • Torpig
  • ZeusBot
  • Cryptolocker
  • Necurs
  • Symmi
  • Ranbyus

用法

对于每种 DGA,都可以轻松生成域名列表:

root@kitploit:~
from datetime import date
from Necurs import Necurs

# Compute domains for the current day/period:
Necurs.domains()

# Compute domains for a given date:
Necurs.domainsFor(date(2015, 1, 20))

couldUseDomain 方法也可用于辅助分类域名:

root@kitploit:~
Necurs.couldUseDomain('thislabelcontainsaz.biz')
# => False

Necurs.couldUseDomain('boymlujtgp.nu')
# => True

贡献

请参阅 CONTRIBUTING.md 了解如何添加新的 DGA。

许可证

本项目采用 MIT 许可证。

其中使用了发布在多个博客上的逆向工程分析结果,包括:

  • Johannes Bader 的博客
  • VRT 博客
  • Fortinet 博客
下载工具