Omoikane

OSINT support tool for malware analysts.

Omoikane क्या है?

Omoikane Ken Tyler द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "OSINT support tool for malware analysts."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Omoikane एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
}