Hostname
albertus.edu
Last fetched
albertus.edu resolves to 1 IPv4 address operated by NETWORK-SOLUTIONS-HOSTING - Network Solutions, LLC in US.
Nutrition Label
Resolution chain
albertus.edu 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 |
|---|---|---|---|---|
| 50.6.195.1 | 50.6.192.0/22 | AS19871 | NETWORK-SOLUTIONS-HOSTING - Network Solutions, LLC | US |
WHOIS identity
- Registrar
- —
- Organization
- albertus magnus college
- Contact emails
- —
Subdomains
60 observed subdomains of albertus.edu.
Showing 25 of 60. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from albertus.edu in the public web crawl.
418 sites link to this hostname.
351 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 albertus.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.elasticemail.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.dynect.net |
| SPF_IP | 176.31.145.254/32 |
| SPF_IP | 38.106.32.22/32 |
| SPF_IP | 38.106.32.46/32 |
| SPF_IP | 66.151.109.0/24 |
Related pages
Pivot deeper into the graph from albertus.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "albertus.edu"})-[: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.