OSINT=*
Chrome extension that searches all the threat feeds
Vad är OSINT=*?
OSINT=* är en Chrome-tillägg utvecklad av Adam Odell, och dess huvudfunktion är "Chrome extension that searches all the threat feeds".
Tilläggsskärmbilder
Ladda ner OSINT=*-förlängningens CRX-fil
Ladda ner OSINT=*-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | OSINT=* |
ID | nfijbakmigddoodbhooklbcanfkmgcfk |
Officiell webbadress | https://chromewebstore.google.com/detail/osint/nfijbakmigddoodbhooklbcanfkmgcfk |
Beskrivning | Chrome extension that searches all the threat feeds |
Filstorlek | 279 KB |
Antal Installationer | 941 |
Aktuell Version | 1.03 |
Senast Uppdaterad | 2021-11-04 |
Publiceringsdatum | 2021-08-08 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | Adam Odell |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/AdamMOdell/OSINT-equals-star |
Hjälpsida URL | https://github.com/AdamMOdell/OSINT-equals-star |
Stödda Språk | 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 } } |