Hostname
oneas1a.com
Last fetched
oneas1a.com resolves to 2 IPv4 addresses operated by AS58627 in HK. WHOIS lists iana:886 as the registrar.
Nutrition Label
Resolution chain
oneas1a.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 |
|---|---|---|---|---|
| 103.9.244.68 | 103.9.244.0/22 | AS58627 | — | HK |
| 103.9.244.69 | 103.9.244.0/22 | AS58627 | — | HK |
WHOIS identity
- Registrar
- iana:886
- Organization
- domain privacy service fbo registrant.
- Contact emails
Subdomains
52 observed subdomains of oneas1a.com.
Showing 25 of 52. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from oneas1a.com in the public web crawl.
63 sites link to this hostname.
37 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for oneas1a.com.
| Mechanism | Target |
|---|---|
| SPF_A | oneas1a.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 103.1.32.134 |
| SPF_IP | 103.1.32.186 |
| SPF_IP | 103.9.244.68 |
| SPF_IP | 103.9.244.69 |
| SPF_IP | 103.9.244.70 |
| SPF_IP | 103.9.245.4 |
| SPF_IP | 14.136.217.119 |
| SPF_MX | oneas1a.com |
Related pages
Pivot deeper into the graph from oneas1a.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "oneas1a.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.