Hostname
adimadim.org
Last fetched
adimadim.org resolves to 1 IPv4 address operated by AS34619 in TR. WHOIS lists iana:1454 as the registrar.
Nutrition Label
Resolution chain
adimadim.org 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 |
|---|---|---|---|---|
| 94.73.148.135 | 94.73.148.0/24 | AS34619 | — | TR |
WHOIS identity
- Registrar
- iana:1454
- Organization
- cem ucan
- Contact emails
Subdomains
2 observed subdomains of adimadim.org.
| Subdomain |
|---|
| ipk.adimadim.org |
| www.adimadim.org |
Web-graph footprint
Distinct hostnames that link to or from adimadim.org in the public web crawl.
108 sites link to this hostname.
79 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for adimadim.org.
| Mechanism | Target |
|---|---|
| SPF_A | adimadim.org |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_INCLUDE | spf.useinbox.net |
| SPF_IP | 31.210.93.184 |
| SPF_MX | adimadim.org |
Related pages
Pivot deeper into the graph from adimadim.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "adimadim.org"})-[: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.