OSINT=*

Chrome extension that searches all the threat feeds

OSINT=* là gì?

OSINT=* là một tiện ích mở rộng Chrome được phát triển bởi Adam Odell, và tính năng chính của nó là "Chrome extension that searches all the threat feeds".

Ả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 OSINT=*

Tải xuống các tệp mở rộng OSINT=* 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

                        Highlight and right click IOC and search all relevant threat feeds. Developed by Adam Odell and Shady Khourshid. 

Searches IP addresses, hashes, and domain names across the following sources when relevant:
* VirusTotal
* Cisco Talos
* IBM X-Force
* Hybrid Analysis
* AbuseIPDB
* IPinfo.io
* GreyNoise
* Shodan.io

Source code: https://github.com/AdamMOdell/OSINT-equals-star                    

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

Tên OSINT=* OSINT=*
ID nfijbakmigddoodbhooklbcanfkmgcfk
URL Chính Thức https://chromewebstore.google.com/detail/osint/nfijbakmigddoodbhooklbcanfkmgcfk
Mô tả Chrome extension that searches all the threat feeds
Kích Thước Tệp 279 KB
Số Lần Cài Đặt 941
Phiên Bản Hiện Tại 1.03
Cập Nhật Lần Cuối 2021-11-04
Ngày Phát Hành 2021-08-08
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Adam Odell
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/AdamMOdell/OSINT-equals-star
URL Trang Trợ Giúp https://github.com/AdamMOdell/OSINT-equals-star
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "author": "Adam Odell, Shady Khourshid",
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "description": "Chrome extension that searches all the threat feeds",
    "icons": {
        "128": "128.png",
        "48": "48.png"
    },
    "manifest_version": 2,
    "name": "OSINT=*",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.03",
    "options_ui": {
        "page": "options-menu\\options.html",
        "open_in_tab": false
    }
}