Skip to content

Hostname

40sec.me

Last fetched

40sec.me resolves to 6 IPv4 addresses operated by AlexHost - ALEXHOST SRL in CH.

Nutrition Label

WHISPER CANON · 40sec.meRouting diversity4.2/10Peering density8.3/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint5.2/10canon.whisper.security/host/40sec.me

Resolution chain

40sec.me resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
2.59.219.232.59.219.0/24AS200019AlexHost - ALEXHOST SRLCH
38.180.85.3938.180.84.0/23AS51852PLI-AS - Private Layer INCCH
67.159.17.4267.159.17.0/24AS30058FDCSERVERS - FDCservers.netAT
83.228.223.14883.228.192.0/18AS29222Infomaniak-AS - Infomaniak Network SACH
149.33.15.225149.33.15.0/24AS51852PLI-AS - Private Layer INCCH
185.114.117.218185.114.117.0/24AS51852PLI-AS - Private Layer INCCH

WHOIS identity

No WHOIS records are currently associated with 40sec.me in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from 40sec.me.

Cypher and MCP

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

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