Omoikane

OSINT support tool for malware analysts.

O que é Omoikane?

Omoikane é uma extensão do Chrome desenvolvida por Ken Tyler, e sua principal característica é "OSINT support tool for malware analysts.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Omoikane

Baixe arquivos de extensão Omoikane no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Omoikane Omoikane
ID bbedkjckljbnecoamkocbfjiijcbejik
URL Oficial https://chromewebstore.google.com/detail/omoikane/bbedkjckljbnecoamkocbfjiijcbejik
Descrição OSINT support tool for malware analysts.
Tamanho do Arquivo 12.02 MB
Contagem de Instalações 29
Versão Atual 1.0
Última Atualização 2021-10-23
Data de Publicação 2021-10-22
Desenvolvedor Ken Tyler
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/not13/Omoikane
Idiomas Suportados 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"
}