Overview
Attack Surface & Supply Chain is built for teams whose exposure does not stop at their own perimeter.
The bundle screens vendor and third-party domains for exposed credentials, lookalike registrations and breach history; registers an asset watchlist and sweeps it as new exposure is observed; detects live credentials left in public artifacts across code hosts and package registries; looks up actors, campaigns and CVEs against exploit chatter; and reports active session hijack risk from stolen session artefacts.
Session hijack risk is the signal most often missing from an identity programme. A stolen session cookie is not remediated by a password reset: the session is itself the credential. Surfacing it alongside supply chain and secret exposure is what lets a team tell a stale leak from an intrusion already underway.
Intelligence is collected continuously from monitored criminal Telegram marketplaces, infostealer log dumps, public indicator feeds and public code artifacts. RelayShield deliberately does not quote a corpus headline: a total that is correct this month is wrong next month, and what is durable is the sources.
All five endpoints are REST, authenticated with a single header, and metered per call through AWS Marketplace. There is no separate account to create and no payment method to add.
Highlights
- Five attack surface and supply chain APIs licensed as one bundle through AWS Marketplace, with no dependency on any other bundle.
- Session hijack detection from stolen session artefacts, the exposure a password reset does not remediate, correlated with secret and supply chain findings.
- Collected continuously from monitored criminal Telegram marketplaces, infostealer log dumps, public indicator feeds and public code artifacts.
Details
Introducing multi-product solutions
You can now purchase comprehensive solutions tailored to use cases and industries.
Features and programs
Financing for AWS Marketplace purchases
Pricing
Dimension | Description | Cost/month |
|---|---|---|
Attack Surface & Supply Chain - Monthly | Monthly minimum commitment for Attack Surface & Supply Chain API access, five endpoints. | $100.00 |
The following dimensions are not included in the contract terms, which will be charged based on your usage.
Dimension | Description | Cost/unit |
|---|---|---|
Supply Chain Exposure Check | Checks a vendor domain for exposed credentials, lookalikes and breach history. | $0.10 |
Asset Intelligence Sweep | Registers an asset watchlist and sweeps it against newly observed exposure. | $0.15 |
Public Artifact Secret Scan | Detects live credentials in public artifacts across code hosts and package registries. | $0.35 |
Threat Actor and Campaign Lookup | Looks up an actor, campaign or CVE against exploit chatter from criminal channels. | $0.30 |
Session Hijack Risk | Detects session and adversary-in-the-middle hijack risk from stolen session artefacts. | $0.30 |
Vendor refund policy
Email support: support@relayshield.net . Full API documentation, authentication steps, endpoint URLs, and sample requests are included in this product's Usage Instructions. Response within 1 business day for standard issues.
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
Software as a Service (SaaS)
SaaS delivers cloud-based software applications directly to customers over the internet. You can access these applications through a subscription model. You will pay recurring monthly usage fees through your AWS bill, while AWS handles deployment and infrastructure management, ensuring scalability, reliability, and seamless integration with other AWS services.
Additional details
Usage instructions
Overview RelayShield Attack Surface & Supply Chain (Bundle B) is a REST API. All endpoints are served from a single base URL and authenticated with one header.
Base URL https://api.relayshield.net
Getting your API key
- Subscribe to this product in AWS Marketplace.
- On the "Set up your account" page after subscribing, enter the email address where your key should be sent.
- Your API key is emailed automatically when the subscription activates. No separate account or payment method is required; all billing is handled by AWS Marketplace.
- If the email has not arrived within 15 minutes, contact support@relayshield.net with your AWS account ID.
Authentication Every request requires this header: X-RS-API-KEY: YOUR_API_KEY
Verifying your access Run this call to confirm your key is active. A 200 response confirms the endpoint is reachable and your key is valid.
curl -X POST https://api.relayshield.net/v1/metered/supply-chain
-H "X-RS-API-KEY: YOUR_API_KEY"
-H "Content-Type: application/json"
-d '{"domains": ["example.com"]}'
Endpoints
-
Supply Chain Exposure Check POST /v1/metered/supply-chain Body: {"domains": ["vendor1.com", "vendor2.com"]} Screens up to ten vendor domains in one call for exposed credentials, lookalike registrations and breach history.
-
Asset Intelligence Sweep POST /v1/metered/asset-intel Body: {"assets": ["example.com", "203.0.113.0/24"]} Registers an asset watchlist and sweeps it against newly observed exposure.
-
Public Artifact Secret Scan POST /v1/metered/secret-scan Body: {"domain": "example.com"} Detects live credentials in public artifacts across six sources, including code hosts and package registries.
-
Threat Actor and Campaign Lookup POST /v1/metered/threat-actor Body: {"query": "CVE-2026-1234"} Returns exploit chatter and actor or campaign context collected from monitored criminal channels.
-
Session Hijack Risk POST /v1/metered/session-risk Body: {"email": "user@example.com "} Reports active session and adversary-in-the-middle hijack risk from stolen session artefacts. A stolen session is not remediated by a password reset, which is what separates this from a breach check.
Responses Every endpoint returns JSON in the form {"ok": true, "data": {...}}. An error returns {"ok": false, "error": "..."} with a non-2xx status. Only a 2xx response is metered.
Rate limits and billing Usage is metered per call and reported to AWS Marketplace. There is no separate invoice and no payment method to add.
Support Email support@relayshield.net . Full API documentation, authentication steps, endpoint URLs and sample requests are published at https://api.relayshield.net/developers
Support
Vendor support
Email support: support@relayshield.net . Full API documentation, authentication steps, endpoint URLs, and sample requests are published at
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.