Hostname
logan.edu
Last fetched
logan.edu resolves to 1 IPv4 address operated by RACKSPACE - Rackspace Hosting in US.
Nutrition Label
Resolution chain
logan.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 |
|---|---|---|---|---|
| 198.101.171.86 | 198.101.128.0/18 | AS19994 | RACKSPACE - Rackspace Hosting | US |
WHOIS identity
- Registrar
- —
- Organization
- logan college of chiropractic
- Contact emails
- —
Subdomains
24 observed subdomains of logan.edu.
Showing 23 of 24. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from logan.edu in the public web crawl.
661 sites link to this hostname.
588 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for logan.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.psm.knowbe4.com |
| SPF_INCLUDE | emsd1.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | outboundmail.blackbaud.net |
| SPF_INCLUDE | secure.giftlegacy.com |
| SPF_INCLUDE | spf.constantcontact.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.symplicity.com |
| SPF_IP | 12.228.6.215/32 |
| SPF_IP | 148.163.141.31 |
| SPF_IP | 148.163.145.30 |
| SPF_IP | 150.199.182.15 |
| SPF_IP | 198.101.171.84 |
| SPF_IP | 96.35.147.211 |
Related pages
Pivot deeper into the graph from logan.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "logan.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.