Hostname
altor.com
Last fetched
altor.com resolves to 1 IPv4 address operated by ASODERLAND in SE.
Nutrition Label
Resolution chain
altor.com 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 |
|---|---|---|---|---|
| 46.16.234.63 | 46.16.232.0/21 | AS44136 | ASODERLAND | SE |
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.
Web-graph footprint
Distinct hostnames that link to or from altor.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
15 SPF mechanisms authorising senders for altor.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | all._spf.plma.se |
| SPF_INCLUDE | spf.advania.cloud |
| SPF_INCLUDE | spf.bedrock.lime-technologies.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 146.4.126.116 |
| SPF_IP | 185.148.141.24 |
| SPF_IP | 185.148.141.28 |
| SPF_IP | 188.63.80.165 |
| SPF_IP | 193.14.90.100 |
| SPF_IP | 195.198.1.11/32 |
| SPF_IP | 212.25.240.75/32 |
| SPF_IP | 212.25.240.76/32 |
| SPF_IP | 31.15.34.20 |
| SPF_IP | 31.15.34.21 |
| SPF_IP | 83.145.39.226 |
Related pages
Pivot deeper into the graph from altor.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "altor.com"})-[: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.