Hostname
ab.gov.tr
Last fetched
ab.gov.tr resolves to 2 IPv4 addresses operated by AS34984 in TR.
Nutrition Label
Resolution chain
ab.gov.tr 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 |
|---|---|---|---|---|
| 176.88.177.131 | 176.88.177.0/24 | AS34984 | — | TR |
| 92.45.27.120 | 92.45.26.0/23 | AS34984 | — | TR |
WHOIS identity
- Registrar
- —
- Organization
- avrupa birli?i bakanly?y
- Contact emails
Subdomains
16 observed subdomains of ab.gov.tr.
Web-graph footprint
Distinct hostnames that link to or from ab.gov.tr in the public web crawl.
840 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for ab.gov.tr.
| Mechanism | Target |
|---|---|
| SPF_A | ab.gov.tr |
| SPF_IP | 92.45.27.106/32 |
| SPF_IP | 92.45.27.107/32 |
| SPF_IP | 94.55.123.100/32 |
| SPF_IP | 94.55.123.94/32 |
| SPF_MX | ab.gov.tr |
Related pages
Pivot deeper into the graph from ab.gov.tr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ab.gov.tr"})-[: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.