Hostname
secure.48craft.com
Last fetched
secure.48craft.com resolves to 1 IPv4 address operated by PRIVATESYSTEMS - PrivateSystems Networks in US.
Nutrition Label
Resolution chain
secure.48craft.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 |
|---|---|---|---|---|
| 67.222.6.243 | 67.222.0.0/21 | AS63410 | PRIVATESYSTEMS - PrivateSystems Networks | US |
WHOIS identity
No WHOIS records are currently associated with secure.48craft.com in WhisperGraph.
Subdomains
1 observed subdomain of secure.48craft.com.
| Subdomain |
|---|
| www.secure.48craft.com |
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for secure.48craft.com.
| Mechanism | Target |
|---|---|
| SPF_A | secure.48craft.com |
| SPF_IP | 67.222.6.243 |
| SPF_MX | secure.48craft.com |
Related pages
Pivot deeper into the graph from secure.48craft.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "secure.48craft.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.