Attack Surface Recon: Subdomain Discovery + HTTP Fingerprint avatar

Attack Surface Recon: Subdomain Discovery + HTTP Fingerprint

Under maintenance

Pricing

Pay per usage

Go to Apify Store
Attack Surface Recon: Subdomain Discovery + HTTP Fingerprint

Attack Surface Recon: Subdomain Discovery + HTTP Fingerprint

Under maintenance

Map a domain's external attack surface. Passive subdomain enumeration with subfinder, HTTP fingerprint with httpx: status, title, server, technology stack, TLS issuer and IP. One dataset row per responding host. For recon, asset discovery and security audits.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Sevastian Z

Sevastian Z

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

3 days ago

Last modified

Share

Map a domain's external attack surface in one run. Pass a registrable domain, get back every subdomain that responds on HTTP/S, fingerprinted: status code, title, server header, detected technology stack, TLS issuer, IP.

Built on the Project Discovery toolchain (subfinder + httpx). Wrapped for people who do not want to install Go binaries to run a recon scan.

What it does

  • Passive subdomain enumeration with subfinder. Queries public sources (Certificate Transparency, CommonCrawl, DNS dumps, search engines). No DNS brute force, no scraping of the target.
  • HTTP fingerprint with httpx. For each discovered host, follow redirects and capture: status code, page title, Server header, detected technologies (Wappalyzer-style), TLS certificate issuer and validity, IP.
  • One row per responding host in the dataset. Easy to filter, export or feed into a vulnerability scanner.

Input

FieldTypeDescription
domainstring, requiredRegistrable domain, e.g. example.com
{ "domain": "example.com" }

Output

FieldDescription
hostdiscovered hostname
urlfinal URL after redirects
status_codeHTTP status
titleHTML title element
webserverServer response header
techdetected technology stack (Wappalyzer signatures)
ipresolved IP
tls_issuerTLS certificate issuer organization
tls_subject_cnTLS certificate subject CN
tls_not_afterTLS certificate expiry
content_lengthresponse body length

Pricing

Free. You pay only the standard Apify platform usage (compute) for your own runs.

Use cases

  • External asset discovery and inventory.
  • Pre-engagement recon for pentesting and bug bounty.
  • Continuous attack-surface monitoring (run on a schedule).
  • Mergers / acquisitions due diligence on a target's exposed surface.

This actor maps your own surface. Attackers also register lookalike and typosquatted domains to impersonate brands. To detect those, scan with Lookalike / Typosquat Domain Scan and use the free Certificate Transparency Subdomain Search.

Notes

Probing is HTTP/S only, with rate limiting. No port scanning, no exploitation. Run against domains you are authorized to test.