Omoikane

OSINT support tool for malware analysts.

ما هو Omoikane؟

Omoikane هو إضافة Chrome تم تطويرها بواسطة Ken Tyler، والميزة الرئيسية لها هي "OSINT support tool for malware analysts.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Omoikane

قم بتنزيل ملفات الامتداد Omoikane بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
}