Skip to content

Hostname

dev2.omondrive.fr

Last fetched

dev2.omondrive.fr resolves to 1 IPv4 address operated by AS16276 in FR.

Nutrition Label

WHISPER CANON · dev2.omondrive.frRouting diversity1.5/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/dev2.omondrive.fr

Resolution chain

dev2.omondrive.fr resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
141.95.173.68141.95.128.0/17AS16276FR

WHOIS identity

No WHOIS records are currently associated with dev2.omondrive.fr in WhisperGraph.

Threat posture

History

Mail and authentication

MX records

SPF policy

5 SPF mechanisms authorising senders for dev2.omondrive.fr.

MechanismTarget
SPF_Adev2.omondrive.fr
SPF_INCLUDE_spf.odoo.com
SPF_INCLUDEmx.ovh.com
SPF_IP141.95.173.68
SPF_MXdev2.omondrive.fr

Related pages

Pivot deeper into the graph from dev2.omondrive.fr.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "dev2.omondrive.fr"})-[: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.