Skip to content

Hostname

benjmarc.com

Last fetched

benjmarc.com resolves to 1 IPv4 address operated by AS132372 in MY. WHOIS lists iana:1068 as the registrar.

Nutrition Label

WHISPER CANON · benjmarc.comRouting diversity1.5/10Peering density4.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/benjmarc.com

Resolution chain

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

IPPrefixASNOperatorCountry
103.72.163.58103.72.163.0/24AS132372MY

WHOIS identity

Registrar
iana:1068
Organization
benjmarc plt
Contact emails

Subdomains

11 observed subdomains of benjmarc.com.

Web-graph footprint

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

14 sites link to this hostname.

Threat posture

History

Mail and authentication

MX records

  • benjmarc.com

SPF policy

11 SPF mechanisms authorising senders for benjmarc.com.

MechanismTarget
SPF_Abenjmarc.com
SPF_INCLUDE_spf.mlsend.com
SPF_INCLUDEspf.mailjet.com
SPF_IP103.72.163.15
SPF_IP103.72.163.180
SPF_IP103.72.163.58
SPF_IP185.201.17.103
SPF_IP185.201.17.72
SPF_IP185.201.17.92
SPF_IP207.244.64.180
SPF_MXbenjmarc.com

Related pages

Pivot deeper into the graph from benjmarc.com.

Cypher and MCP

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

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