These three scopes target a common problem: what your organization exposes without knowing it or without controlling it.
Shadow IT discovery tests what your organization exposes on the internet without the security team or IT department knowing about it. It's less a classic penetration test than a mapping exercise, but the result directly feeds into the other types of external pentest.
Who's concerned: any organization with more than 50 internet-facing assets, autonomous dev teams, or a history of mergers and acquisitions.
Shadow IT discovery identifies uninventoried, publicly exposed external assets: subdomains created for a pilot project, SaaS services subscribed to without IT validation, public IP addresses never documented. This discovery relies on the same techniques as OSINT, specifically oriented toward exhaustive perimeter mapping.
Technical impact: unpatched, unmonitored assets, often with default configurations that were never hardened.
Business impact: a service nobody knew was exposed becomes the entry point of an incident, with no team in a position to detect it quickly, or even to know who owns the compromised asset.
Subdomain Takeover: the subdomain that's no longer really yours
Subdomain takeover testing identifies subdomains whose DNS entry still points to a third-party service that no longer exists. It's the digital equivalent of keeping a mailbox under your name after moving out: the new occupant can receive your mail, and nobody else notices. It's an attack vector that requires no technical flaw in the classic sense, just an administrative oversight.
Who's concerned: any organization that used a third-party service (CDN, hosting provider, SaaS platform) for a subdomain, then discontinued that service without removing the associated DNS entry.
A subdomain takeover happens when a subdomain points to a third-party service that no longer exists or is no longer configured. Concrete example: promo.mycompany.com used to point to an instance of a marketing email service discontinued a year ago. The DNS entry still exists. An attacker can create an account on that same service, claim the subdomain, and use it to host a phishing site under a domain name that looks perfectly legitimate.
Technical impact: the subdomain is fully controlled by a third party, with no classic technical flaw ever exploited.
Business impact: customers receive an email or visit a phishing page hosted under your own domain name, legitimately believing they're dealing with your company. It's one of the most underestimated vectors because it doesn't depend on any technical vulnerability, just a forgotten DNS entry.
Dark web monitoring and credential leaks
Dark web monitoring tests whether credentials linked to your organization are already circulating in leak databases or criminal marketplaces, independently of any vulnerability present in your own systems.
Who's concerned: every organization, particularly those with a history of third-party incidents or employees reusing passwords.
Dark web monitoring identifies credentials linked to your organization circulating in leak databases or criminal marketplaces, often originating from a breach at a third party entirely outside your IT system.
Technical impact: an attacker logs in directly with valid credentials, with no need to exploit any technical vulnerability.
Business impact: full access to an employee or customer account as if it were the legitimate owner, making the intrusion nearly undetectable until suspicious activity is noticed.