OSINT=*

Chrome extension that searches all the threat feeds

What is OSINT=*?

OSINT=* is a Chrome extension developed by Adam Odell, and its main feature is "Chrome extension that searches all the threat feeds".

Extension Screenshots

screenshot

Download OSINT=* Extension CRX File

Download OSINT=* extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name OSINT=* OSINT=*
ID nfijbakmigddoodbhooklbcanfkmgcfk
Official URL https://chromewebstore.google.com/detail/osint/nfijbakmigddoodbhooklbcanfkmgcfk
Description Chrome extension that searches all the threat feeds
File Size 279 KB
Installation Count 941
Current Version 1.03
Last Updated 2021-11-04
Publish Date 2021-08-08
Rating 5.00/5 Total 4 Ratings
Developer Adam Odell
Email [email protected]
Payment Type free
Extension Website https://github.com/AdamMOdell/OSINT-equals-star
Help Page URL https://github.com/AdamMOdell/OSINT-equals-star
Supported Languages 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
    }
}