Hostname
accton.com
Last fetched
accton.com resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in JP. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
accton.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 |
|---|---|---|---|---|
| 3.112.33.130 | 3.112.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
- Registrar
- iana:2
- Organization
- —
- Contact emails
Subdomains
22 observed subdomains of accton.com.
Web-graph footprint
Distinct hostnames that link to or from accton.com in the public web crawl.
170 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
15 SPF mechanisms authorising senders for accton.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 44980118.spf02.hubspotemail.net |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 103.140.14.137 |
| SPF_IP | 203.69.70.70 |
| SPF_IP | 219.80.60.131 |
| SPF_IP | 219.80.60.132 |
| SPF_IP | 219.80.60.151 |
| SPF_IP | 219.80.60.152 |
| SPF_IP | 59.124.186.67 |
| SPF_IP | 59.124.186.68 |
| SPF_IP | 59.124.186.87 |
| SPF_IP | 59.124.186.88 |
Related pages
Pivot deeper into the graph from accton.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "accton.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.