Hostname
pajala.se
Last fetched
pajala.se resolves to 1 IPv4 address operated by MIRROR-AS - Mirror Partner Utveckling AB in SE. WHOIS lists registrar:nmu group as the registrar.
Nutrition Label
Resolution chain
pajala.se 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 |
|---|---|---|---|---|
| 93.92.0.111 | 93.92.0.0/21 | AS44447 | MIRROR-AS - Mirror Partner Utveckling AB | SE |
WHOIS identity
- Registrar
- registrar:nmu group
- Organization
- —
- Contact emails
- —
Subdomains
13 observed subdomains of pajala.se.
Web-graph footprint
Distinct hostnames that link to or from pajala.se in the public web crawl.
178 sites link to this hostname.
205 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for pajala.se.
| Mechanism | Target |
|---|---|
| SPF_A | noreply.momentum.se |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 194.68.15.251 |
| SPF_IP | 195.196.36.0/25 |
| SPF_IP | 195.196.36.226 |
| SPF_IP | 195.196.36.241 |
| SPF_IP | 195.67.110.234 |
| SPF_IP | 46.59.104.5 |
| SPF_IP | 93.90.117.99/32 |
Related pages
Pivot deeper into the graph from pajala.se.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pajala.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.