OSINT=*

Chrome extension that searches all the threat feeds

Wat is OSINT=*?

OSINT=* is een Chrome-extensie ontwikkeld door Adam Odell, en de belangrijkste functie is "Chrome extension that searches all the threat feeds".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie OSINT=*

Download OSINT=*-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam OSINT=* OSINT=*
ID nfijbakmigddoodbhooklbcanfkmgcfk
Officiële URL https://chromewebstore.google.com/detail/osint/nfijbakmigddoodbhooklbcanfkmgcfk
Beschrijving Chrome extension that searches all the threat feeds
Bestandsgrootte 279 KB
Aantal Installaties 941
Huidige Versie 1.03
Laatst Bijgewerkt 2021-11-04
Publicatiedatum 2021-08-08
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Adam Odell
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/AdamMOdell/OSINT-equals-star
Help Pagina-URL https://github.com/AdamMOdell/OSINT-equals-star
Ondersteunde Talen 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
    }
}