Skip to content

Hostname

metid.polimi.it

Last fetched

metid.polimi.it resolves to 2 IPv4 addresses operated by AS137 in IT.

Nutrition Label

WHISPER CANON · metid.polimi.itRouting diversity1.5/10Peering density5.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.0/10canon.whisper.security/host/metid.polimi.it

Resolution chain

metid.polimi.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 metid.polimi.it in WhisperGraph.

Subdomains

77 observed subdomains of metid.polimi.it.

Web-graph footprint

Distinct hostnames that link to or from metid.polimi.it in the public web crawl.

61 sites link to this hostname.

45 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for metid.polimi.it.

MechanismTarget
SPF_INCLUDEmusvc.com
SPF_INCLUDEspf.protection.outlook.com

Related pages

Pivot deeper into the graph from metid.polimi.it.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "metid.polimi.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.