Should-I-Trust is a tool to evaluate OSINT signals for a domain. You’re part of a review board that’s responsible for evaluating new vendors. You’re specifically responsible for ensuring new vendors meet compliance and security requirements.
Standard operation procedure is to ask for one or all of the following: SOC report, VSAQ, CAIQ, SIG/SIG-Lite. All vendors will not have these reports and/or questionnaire answers. Maybe it’s org process to deny vendor intake without this information, or maybe, this is a “special” engagement and you need to ascertain trustworthyness without the docs. Maybe you don’t trust the response in the docs.
should-i-trust is a tool to go beyond standard responses and look for signals that the organization should not be trusted. Maybe they’re exposing their CI/CD to the internet with no auth. Maybe they have an EC2 instance with prod code running and no directory restrictions.
should-i-trust doesn’t provide all the information you will need to make a go/no-go decision but it will allow you to quickly gather OSINT data for further evaluation.
should-i-trust is also useful for red team or similar engagements. It can quickly identify targets to probe.
Requirements
Also Read – Vulnx : Auto Shell Injector That Detect Vulnerabilities In Multiple Types Of CMS
Setup
Either install the chrome extension through chrome or download and manually install in chrome using developer mode.
Running
Output
Introduction to the Model Context Protocol (MCP) The Model Context Protocol (MCP) is an open…
While file extensions in Linux are optional and often misleading, the file command helps decode what a…
The touch command is one of the quickest ways to create new empty files or update timestamps…
Handling large numbers of files is routine for Linux users, and that’s where the find command shines.…
Managing files and directories is foundational for Linux workflows, and the mv (“move”) command makes it easy…
Creating directories is one of the earliest skills you'll use on a Linux system. The mkdir (make…