Hostname
constructionguy.com
Last fetched
constructionguy.com resolves to 3 IPv4 addresses operated by AS213877 in GB. WHOIS lists iana:52 as the registrar.
Nutrition Label
Resolution chain
constructionguy.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 144.31.244.22 | 144.34.1.0/24 | AS213877 | — | GB |
| 64.29.151.221 | 64.29.226.0/24 | AS30447 | INFB2-AS - Internet Names For Business Inc. | CA |
| 94.154.35.200 | 94.154.53.0/24 | AS202412 | — | NL |
WHOIS identity
- Registrar
- iana:52
- Organization
- ---
- Contact emails
Subdomains
3 observed subdomains of constructionguy.com.
Web-graph footprint
Distinct hostnames that link to or from constructionguy.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for constructionguy.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | websitewelcome.com |
| SPF_IP | 66.96.128.0/18 |
Related pages
Pivot deeper into the graph from constructionguy.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "constructionguy.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.