Hostname
togr.se
Last fetched
togr.se resolves to 5 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists registrar:inleed as the registrar.
Nutrition Label
Resolution chain
togr.se resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.21.28.195 | 104.21.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 129.151.214.232 | 129.151.192.0/19 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | SE |
| 172.67.147.106 | 172.67.144.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 185.189.49.214 | 185.189.48.0/22 | AS206170 | Inleed - Yelles AB | SE |
| 5.150.195.194 | 5.150.192.0/18 | AS8473 | BAHNHOF - Bahnhof AB | SE |
WHOIS identity
- Registrar
- registrar:inleed
- Organization
- —
- Contact emails
- —
Subdomains
3 observed subdomains of togr.se.
Web-graph footprint
Distinct hostnames that link to or from togr.se in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for togr.se.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | simplelogin.co |
| SPF_INCLUDE | spf.messagingengine.com |
Related pages
Pivot deeper into the graph from togr.se.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "togr.se"})-[: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.