Hostname
carglass.se
Last fetched
carglass.se resolves to 3 IPv4 addresses operated by GOOGLE-CLOUD-PLATFORM - Google LLC in US. WHOIS lists registrar:csc corp domains as the registrar.
Nutrition Label
Resolution chain
carglass.se resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.198.14.52 | 104.198.0.0/20 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
| 13.248.201.191 | 13.248.192.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 76.223.86.83 | 76.223.80.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- registrar:csc corp domains
- Organization
- —
- Contact emails
- —
Subdomains
19 observed subdomains of carglass.se.
Showing 15 of 19. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from carglass.se in the public web crawl.
95 sites link to this hostname.
41 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for carglass.se.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.saasplaza.com |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from carglass.se.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "carglass.se"})-[: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.