Skip to content

Hostname

scd.edu.bd

Last fetched

scd.edu.bd resolves to 1 IPv4 address operated by AS24940 in FI.

Nutrition Label

WHISPER CANON · scd.edu.bdRouting diversity1.5/10Peering density6.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.0/10canon.whisper.security/host/scd.edu.bd

Resolution chain

scd.edu.bd resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
135.181.85.36135.181.0.0/16AS24940FI

WHOIS identity

No WHOIS records are currently associated with scd.edu.bd in WhisperGraph.

Subdomains

8 observed subdomains of scd.edu.bd.

Web-graph footprint

Distinct hostnames that link to or from scd.edu.bd in the public web crawl.

13 sites linked to from this hostname.

Threat posture

History

Mail and authentication

MX records

  • scd.edu.bd

SPF policy

10 SPF mechanisms authorising senders for scd.edu.bd.

MechanismTarget
SPF_Ascd.edu.bd
SPF_INCLUDErelay.mailchannels.net
SPF_INCLUDEspf.hostns.io
SPF_IP109.70.148.44
SPF_IP209.133.206.18
SPF_IP5.254.76.162
SPF_IP77.72.0.114/32
SPF_IP81.19.211.8
SPF_IP91.204.209.4
SPF_MXscd.edu.bd

Related pages

Pivot deeper into the graph from scd.edu.bd.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "scd.edu.bd"})-[: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.