Hostname
wtxl.com
Last fetched
wtxl.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in AU. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
wtxl.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.155.88.12 | 18.155.88.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 18.155.88.7 | 18.155.88.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 18.155.88.83 | 18.155.88.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 18.155.88.95 | 18.155.88.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 18.244.87.10 | 18.244.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BG |
| 18.244.87.33 | 18.244.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BG |
| 18.244.87.79 | 18.244.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BG |
| 18.244.87.82 | 18.244.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BG |
| 52.222.214.114 | 52.222.212.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.222.214.55 | 52.222.212.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.222.214.8 | 52.222.212.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.222.214.97 | 52.222.212.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:292
- Organization
- the e. w. scripps
- Contact emails
Subdomains
8 observed subdomains of wtxl.com.
Web-graph footprint
Distinct hostnames that link to or from wtxl.com in the public web crawl.
1,422 sites link to this hostname.
1,991 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for wtxl.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | %{ir}.%{v}.%{d}.spf.has.pphosted.com |
Related pages
Pivot deeper into the graph from wtxl.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wtxl.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.