Hostname
templomok.org
Last fetched
templomok.org resolves to 1 IPv4 address operated by AS9009 in RO. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
templomok.org 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 |
|---|---|---|---|---|
| 146.70.56.164 | 146.70.56.0/24 | AS9009 | — | RO |
WHOIS identity
- Registrar
- iana:303
- Organization
- alexandru losonczy
- Contact emails
Subdomains
2 observed subdomains of templomok.org.
| Subdomain |
|---|
| mail.templomok.org |
| www.templomok.org |
Web-graph footprint
Distinct hostnames that link to or from templomok.org in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- templomok.org
SPF policy
10 SPF mechanisms authorising senders for templomok.org.
| Mechanism | Target |
|---|---|
| SPF_A | templomok.org |
| SPF_IP | 146.70.56.162 |
| SPF_IP | 195.201.84.52 |
| SPF_IP | 45.15.20.10 |
| SPF_IP | 45.15.20.104 |
| SPF_IP | 85.204.48.2 |
| SPF_IP | 85.204.48.49 |
| SPF_IP | 85.204.51.171 |
| SPF_IP | 85.204.51.196 |
| SPF_MX | templomok.org |
Related pages
Pivot deeper into the graph from templomok.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "templomok.org"})-[: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.