Hostname
webmail.wakeinc.com
Last fetched
webmail.wakeinc.com resolves to 3 IPv4 addresses operated by UNIFIEDLAYER-AS-1 - Unified Layer in US.
Nutrition Label
Resolution chain
webmail.wakeinc.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 |
|---|---|---|---|---|
| 108.167.140.161 | 108.167.140.0/23 | AS46606 | UNIFIEDLAYER-AS-1 - Unified Layer | US |
| 45.60.22.12 | 45.60.22.0/24 | AS19551 | INCAPSULA - Incapsula Inc | US |
| 45.60.25.12 | 45.60.25.0/24 | AS19551 | INCAPSULA - Incapsula Inc | US |
WHOIS identity
No WHOIS records are currently associated with webmail.wakeinc.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for webmail.wakeinc.com.
| Mechanism | Target |
|---|---|
| SPF_A | webmail.wakeinc.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | zcsend.net |
| SPF_IP | 108.167.133.16 |
| SPF_MX | webmail.wakeinc.com |
Related pages
Pivot deeper into the graph from webmail.wakeinc.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "webmail.wakeinc.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.