Skip to content

Hostname

primefish.eu

Last fetched

primefish.eu resolves to 1 IPv4 address operated by INTERNETBOLAGET in NL.

Nutrition Label

WHISPER CANON · primefish.euRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/primefish.eu

Resolution chain

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

IPPrefixASNOperatorCountry
193.181.179.212193.181.178.0/23AS51747INTERNETBOLAGETNL

WHOIS identity

No WHOIS records are currently associated with primefish.eu in WhisperGraph.

Subdomains

4 observed subdomains of primefish.eu.

Web-graph footprint

Distinct hostnames that link to or from primefish.eu in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for primefish.eu.

MechanismTarget
SPF_IP193.181.179.212
SPF_IP2001:1af8:2100:b0a0:0:0:0:61
SPF_IP85.17.104.61

Related pages

Pivot deeper into the graph from primefish.eu.

Cypher and MCP

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

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