Omoikane

OSINT support tool for malware analysts.

Qu'est-ce que Omoikane ?

Omoikane est une extension Chrome développée par Ken Tyler, et sa fonction principale est "OSINT support tool for malware analysts.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Omoikane

Téléchargez les fichiers d'extension Omoikane au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Omoikane Omoikane
ID bbedkjckljbnecoamkocbfjiijcbejik
URL Officiel https://chromewebstore.google.com/detail/omoikane/bbedkjckljbnecoamkocbfjiijcbejik
Description OSINT support tool for malware analysts.
Taille du Fichier 12.02 MB
Nombre d'Installations 29
Version Actuelle 1.0
Dernière Mise à Jour 2021-10-23
Date de Publication 2021-10-22
Développeur Ken Tyler
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/not13/Omoikane
Langues Prises en Charge 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"
}