Hostname
auo.com
Last fetched
auo.com resolves to 1 IPv4 address operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in SG. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
auo.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 |
|---|---|---|---|---|
| 4.145.178.63 | 4.144.0.0/12 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | SG |
WHOIS identity
- Registrar
- iana:48
- Organization
- au optronics
- Contact emails
Subdomains
58 observed subdomains of auo.com.
Showing 25 of 58. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from auo.com in the public web crawl.
938 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for auo.com.
| Mechanism | Target |
|---|---|
| SPF_A | auo.com |
| SPF_A | ausmr1.auo.com |
| SPF_A | ausmr2.auo.com |
| SPF_A | oms2.auo.com |
| SPF_A | omx1.auo.com |
| SPF_INCLUDE | aspmx.pardot.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 203.74.119.0/24 |
| SPF_IP | 220.128.69.162/26 |
| SPF_IP | 58.211.112.135 |
| SPF_IP | 58.211.112.136 |
| SPF_MX | auo.com |
Related pages
Pivot deeper into the graph from auo.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "auo.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.