Listing Thumbnail

    RelayShield - Attack Surface & Supply Chain API

     Info
    Sold by: RelayShield 
    RelayShield Attack Surface & Supply Chain delivers metered access to five exposure detection APIs, billed entirely through AWS Marketplace. It covers third-party and vendor exposure, asset intelligence sweeps, public artifact secret detection, threat actor lookup, and session hijack risk. The bundle is licensed independently, with no dependency on any other RelayShield product.

    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

    Categories

    Delivery method

    Deployed on AWS
    New

    Introducing multi-product solutions

    You can now purchase comprehensive solutions tailored to use cases and industries.

    Multi-product solutions

    Features and programs

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Pricing

    RelayShield - Attack Surface & Supply Chain API

     Info
    Pricing is based on the duration and terms of your contract with the vendor, and additional usage. You pay upfront or in installments according to your contract terms with the vendor. This entitles you to a specified quantity of use for the contract duration. Usage-based pricing is in effect for overages or additional usage not covered in the contract. These charges are applied on top of the contract price. If you choose not to renew or replace your contract before the contract end date, access to your entitlements will expire.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.

    1-month contract (1)

     Info
    Dimension
    Description
    Cost/month
    Attack Surface & Supply Chain - Monthly
    Monthly minimum commitment for Attack Surface & Supply Chain API access, five endpoints.
    $100.00

    Additional usage costs (5)

     Info

    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?

    Tell us how we can improve this page, or report an issue with this product.
    Tell us how we can improve this page, or report an issue with this product.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    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

    1. Subscribe to this product in AWS Marketplace.
    2. On the "Set up your account" page after subscribing, enter the email address where your key should be sent.
    3. 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.
    4. 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

    1. 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.

    2. 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.

    3. 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.

    4. 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.

    5. 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.

    Similar products

    Customer reviews

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 reviews
    No customer reviews yet
    Be the first to review this product . We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.