Hostname
apptorium.com
Last fetched
apptorium.com resolves to 4 IPv4 addresses operated by MIKRONIKA in DE. WHOIS lists iana:1456 as the registrar.
Nutrition Label
Resolution chain
apptorium.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.111.111.155 | 185.111.111.0/24 | AS212238 | MIKRONIKA | DE |
| 185.111.111.156 | 185.111.111.0/24 | AS212238 | MIKRONIKA | DE |
| 185.24.11.19 | 185.24.11.0/24 | AS60068 | TELE2LV-AS | AT |
| 51.83.172.163 | 51.83.0.0/16 | AS16276 | OVH | PL |
WHOIS identity
- Registrar
- iana:1456
- Organization
- whois data protection sp. z o.o.
- Contact emails
Subdomains
7 observed subdomains of apptorium.com.
Web-graph footprint
Distinct hostnames that link to or from apptorium.com in the public web crawl.
155 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for apptorium.com.
| Mechanism | Target |
|---|---|
| SPF_A | apptorium.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.linuxpl.com |
| SPF_IP | 195.78.67.44/32 |
| SPF_IP | 46.4.6.150/31 |
| SPF_MX | apptorium.com |
Related pages
Pivot deeper into the graph from apptorium.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "apptorium.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.