Hostname
ya-man.com
Last fetched
ya-man.com resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
ya-man.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 |
|---|---|---|---|---|
| 104.20.34.216 | 104.20.32.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.66.146.69 | 172.66.144.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
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 ya-man.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
16 SPF mechanisms authorising senders for ya-man.com.
| Mechanism | Target |
|---|---|
| SPF_A | ya-man.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | bmsend.com |
| SPF_INCLUDE | crmstyle.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf-pvg5.baremetal.jp |
| SPF_INCLUDE | spf.tmems-jp.trendmicro.com |
| SPF_INCLUDE | spf.w2solution.com |
| SPF_IP | 116.118.232.61 |
| SPF_IP | 116.118.233.225 |
| SPF_IP | 121.50.62.25 |
| SPF_IP | 121.50.62.28 |
| SPF_IP | 124.248.149.176 |
| SPF_IP | 133.130.96.198 |
| SPF_IP | 202.144.233.75/32 |
| SPF_MX | ya-man.com |
Related pages
Pivot deeper into the graph from ya-man.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ya-man.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.