should-i-trust
OSINT tool to evaluate the trustworthiness of a company
Wat is should-i-trust?
should-i-trust is een Chrome-extensie ontwikkeld door ericalexander.org, en de belangrijkste functie is "OSINT tool to evaluate the trustworthiness of a company".
Extensie Screenshots
Download het CRX-bestand van de extensie should-i-trust
Download should-i-trust-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
should-i-trust is a information security tool to evaluate Open Source Intelligence (OSINT) signals for a domain. The tool is designed to aggregate and explore data from multiple sources. Requires API keys (free) from: virustotal.com, censys.io, and grayhatwarfare.com. Basisinformatie over de Extensie
| Naam | |
| ID | hocfamfiidomggjegfgenhgaaifjjmla |
| Officiële URL | https://chromewebstore.google.com/detail/should-i-trust/hocfamfiidomggjegfgenhgaaifjjmla |
| Beschrijving | OSINT tool to evaluate the trustworthiness of a company |
| Bestandsgrootte | 367 KB |
| Aantal Installaties | 290 |
| Huidige Versie | 0.0.0.5 |
| Laatst Bijgewerkt | 2019-12-20 |
| Publicatiedatum | 2019-12-16 |
| Ontwikkelaar | ericalexander.org |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/ericalexanderorg/should-i-trust |
| Help Pagina-URL | https://github.com/ericalexanderorg/should-i-trust/issues |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "should-i-trust",
"version": "0.0.0.5",
"description": "OSINT tool to evaluate the trustworthiness of a company",
"icons": {
"16": "images\/icon.png",
"48": "images\/48.png",
"128": "images\/128.png"
},
"homepage_url": "https:\/\/github.com\/ericalexanderorg\/should-i-trust",
"permissions": [
"https:\/\/stat.ripe.net\/*",
"https:\/\/viz.greynoise.io\/api\/*",
"https:\/\/buckets.grayhatwarfare.com\/api\/*",
"https:\/\/www.virustotal.com\/vtapi\/*",
"https:\/\/gitlab.com\/api\/*",
"https:\/\/api.github.com\/*",
"https:\/\/censys.io\/api\/*",
"https:\/\/transparencyreport.google.com\/transparencyreport\/api\/*"
],
"browser_action": {
"default_icon": "images\/icon.png",
"default_title": "should-i-trust",
"default_popup": "popup.html"
},
"options_page": "options.html"
} | |