Hostname
edifier.arq.br
Last fetched
edifier.arq.br resolves to 2 IPv4 addresses operated by AS16276 in FR.
Nutrition Label
Resolution chain
edifier.arq.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 |
|---|---|---|---|---|
| 141.94.200.105 | 141.94.0.0/16 | AS16276 | — | FR |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | US |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with edifier.arq.br in WhisperGraph.
Subdomains
5 observed subdomains of edifier.arq.br.
Web-graph footprint
Distinct hostnames that link to or from edifier.arq.br in the public web crawl.
6 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for edifier.arq.br.
| Mechanism | Target |
|---|---|
| SPF_A | edifier.arq.br |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 141.94.200.105 |
| SPF_IP | 54.39.18.179 |
| SPF_MX | edifier.arq.br |
Related pages
Pivot deeper into the graph from edifier.arq.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "edifier.arq.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.