Omoikane

OSINT support tool for malware analysts.

Apa itu Omoikane?

Omoikane adalah ekstensi Chrome yang dikembangkan oleh Ken Tyler, dan fitur utamanya adalah "OSINT support tool for malware analysts.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Omoikane

Unduh file ekstensi Omoikane dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Omoikane Omoikane
ID bbedkjckljbnecoamkocbfjiijcbejik
URL Resmi https://chromewebstore.google.com/detail/omoikane/bbedkjckljbnecoamkocbfjiijcbejik
Deskripsi OSINT support tool for malware analysts.
Ukuran File 12.02 MB
Jumlah Instalasi 29
Versi Saat Ini 1.0
Terakhir Diperbarui 2021-10-23
Tanggal Publikasi 2021-10-22
Pengembang Ken Tyler
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/not13/Omoikane
Bahasa yang Didukung 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"
}