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
Resolution chain
benjmarc.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.72.163.58 | 103.72.163.0/24 | AS132372 | — | MY |
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.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- benjmarc.com
SPF policy
11 SPF mechanisms authorising senders for benjmarc.com.
| Mechanism | Target |
|---|---|
| SPF_A | benjmarc.com |
| SPF_INCLUDE | _spf.mlsend.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_IP | 103.72.163.15 |
| SPF_IP | 103.72.163.180 |
| SPF_IP | 103.72.163.58 |
| SPF_IP | 185.201.17.103 |
| SPF_IP | 185.201.17.72 |
| SPF_IP | 185.201.17.92 |
| SPF_IP | 207.244.64.180 |
| SPF_MX | benjmarc.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.