Hostname
team71.link
Last fetched
team71.link resolves to 3 IPv4 addresses operated by HETZNER-AS in FI.
Nutrition Label
Resolution chain
team71.link resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 135.181.100.235 | 135.181.0.0/16 | AS24940 | HETZNER-AS | FI |
| 160.25.7.135 | 160.25.7.0/24 | AS151786 | HPLINKINTERNET-AS-AP HPLink | BD |
| 161.248.188.69 | 161.248.188.0/24 | AS153523 | UHB-AS-AP Ummah Host | BD |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for team71.link.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 160.25.7.135 |
| SPF_IP | 161.248.188.69 |
Related pages
Pivot deeper into the graph from team71.link.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "team71.link"})-[: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.