Hostname
metid.polimi.it
Last fetched
metid.polimi.it resolves to 2 IPv4 addresses operated by AS137 in IT.
Nutrition Label
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.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 131.175.186.39 | 131.175.0.0/16 | AS137 | — | IT |
| 131.175.187.177 | 131.175.0.0/16 | AS137 | — | IT |
WHOIS identity
No WHOIS records are currently associated with metid.polimi.it in WhisperGraph.
Subdomains
77 observed subdomains of metid.polimi.it.
Showing 25 of 77. View all subdomains →
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.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for metid.polimi.it.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | musvc.com |
| SPF_INCLUDE | spf.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.