Skip to content

Hostname

practice.ppc.world

Last fetched

practice.ppc.world resolves to 1 IPv4 address operated by AS51115 in RU.

Nutrition Label

WHISPER CANON · practice.ppc.worldRouting diversity1.5/10Peering density1.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.0/10canon.whisper.security/host/practice.ppc.world

Resolution chain

practice.ppc.world resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
185.65.148.19185.65.148.0/23AS51115RU

WHOIS identity

No WHOIS records are currently associated with practice.ppc.world in WhisperGraph.

Threat posture

History

Mail and authentication

MX records

SPF policy

3 SPF mechanisms authorising senders for practice.ppc.world.

MechanismTarget
SPF_Apractice.ppc.world
SPF_INCLUDEc0185395a678ee5ddc944904fb1dc1a2.gca.to
SPF_MXpractice.ppc.world

Related pages

Pivot deeper into the graph from practice.ppc.world.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "practice.ppc.world"})-[: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.