OSINT=*

Chrome extension that searches all the threat feeds

Co to jest OSINT=*?

OSINT=* to rozszerzenie Chrome opracowane przez Adam Odell, a jego główną funkcją jest „Chrome extension that searches all the threat feeds”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia OSINT=*

Pobierz pliki rozszerzeń OSINT=* w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa OSINT=* OSINT=*
ID nfijbakmigddoodbhooklbcanfkmgcfk
Oficjalny URL https://chromewebstore.google.com/detail/osint/nfijbakmigddoodbhooklbcanfkmgcfk
Opis Chrome extension that searches all the threat feeds
Rozmiar pliku 279 KB
Liczba instalacji 941
Aktualna Wersja 1.03
Ostatnia Aktualizacja 2021-11-04
Data Publikacji 2021-08-08
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper Adam Odell
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/AdamMOdell/OSINT-equals-star
Adres URL Strony Pomocy https://github.com/AdamMOdell/OSINT-equals-star
Obsługiwane Języki 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
    }
}