OSINT=*
Chrome extension that searches all the threat feeds
Apa itu OSINT=*?
OSINT=* adalah ekstensi Chrome yang dikembangkan oleh Adam Odell, dan fitur utamanya adalah "Chrome extension that searches all the threat feeds".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi OSINT=*
Unduh file ekstensi OSINT=* dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | OSINT=* |
ID | nfijbakmigddoodbhooklbcanfkmgcfk |
URL Resmi | https://chromewebstore.google.com/detail/osint/nfijbakmigddoodbhooklbcanfkmgcfk |
Deskripsi | Chrome extension that searches all the threat feeds |
Ukuran File | 279 KB |
Jumlah Instalasi | 941 |
Versi Saat Ini | 1.03 |
Terakhir Diperbarui | 2021-11-04 |
Tanggal Publikasi | 2021-08-08 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | Adam Odell |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/AdamMOdell/OSINT-equals-star |
URL Halaman Bantuan | https://github.com/AdamMOdell/OSINT-equals-star |
Bahasa yang Didukung | 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 } } |