Omoikane

OSINT support tool for malware analysts.

Cos'è Omoikane?

Omoikane è un'estensione di Chrome sviluppata da Ken Tyler, e la sua funzione principale è "OSINT support tool for malware analysts.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Omoikane

Scarica i file di estensione Omoikane in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Omoikane Omoikane
ID bbedkjckljbnecoamkocbfjiijcbejik
URL Ufficiale https://chromewebstore.google.com/detail/omoikane/bbedkjckljbnecoamkocbfjiijcbejik
Descrizione OSINT support tool for malware analysts.
Dimensione del File 12.02 MB
Conteggio Installazioni 29
Versione Corrente 1.0
Ultimo Aggiornamento 2021-10-23
Data di Pubblicazione 2021-10-22
Sviluppatore Ken Tyler
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/not13/Omoikane
Lingue Supportate 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"
}