Hostname
dibal.com
Last fetched
dibal.com resolves to 1 IPv4 address operated by UNELINK in ES. WHOIS lists iana:1647 as the registrar.
Nutrition Label
Resolution chain
dibal.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 |
|---|---|---|---|---|
| 37.153.90.36 | 37.153.90.0/24 | AS60494 | UNELINK | ES |
WHOIS identity
- Registrar
- iana:1647
- Organization
- dibal,
- Contact emails
Subdomains
5 observed subdomains of dibal.com.
Web-graph footprint
Distinct hostnames that link to or from dibal.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for dibal.com.
| Mechanism | Target |
|---|---|
| SPF_A | mx.semantictd.com |
| SPF_A | mx5.semantic-systems.com |
| SPF_INCLUDE | _spf.hispatek.com |
| SPF_INCLUDE | _spf.stampymail.com |
| SPF_INCLUDE | mail.dibal.ladesk.com |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 188.165.91.206 |
| SPF_IP | 194.30.73.42 |
| SPF_IP | 94.127.186.33/24 |
Related pages
Pivot deeper into the graph from dibal.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dibal.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.