Hostname
akertedarik.com
Last fetched
akertedarik.com resolves to 7 IPv4 addresses operated by AKAMAI-LINODE-AP - Akamai Connected Cloud in US. WHOIS lists iana:839 as the registrar.
Nutrition Label
Resolution chain
akertedarik.com resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 172.233.219.123 | 172.233.208.0/20 | AS63949 | AKAMAI-LINODE-AP - Akamai Connected Cloud | US |
| 172.233.219.49 | 172.233.208.0/20 | AS63949 | AKAMAI-LINODE-AP - Akamai Connected Cloud | US |
| 172.233.219.78 | 172.233.208.0/20 | AS63949 | AKAMAI-LINODE-AP - Akamai Connected Cloud | US |
| 172.237.146.25 | 172.237.128.0/19 | AS63949 | AKAMAI-LINODE-AP - Akamai Connected Cloud | US |
| 172.237.146.38 | 172.237.128.0/19 | AS63949 | AKAMAI-LINODE-AP - Akamai Connected Cloud | US |
| 172.237.146.8 | 172.237.128.0/19 | AS63949 | AKAMAI-LINODE-AP - Akamai Connected Cloud | US |
| 185.149.100.133 | 185.149.100.0/24 | AS209853 | VERIDYEN - Veridyen Bilisim Teknolojileri Sanayi ve Ticaret Limited Sirketi | TR |
WHOIS identity
- Registrar
- iana:839
- Organization
- —
- Contact emails
- —
Subdomains
8 observed subdomains of akertedarik.com.
Threat posture
History
Mail and authentication
MX records
- akertedarik.com
- mx156.hostedmxserver.com
SPF policy
6 SPF mechanisms authorising senders for akertedarik.com.
| Mechanism | Target |
|---|---|
| SPF_A | akertedarik.com |
| SPF_INCLUDE | _spf.protection.veridyen.com |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_IP | 185.149.100.133 |
| SPF_IP | 45.151.248.14 |
| SPF_MX | akertedarik.com |
Related pages
Pivot deeper into the graph from akertedarik.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "akertedarik.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.