Hostname
aemcorp.com
Last fetched
aemcorp.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:895 as the registrar.
Nutrition Label
Resolution chain
aemcorp.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:895
- Organization
- contact privacy inc. customer 1241241060
- Contact emails
Subdomains
8 observed subdomains of aemcorp.com.
Web-graph footprint
Distinct hostnames that link to or from aemcorp.com in the public web crawl.
34 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for aemcorp.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | lyris.dundee.net |
| SPF_INCLUDE | lyris.edlistservs.org |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 167.89.11.197/32 |
| SPF_IP | 20.62.10.167 |
| SPF_IP | 216.234.106.45 |
| SPF_IP | 54.240.48.105/16 |
| SPF_IP | 69.39.77.26 |
| SPF_IP | 69.39.77.27 |
| SPF_IP | 72.196.48.166 |
Related pages
Pivot deeper into the graph from aemcorp.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aemcorp.com"})-[: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.