Hostname
www.blccdd.com
Last fetched
www.blccdd.com resolves to 1 IPv4 address operated by AS-26496-GO-DADDY-COM-LLC - GoDaddy.com, LLC in US.
Nutrition Label
Resolution chain
www.blccdd.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 50.63.7.242 | 50.62.0.0/15 | AS26496 | AS-26496-GO-DADDY-COM-LLC - GoDaddy.com, LLC | US |
WHOIS identity
No WHOIS records are currently associated with www.blccdd.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for www.blccdd.com.
| Mechanism | Target |
|---|---|
| SPF_A | cloud5.spamtitan.com |
| SPF_A | cloud7.spamtitan.com |
| SPF_A | www.blccdd.com |
| SPF_INCLUDE | blccdd-com.spf.smtp25.com |
| SPF_INCLUDE | edgepilot.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 192.168.200.8/32 |
| SPF_IP | 204.10.183.27/32 |
| SPF_MX | www.blccdd.com |
Related pages
Pivot deeper into the graph from www.blccdd.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.blccdd.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.