Hostname
xtracars.pt
Last fetched
xtracars.pt resolves to 4 IPv4 addresses operated by AS20940 in DE.
Nutrition Label
Resolution chain
xtracars.pt resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.16.204.75 | 2.16.204.0/24 | AS20940 | — | DE |
| 2.16.204.89 | 2.16.204.0/24 | AS20940 | — | DE |
| 2.19.195.130 | 2.19.194.0/23 | AS20940 | — | NL |
| 2.19.195.59 | 2.19.194.0/23 | AS20940 | — | NL |
WHOIS identity
- Registrar
- —
- Organization
- guerin rent a car dois lda
- Contact emails
Subdomains
5 observed subdomains of xtracars.pt.
Web-graph footprint
Distinct hostnames that link to or from xtracars.pt in the public web crawl.
19 sites link to this hostname.
28 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for xtracars.pt.
| Mechanism | Target |
|---|---|
| SPF_A | xtracars.pt |
| SPF_INCLUDE | _spf.kmitd.com |
| SPF_INCLUDE | eu.zcsend.net |
| SPF_INCLUDE | one.zoho.eu |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 195.23.106.20/32 |
| SPF_IP | 195.23.106.26/32 |
| SPF_IP | 195.23.106.27/32 |
| SPF_MX | xtracars.pt |
Related pages
Pivot deeper into the graph from xtracars.pt.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "xtracars.pt"})-[: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.