Hostname
agaoglu1967.com
Last fetched
agaoglu1967.com resolves to 2 IPv4 addresses operated by AS20649 in TR. WHOIS lists iana:1454 as the registrar.
Nutrition Label
Resolution chain
agaoglu1967.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 |
|---|---|---|---|---|
| 217.195.196.4 | 217.195.196.0/24 | AS20649 | — | TR |
| 217.195.196.5 | 217.195.196.0/24 | AS20649 | — | TR |
WHOIS identity
- Registrar
- iana:1454
- Organization
- aycan ibrahimagaoglu
- Contact emails
Subdomains
7 observed subdomains of agaoglu1967.com.
Web-graph footprint
Distinct hostnames that link to or from agaoglu1967.com in the public web crawl.
9 sites linked to from this hostname.
Threat posture
History
Mail and authentication
MX records
- agaoglu1967.com
SPF policy
7 SPF mechanisms authorising senders for agaoglu1967.com.
| Mechanism | Target |
|---|---|
| SPF_A | agaoglu1967.com |
| SPF_IP | 217.195.196.240 |
| SPF_IP | 217.195.196.241 |
| SPF_IP | 217.195.196.4 |
| SPF_IP | 217.195.196.5 |
| SPF_IP | 217.195.196.9 |
| SPF_MX | agaoglu1967.com |
Related pages
Pivot deeper into the graph from agaoglu1967.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "agaoglu1967.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.