Hostname
emailchef.com
Last fetched
emailchef.com resolves to 2 IPv4 addresses operated by SOFTLAYER - IBM Cloud in CA.
Nutrition Label
Resolution chain
emailchef.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 159.122.99.28 | 159.122.64.0/18 | AS36351 | SOFTLAYER - IBM Cloud | CA |
| 185.228.39.37 | 185.228.39.0/24 | AS36351 | SOFTLAYER - IBM Cloud | IT |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from emailchef.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for emailchef.com.
| Mechanism | Target |
|---|---|
| SPF_A | emailchef.com |
| SPF_IP | 185.228.36.0/22 |
| SPF_IP | 199.187.172.0/22 |
| SPF_IP | 199.244.72.0/22 |
| SPF_IP | 5.83.159.0/24 |
| SPF_IP | 78.46.210.192/27 |
| SPF_IP | 89.144.43.0/24 |
| SPF_MX | emailchef.com |
Related pages
Pivot deeper into the graph from emailchef.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "emailchef.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.