OSINT=*

Chrome extension that searches all the threat feeds

Hvad er OSINT=*?

OSINT=* er en Chrome-udvidelse udviklet af Adam Odell, og dens hovedfunktion er "Chrome extension that searches all the threat feeds".

Udvidelsesskærmbilleder

screenshot

Download OSINT=*-udvidelses-CRX-fil

Download OSINT=*-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn OSINT=* OSINT=*
ID nfijbakmigddoodbhooklbcanfkmgcfk
Officiel URL https://chromewebstore.google.com/detail/osint/nfijbakmigddoodbhooklbcanfkmgcfk
Beskrivelse Chrome extension that searches all the threat feeds
Filstørrelse 279 KB
Antal Installationer 941
Nuværende Version 1.03
Senest Opdateret 2021-11-04
Udgivelsesdato 2021-08-08
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler Adam Odell
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/AdamMOdell/OSINT-equals-star
Hjælpeside-URL https://github.com/AdamMOdell/OSINT-equals-star
Understøttede Sprog 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
    }
}