Omoikane
OSINT support tool for malware analysts.
什么是Omoikane?
Omoikane是由Ken Tyler开发的Chrome扩展程序,该扩展的主要功能是“OSINT support tool for malware analysts.”。
扩展截图
下载Omoikane扩展crx文件
下载Omoikane扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
It can query APIs of various services for IOCs (IP addresses, Hash, Domain name, SSH fingerprint), malware names, and actor names included in malware, analysis reports, and open source information, and summalize the results and display them.
扩展基本信息
名称 | Omoikane |
ID | bbedkjckljbnecoamkocbfjiijcbejik |
官方URL | https://chromewebstore.google.com/detail/omoikane/bbedkjckljbnecoamkocbfjiijcbejik |
简介 | OSINT support tool for malware analysts. |
文件大小 | 12.02 MB |
安装次数 | 29 |
当前版本 | 1.0 |
更新时间 | 2021-10-23 |
上架时间 | 2021-10-22 |
开发者 | Ken Tyler |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/not13/Omoikane |
支持的语言 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Omoikane", "description": "__MSG_manifest_description__", "version": "1.0", "manifest_version": 3, "permissions": [ "activeTab", "storage", "contextMenus" ], "host_permissions": [ "https:\/\/malpedia.caad.fkie.fraunhofer.de\/", "https:\/\/api.whoisproxy.info\/", "https:\/\/www.shodan.io\/host\/", "https:\/\/proxycheck.io\/", "https:\/\/www.abuseipdb.com\/check\/", "https:\/\/www.threatcrowd.org\/", "https:\/\/check.torproject.org\/" ], "action": { "default_icon": { "16": "img\/icon_16.png" }, "default_popup": "pages\/popup.html" }, "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "content_scripts": [ { "matches": [ " |