Hostname
jabama.com
Last fetched
jabama.com resolves to 1 IPv4 address operated by AS34947 in IR. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
jabama.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 |
|---|---|---|---|---|
| 45.89.201.15 | 45.89.201.0/24 | AS34947 | — | IR |
WHOIS identity
- Registrar
- iana:146
- Organization
- domain manager
- Contact emails
Subdomains
15 observed subdomains of jabama.com.
Web-graph footprint
Distinct hostnames that link to or from jabama.com in the public web crawl.
324 sites link to this hostname.
26 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for jabama.com.
| Mechanism | Target |
|---|---|
| SPF_A | jabama.com |
| SPF_INCLUDE | mailgun.org |
| SPF_IP | 103.116.158.0/24 |
| SPF_IP | 103.60.218.0/24 |
| SPF_IP | 103.77.114.0/24 |
| SPF_IP | 103.81.137.0/24 |
| SPF_IP | 103.81.181.0/24 |
| SPF_IP | 188.40.182.254/32 |
| SPF_IP | 208.100.49.128/28 |
| SPF_MX | jabama.com |
Related pages
Pivot deeper into the graph from jabama.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "jabama.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.