Skip to content

Hostname

itup.pt

Last fetched

itup.pt resolves to 1 IPv4 address operated by WEBHS WEBSP LDA in PT.

Nutrition Label

WHISPER CANON · itup.ptRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/itup.pt

Resolution chain

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

IPPrefixASNOperatorCountry
185.90.58.64185.90.58.0/24AS59787WEBHS WEBSP LDAPT

WHOIS identity

No WHOIS records are currently associated with itup.pt in WhisperGraph.

Subdomains

18 observed subdomains of itup.pt.

Web-graph footprint

Distinct hostnames that link to or from itup.pt in the public web crawl.

7 sites link to this hostname.

Sample outbound links

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for itup.pt.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDE_spf17.serverhs.org
SPF_IP185.90.59.22
SPF_IP185.90.59.31

Related pages

Pivot deeper into the graph from itup.pt.

Cypher and MCP

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

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