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 |
官方網址 | 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": [ " |