Hostname
admin.schoolido.se
Last fetched
admin.schoolido.se resolves to 2 IPv4 addresses operated by AS35678 in DK.
Nutrition Label
Resolution chain
admin.schoolido.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 |
|---|---|---|---|---|
| 192.162.4.117 | 192.162.4.0/24 | AS35678 | — | DK |
| 192.162.4.118 | 192.162.4.0/24 | AS35678 | — | DK |
WHOIS identity
No WHOIS records are currently associated with admin.schoolido.se in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for admin.schoolido.se.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.postal.ist.com |
| SPF_IP | 162.13.147.12 |
| SPF_IP | 2a00:1a48:7807:101:be76:4eff:fe08:71b6 |
Related pages
Pivot deeper into the graph from admin.schoolido.se.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "admin.schoolido.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.