Omoikane

OSINT support tool for malware analysts.

Omoikaneとは何ですか?

OmoikaneはKen Tylerによって開発されたChromeの拡張機能で、その主な機能は「OSINT support tool for malware analysts.」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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": [
                ""
            ],
            "js": [
                "src\/contentscript.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html"
    },
    "default_locale": "en"
}