Skip to content

Hostname

bugs.mageia.org

Last fetched

bugs.mageia.org resolves to 1 IPv4 address operated by IELO IELO Main Network in FR.

Nutrition Label

WHISPER CANON · bugs.mageia.orgRouting diversity1.5/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/bugs.mageia.org

Resolution chain

bugs.mageia.org resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
212.85.158.151212.85.144.0/20AS29075IELO IELO Main NetworkFR

WHOIS identity

No WHOIS records are currently associated with bugs.mageia.org in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from bugs.mageia.org in the public web crawl.

148 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for bugs.mageia.org.

MechanismTarget
SPF_IP212.85.158.151
SPF_IP2a02:2178:2:7:0:0:0:7
SPF_MXmageia.org

Related pages

Pivot deeper into the graph from bugs.mageia.org.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "bugs.mageia.org"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.