Hostname
mail.notlhydro.com
Last fetched
mail.notlhydro.com resolves to 1 IPv4 address operated by AS16276 in CA.
Nutrition Label
Resolution chain
mail.notlhydro.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 |
|---|---|---|---|---|
| 142.44.144.1 | 142.44.128.0/17 | AS16276 | — | CA |
WHOIS identity
No WHOIS records are currently associated with mail.notlhydro.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for mail.notlhydro.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.skycomp.ca |
| SPF_IP | 199.168.249.18 |
| SPF_IP | 209.167.31.0/24 |
| SPF_IP | 209.167.35.130/26 |
| SPF_IP | 216.234.32.64/28 |
| SPF_IP | 216.234.63.42 |
| SPF_IP | 63.104.149.38 |
| SPF_IP | 66.209.48.90/30 |
| SPF_IP | 66.209.54.161/28 |
| SPF_IP | 72.142.12.198/28 |
Related pages
Pivot deeper into the graph from mail.notlhydro.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.notlhydro.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.