Hostname
dayungs.com
Last fetched
dayungs.com resolves to 1 IPv4 address operated by AS3462 in TW. WHOIS lists iana:1336 as the registrar.
Nutrition Label
Resolution chain
dayungs.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 |
|---|---|---|---|---|
| 61.221.12.13 | 61.221.0.0/16 | AS3462 | — | TW |
WHOIS identity
- Registrar
- iana:1336
- Organization
- dayungs tea
- Contact emails
Subdomains
9 observed subdomains of dayungs.com.
Web-graph footprint
Distinct hostnames that link to or from dayungs.com in the public web crawl.
60 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for dayungs.com.
| Mechanism | Target |
|---|---|
| SPF_A | dayungs.com |
| SPF_IP | 211.23.95.245 |
| SPF_IP | 35.201.156.250 |
| SPF_IP | 61.221.12.14 |
| SPF_IP | 61.221.12.59 |
| SPF_MX | dayungs.com |
Related pages
Pivot deeper into the graph from dayungs.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dayungs.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.