Hostname
quark.esp.br
Last fetched
quark.esp.br resolves to 2 IPv4 addresses operated by ASN-FLEXENTIAL - Flexential Colorado Corp. in US.
Nutrition Label
Resolution chain
quark.esp.br resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 208.115.44.81 | 208.115.40.0/21 | AS13649 | ASN-FLEXENTIAL - Flexential Colorado Corp. | US |
| 208.115.44.85 | 208.115.40.0/21 | AS13649 | ASN-FLEXENTIAL - Flexential Colorado Corp. | US |
WHOIS identity
No WHOIS records are currently associated with quark.esp.br in WhisperGraph.
Subdomains
1 observed subdomain of quark.esp.br.
| Subdomain |
|---|
| www.quark.esp.br |
Web-graph footprint
Distinct hostnames that link to or from quark.esp.br in the public web crawl.
12 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for quark.esp.br.
| Mechanism | Target |
|---|---|
| SPF_A | quark.esp.br |
| SPF_IP | 208.115.44.81 |
| SPF_IP | 208.115.44.85 |
| SPF_MX | quark.esp.br |
Related pages
Pivot deeper into the graph from quark.esp.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "quark.esp.br"})-[: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.