Hostname
alpninja.com
Last fetched
alpninja.com resolves to 2 IPv4 addresses operated by AS206170 in SE. WHOIS lists iana:106 as the registrar.
Nutrition Label
Resolution chain
alpninja.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.189.49.220 | 185.189.131.0/24 | AS206170 | — | SE |
| 46.59.102.201 | 46.60.12.0/24 | AS8473 | — | SE |
WHOIS identity
- Registrar
- iana:106
- Organization
- magnus gustavsson
- Contact emails
Subdomains
1 observed subdomain of alpninja.com.
| Subdomain |
|---|
| mail.alpninja.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for alpninja.com.
| Mechanism | Target |
|---|---|
| SPF_A | alpninja.com |
| SPF_INCLUDE | spf.inleed.se |
| SPF_IP | 194.14.207.120 |
| SPF_IP | 46.59.102.201 |
| SPF_MX | alpninja.com |
Related pages
Pivot deeper into the graph from alpninja.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "alpninja.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.