Skip to content

Hostname

userfe.wwpass.com

Last fetched

userfe.wwpass.com resolves to 4 IPv4 addresses operated by COGENT-174 - Cogent Communications, LLC in CH.

Nutrition Label

WHISPER CANON · userfe.wwpass.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/userfe.wwpass.com

Resolution chain

userfe.wwpass.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
130.117.224.123130.117.0.0/16AS174COGENT-174 - Cogent Communications, LLCCH
174.142.250.60174.142.0.0/16AS32613IWEB-AS - Leaseweb Canada Inc.CA
198.180.250.35198.180.250.0/24AS46508WWP - Wwpass CorporationUS
74.124.5.11074.124.0.0/19AS13354ZC38-AS1 - zColoUS

WHOIS identity

WHOIS data is temporarily unavailable. Refresh in a moment to retry.

Subdomains

Subdomain count is temporarily unavailable. Refresh in a moment to retry.

Threat posture

History

Related pages

Pivot deeper into the graph from userfe.wwpass.com.

Cypher and MCP

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

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