Hostname
senao.com
Last fetched
senao.com resolves to 16 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP. WHOIS lists iana:1336 as the registrar.
Nutrition Label
Resolution chain
senao.com resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
WHOIS identity
- Registrar
- iana:1336
- Organization
- senao networks,
- Contact emails
Subdomains
14 observed subdomains of senao.com.
Web-graph footprint
Distinct hostnames that link to or from senao.com in the public web crawl.
29 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for senao.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 113.160.209.66 |
| SPF_IP | 118.163.35.189 |
| SPF_IP | 125.228.123.38 |
| SPF_IP | 14.241.116.249 |
| SPF_IP | 59.120.68.101 |
| SPF_IP | 60.248.132.190 |
| SPF_MX | senao.com |
Related pages
Pivot deeper into the graph from senao.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "senao.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.