Hostname
support.userway.org
Last fetched
support.userway.org resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BR.
Nutrition Label
Resolution chain
support.userway.org resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.139.119.110 | 108.139.119.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 108.139.119.48 | 108.139.119.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 108.139.119.49 | 108.139.119.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 108.139.119.67 | 108.139.119.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 13.226.15.18 | 13.226.14.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MX |
| 13.226.15.38 | 13.226.14.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MX |
| 13.226.15.6 | 13.226.14.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MX |
| 13.226.15.60 | 13.226.14.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MX |
WHOIS identity
No WHOIS records are currently associated with support.userway.org in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from support.userway.org in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for support.userway.org.
| Mechanism | Target |
|---|---|
| SPF_A | support.userway.org |
| SPF_INCLUDE | 6096567.spf03.hubspotemail.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_MX | support.userway.org |
Related pages
Pivot deeper into the graph from support.userway.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "support.userway.org"})-[: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.