Hostname
studentpad.org
Last fetched
studentpad.org resolves to 2 IPv4 addresses operated by AS16276 in AU. WHOIS lists iana:83 as the registrar.
Nutrition Label
Resolution chain
studentpad.org 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 |
|---|---|---|---|---|
| 139.99.208.226 | 139.101.0.0/18 | AS16276 | — | AU |
| 51.75.175.124 | 51.81.0.0/17 | AS16276 | — | GB |
WHOIS identity
- Registrar
- iana:83
- Organization
- —
- Contact emails
- —
Subdomains
9 observed subdomains of studentpad.org.
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for studentpad.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | localpad.co.uk |
| SPF_INCLUDE | pad-group.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | studentpad.co.uk |
| SPF_INCLUDE | studentpad.com |
| SPF_INCLUDE | studentpad.org |
| SPF_INCLUDE | web-server-uk.pad-group.com |
| SPF_INCLUDE | zcsend.net |
| SPF_INCLUDE | zoho.com |
| SPF_IP | 139.99.208.226 |
| SPF_IP | 139.99.210.72 |
| SPF_IP | 198.244.212.191 |
Related pages
Pivot deeper into the graph from studentpad.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "studentpad.org"})-[: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.