Hostname
tap-ag.com
Last fetched
tap-ag.com resolves to 1 IPv4 address operated by AS20857 in NL. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
tap-ag.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 |
|---|---|---|---|---|
| 89.41.169.6 | 89.41.168.0/22 | AS20857 | — | NL |
WHOIS identity
- Registrar
- iana:2
- Organization
- trans adriatic pipeline
- Contact emails
Subdomains
16 observed subdomains of tap-ag.com.
Web-graph footprint
Distinct hostnames that link to or from tap-ag.com in the public web crawl.
288 sites link to this hostname.
113 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
18 SPF mechanisms authorising senders for tap-ag.com.
| Mechanism | Target |
|---|---|
| SPF_A | tap-ag.com |
| SPF_INCLUDE | spf.crsend.com |
| SPF_INCLUDE | spf.emailsignatures365.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 13.36.253.151/32 |
| SPF_IP | 13.37.17.159/32 |
| SPF_IP | 13.94.242.2 |
| SPF_IP | 136.144.230.135 |
| SPF_IP | 15.236.171.222/32 |
| SPF_IP | 3.123.206.219/32 |
| SPF_IP | 3.68.129.51/32 |
| SPF_IP | 35.181.156.191/32 |
| SPF_IP | 37.97.228.173 |
| SPF_IP | 40.107.5.93 |
| SPF_IP | 40.74.35.139 |
| SPF_IP | 51.105.148.13 |
| SPF_IP | 52.156.248.120 |
| SPF_MX | tap-ag.com |
Related pages
Pivot deeper into the graph from tap-ag.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tap-ag.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.