Hostname
mail.datayoung.com
Last fetched
mail.datayoung.com resolves to 2 IPv4 addresses operated by AS58044 in SK.
Nutrition Label
Resolution chain
mail.datayoung.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 |
|---|---|---|---|---|
| 176.112.191.141 | 176.112.176.0/20 | AS58044 | — | SK |
| 208.87.132.192 | 208.87.132.0/24 | AS29802 | HVC-AS - HIVELOCITY, Inc. | SG |
WHOIS identity
No WHOIS records are currently associated with mail.datayoung.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
- mail.datayoung.com
SPF policy
7 SPF mechanisms authorising senders for mail.datayoung.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.datayoung.com |
| SPF_IP | 107.173.85.178 |
| SPF_IP | 192.3.204.108 |
| SPF_IP | 203.159.94.253 |
| SPF_IP | 208.87.132.192 |
| SPF_IP | 64.37.52.162 |
| SPF_MX | mail.datayoung.com |
Related pages
Pivot deeper into the graph from mail.datayoung.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.datayoung.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.