Skip to content

Hostname

uc.se

Last fetched

uc.se resolves to 1 IPv4 address operated by TELE2 in SE. WHOIS lists registrar:dotkeeper ab as the registrar.

Nutrition Label

WHISPER CANON · uc.seRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/uc.se

Resolution chain

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

IPPrefixASNOperatorCountry
193.15.56.132193.12.0.0/14AS1257TELE2SE

WHOIS identity

Registrar
registrar:dotkeeper ab
Organization
Contact emails

Subdomains

56 observed subdomains of uc.se.

Web-graph footprint

Distinct hostnames that link to or from uc.se in the public web crawl.

2,788 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

12 SPF mechanisms authorising senders for uc.se.

MechanismTarget
SPF_INCLUDE_spf.eu.mailgun.org
SPF_INCLUDE_spf.google.com
SPF_INCLUDE_spf.salesforce.com
SPF_INCLUDEspf.asiakastieto.fi
SPF_INCLUDEspf.protection.outlook.com
SPF_IP185.225.48.129
SPF_IP193.15.56.199
SPF_IP193.210.45.233
SPF_IP194.164.14.100
SPF_IP2a02:c58:4:4::/64
SPF_IP85.119.129.0/24
SPF_IP91.233.125.0/24

Related pages

Pivot deeper into the graph from uc.se.

Cypher and MCP

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

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