Omoikane

OSINT support tool for malware analysts.

Omoikane là gì?

Omoikane là một tiện ích mở rộng Chrome được phát triển bởi Ken Tyler, và tính năng chính của nó là "OSINT support tool for malware analysts.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Omoikane

Tải xuống các tệp mở rộng Omoikane dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Omoikane Omoikane
ID bbedkjckljbnecoamkocbfjiijcbejik
URL Chính Thức https://chromewebstore.google.com/detail/omoikane/bbedkjckljbnecoamkocbfjiijcbejik
Mô tả OSINT support tool for malware analysts.
Kích Thước Tệp 12.02 MB
Số Lần Cài Đặt 29
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-10-23
Ngày Phát Hành 2021-10-22
Nhà Phát Triển Ken Tyler
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/not13/Omoikane
Ngôn Ngữ Được Hỗ Trợ 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"
}