Hostname
tmktrefeller.no
Last fetched
tmktrefeller.no resolves to 3 IPv4 addresses operated by AS42708 in FI.
Nutrition Label
Resolution chain
tmktrefeller.no 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 |
|---|---|---|---|---|
| 83.143.220.147 | 83.143.216.0/21 | AS42708 | — | FI |
| 83.143.220.150 | 83.143.216.0/21 | AS42708 | — | FI |
| 83.143.220.151 | 83.143.216.0/21 | AS42708 | — | FI |
WHOIS identity
No WHOIS records are currently associated with tmktrefeller.no in WhisperGraph.
Subdomains
1 observed subdomain of tmktrefeller.no.
| Subdomain |
|---|
| www.tmktrefeller.no |
Web-graph footprint
Distinct hostnames that link to or from tmktrefeller.no in the public web crawl.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for tmktrefeller.no.
| Mechanism | Target |
|---|---|
| SPF_A | tmktrefeller.no |
| SPF_INCLUDE | sendgrid.net |
| SPF_MX | tmktrefeller.no |
Related pages
Pivot deeper into the graph from tmktrefeller.no.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tmktrefeller.no"})-[: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.