Skip to content

Hostname

junebug.fi

Last fetched

junebug.fi resolves to 1 IPv4 address operated by GLESYS-FI-2 in FI.

Nutrition Label

WHISPER CANON · junebug.fiRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/junebug.fi

Resolution chain

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

IPPrefixASNOperatorCountry
77.240.19.4277.240.18.0/23AS35382GLESYS-FI-2FI

WHOIS identity

No WHOIS records are currently associated with junebug.fi in WhisperGraph.

Subdomains

11 observed subdomains of junebug.fi.

Web-graph footprint

Distinct hostnames that link to or from junebug.fi in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for junebug.fi.

MechanismTarget
SPF_Ajunebug.requeste.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP20.107.224.61

Related pages

Pivot deeper into the graph from junebug.fi.

Cypher and MCP

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

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