Hostname
tampoprint.md
Last fetched
tampoprint.md resolves to 3 IPv4 addresses operated by AS216154 in NL.
Nutrition Label
Resolution chain
tampoprint.md 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 |
|---|---|---|---|---|
| 103.54.19.40 | 103.54.16.0/22 | AS216154 | — | NL |
| 103.54.19.41 | 103.54.16.0/22 | AS216154 | — | NL |
| 80.74.29.29 | 80.74.24.0/21 | AS216154 | — | NL |
WHOIS identity
No WHOIS records are currently associated with tampoprint.md in WhisperGraph.
Subdomains
2 observed subdomains of tampoprint.md.
| Subdomain |
|---|
| mail.tampoprint.md |
| www.tampoprint.md |
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for tampoprint.md.
| Mechanism | Target |
|---|---|
| SPF_A | tampoprint.md |
| SPF_IP | 103.54.19.40 |
| SPF_IP | 80.74.29.29 |
| SPF_MX | tampoprint.md |
Related pages
Pivot deeper into the graph from tampoprint.md.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tampoprint.md"})-[: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.