Skip to content

Hostname

oldfc.dev.cwg.it

Last fetched

oldfc.dev.cwg.it resolves to 2 IPv4 addresses operated by AS24940 in DE.

Nutrition Label

WHISPER CANON · oldfc.dev.cwg.itRouting diversity2.4/10Peering density8.1/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/oldfc.dev.cwg.it

Resolution chain

oldfc.dev.cwg.it resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

WHOIS identity

No WHOIS records are currently associated with oldfc.dev.cwg.it in WhisperGraph.

Subdomains

1 observed subdomain of oldfc.dev.cwg.it.

Threat posture

History

Mail and authentication

SPF policy

5 SPF mechanisms authorising senders for oldfc.dev.cwg.it.

MechanismTarget
SPF_Aoldfc.dev.cwg.it
SPF_IP159.89.12.139
SPF_IP49.12.155.58
SPF_IP91.98.212.198
SPF_MXoldfc.dev.cwg.it

Related pages

Pivot deeper into the graph from oldfc.dev.cwg.it.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "oldfc.dev.cwg.it"})-[: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.