Skip to content

Hostname

mail.bilimp.com

Last fetched

mail.bilimp.com resolves to 1 IPv4 address operated by TELLCOM-AS in TR.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
213.14.67.220213.14.64.0/20AS34984TELLCOM-ASTR

WHOIS identity

No WHOIS records are currently associated with mail.bilimp.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

8 SPF mechanisms authorising senders for mail.bilimp.com.

MechanismTarget
SPF_Amail.bilimp.com
SPF_IP185.51.39.104
SPF_IP213.14.67.220
SPF_IP31.210.154.82
SPF_IP37.247.98.228
SPF_IP37.247.98.230
SPF_IP37.247.98.245
SPF_MXmail.bilimp.com

Related pages

Pivot deeper into the graph from mail.bilimp.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "mail.bilimp.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.