Skip to content

Hostname

behsim.com

Last fetched

behsim.com resolves to 1 IPv4 address operated by PARVASYSTEM in IR. WHOIS lists iana:1387 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
45.159.150.24545.159.150.0/24AS60631PARVASYSTEMIR

WHOIS identity

Registrar
iana:1387
Organization
????? ????????
Contact emails

Subdomains

8 observed subdomains of behsim.com.

Web-graph footprint

Distinct hostnames that link to or from behsim.com in the public web crawl.

Sample inbound links

Threat posture

History

Mail and authentication

MX records

SPF policy

3 SPF mechanisms authorising senders for behsim.com.

MechanismTarget
SPF_Abehsim.com
SPF_IP45.159.150.245
SPF_MXbehsim.com

Related pages

Pivot deeper into the graph from behsim.com.

Cypher and MCP

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

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