Hostname
bendic.com
Last fetched
bendic.com resolves to 1 IPv4 address operated by PREVIDER-AS in NL. WHOIS lists iana:1647 as the registrar.
Nutrition Label
Resolution chain
bendic.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 |
|---|---|---|---|---|
| 31.7.0.186 | 31.7.0.0/22 | AS20847 | PREVIDER-AS | NL |
WHOIS identity
- Registrar
- iana:1647
- Organization
- reggestad automatisering v.o.f.
- Contact emails
Subdomains
2 observed subdomains of bendic.com.
| Subdomain |
|---|
| mail.bendic.com |
| www.bendic.com |
Web-graph footprint
Distinct hostnames that link to or from bendic.com in the public web crawl.
294 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for bendic.com.
| Mechanism | Target |
|---|---|
| SPF_A | bendic.com |
| SPF_IP | 2a03:9700:8000:0:0:0:0:186 |
| SPF_IP | 31.7.0.186 |
| SPF_MX | bendic.com |
Related pages
Pivot deeper into the graph from bendic.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bendic.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.