Hostname
benizma.com
Last fetched
benizma.com resolves to 2 IPv4 addresses operated by AS24940 in DE. WHOIS lists iana:113 as the registrar.
Nutrition Label
Resolution chain
benizma.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 157.90.64.219 | 157.90.0.0/16 | AS24940 | — | DE |
| 157.90.64.220 | 157.90.0.0/16 | AS24940 | — | DE |
WHOIS identity
- Registrar
- iana:113
- Organization
- —
- Contact emails
- —
Subdomains
8 observed subdomains of benizma.com.
Web-graph footprint
Distinct hostnames that link to or from benizma.com in the public web crawl.
38 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
- benizma.com
SPF policy
12 SPF mechanisms authorising senders for benizma.com.
| Mechanism | Target |
|---|---|
| SPF_A | benizma.com |
| SPF_IP | 142.132.204.161 |
| SPF_IP | 144.76.9.138 |
| SPF_IP | 157.90.64.219 |
| SPF_IP | 157.90.64.223 |
| SPF_IP | 168.119.2.227 |
| SPF_IP | 178.63.9.182 |
| SPF_IP | 46.4.23.81 |
| SPF_IP | 5.61.25.23 |
| SPF_IP | 78.46.22.101 |
| SPF_IP | 93.187.70.35 |
| SPF_MX | benizma.com |
Related pages
Pivot deeper into the graph from benizma.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "benizma.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.