Hostname
salemcc.edu
Last fetched
salemcc.edu resolves to 1 IPv4 address operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
salemcc.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.156.10 | 54.242.0.0/15 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- —
- Organization
- salem community college
- Contact emails
- —
Subdomains
12 observed subdomains of salemcc.edu.
Web-graph footprint
Distinct hostnames that link to or from salemcc.edu in the public web crawl.
170 sites link to this hostname.
162 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
15 SPF mechanisms authorising senders for salemcc.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.intacct.com |
| SPF_INCLUDE | cust-spf.cashnet.com |
| SPF_INCLUDE | spf-009fbf01.pphosted.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.symplicity.com |
| SPF_INCLUDE | spf.watermarkinsights.com |
| SPF_IP | 130.156.2.3 |
| SPF_IP | 130.156.2.4 |
| SPF_IP | 149.72.0.0/16 |
| SPF_IP | 165.193.85.0/24 |
| SPF_IP | 167.89.94.133/32 |
| SPF_IP | 168.245.0.0/17 |
| SPF_IP | 34.198.225.191/32 |
| SPF_IP | 34.198.91.107/32 |
| SPF_MX | salemcc.edu |
Related pages
Pivot deeper into the graph from salemcc.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "salemcc.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.