OSINT=*

Chrome extension that searches all the threat feeds

Was ist OSINT=*?

OSINT=* ist eine Chrome-Erweiterung, die von Adam Odell entwickelt wurde, und ihr Hauptmerkmal ist "Chrome extension that searches all the threat feeds".

Erweiterungsscreenshots

screenshot

OSINT=*-Erweiterungs-CRX-Datei herunterladen

Laden Sie OSINT=*-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name OSINT=* OSINT=*
ID nfijbakmigddoodbhooklbcanfkmgcfk
Offizielle URL https://chromewebstore.google.com/detail/osint/nfijbakmigddoodbhooklbcanfkmgcfk
Beschreibung Chrome extension that searches all the threat feeds
Dateigröße 279 KB
Installationsanzahl 941
Aktuelle Version 1.03
Letztes Update 2021-11-04
Veröffentlichungsdatum 2021-08-08
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler Adam Odell
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/AdamMOdell/OSINT-equals-star
Hilfeseite URL https://github.com/AdamMOdell/OSINT-equals-star
Unterstützte Sprachen 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
    }
}