Hostname
dom.edu
Last fetched
dom.edu resolves to 1 IPv4 address operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
dom.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 |
|---|---|---|---|---|
| 54.243.132.219 | 54.242.0.0/15 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- —
- Organization
- dominican university
- Contact emails
- —
Subdomains
51 observed subdomains of dom.edu.
Showing 25 of 51. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from dom.edu in the public web crawl.
693 sites link to this hostname.
680 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for dom.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.audienceview.net |
| SPF_INCLUDE | cust-spf.cashnet.com |
| SPF_INCLUDE | email-od.com |
| SPF_INCLUDE | outboundmail.blackbaud.net |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.constantcontact.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.symplicity.com |
| SPF_IP | 50.204.207.253 |
| SPF_IP | 69.219.216.253 |
Related pages
Pivot deeper into the graph from dom.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dom.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.