Skip to content

Hostname

s2bd.afterserver.com

Last fetched

s2bd.afterserver.com resolves to 1 IPv4 address operated by WOLAST-AS-AP Wolast Technologies in BD.

Nutrition Label

WHISPER CANON · s2bd.afterserver.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/s2bd.afterserver.com

Resolution chain

s2bd.afterserver.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
103.191.241.242103.191.241.0/24AS150142WOLAST-AS-AP Wolast TechnologiesBD

WHOIS identity

No WHOIS records are currently associated with s2bd.afterserver.com in WhisperGraph.

Subdomains

1 observed subdomain of s2bd.afterserver.com.

Threat posture

History

Mail and authentication

MX records

  • s2bd.afterserver.com

SPF policy

3 SPF mechanisms authorising senders for s2bd.afterserver.com.

MechanismTarget
SPF_As2bd.afterserver.com
SPF_IP103.191.241.242
SPF_MXs2bd.afterserver.com

Related pages

Pivot deeper into the graph from s2bd.afterserver.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "s2bd.afterserver.com"})-[:RESOLVES_TO]->(ip:IPV4)
      -[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
      -[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.