Hostname
fallback.moderskeppet.se
Last fetched
fallback.moderskeppet.se resolves to 2 IPv4 addresses operated by GLESYS - Glesys AB in SE.
Nutrition Label
Resolution chain
fallback.moderskeppet.se 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 |
|---|---|---|---|---|
| 46.21.99.132 | 46.21.96.0/20 | AS42708 | GLESYS - Glesys AB | SE |
| 46.246.10.85 | 46.246.0.0/17 | AS42708 | GLESYS - Glesys AB | FI |
WHOIS identity
No WHOIS records are currently associated with fallback.moderskeppet.se in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for fallback.moderskeppet.se.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.supportbeemail.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.mandrillapp.com |
Related pages
Pivot deeper into the graph from fallback.moderskeppet.se.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fallback.moderskeppet.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.