Hostname
emds.com
Last fetched
emds.com resolves to 2 IPv4 addresses operated by SSASN2 - SECURED SERVERS LLC in US.
Nutrition Label
Resolution chain
emds.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 192.34.66.25 | 192.34.66.0/23 | AS20454 | SSASN2 - SECURED SERVERS LLC | US |
| 192.34.66.20 | 192.34.66.0/23 | AS20454 | SSASN2 - SECURED SERVERS LLC | US |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from emds.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
28 SPF mechanisms authorising senders for emds.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.cgm.com |
| SPF_INCLUDE | _spf.massmailing.cgm.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf.emailsignatures365.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf1.ascentis.com |
| SPF_IP | 121.242.206.2/27 |
| SPF_IP | 170.146.220.100/32 |
| SPF_IP | 170.146.221.100/32 |
| SPF_IP | 173.29.27.138/27 |
| SPF_IP | 193.47.161.71 |
| SPF_IP | 204.156.176.0/23 |
| SPF_IP | 207.189.124.224/27 |
| SPF_IP | 207.189.125.224/27 |
| SPF_IP | 207.189.98.224/27 |
| SPF_IP | 209.162.194.0/24 |
| SPF_IP | 209.162.213.128/25 |
| SPF_IP | 209.222.66.0/23 |
| SPF_IP | 216.117.15.128/27 |
| SPF_IP | 216.117.40.217/27 |
| SPF_IP | 216.117.40.32/27 |
| SPF_IP | 216.117.40.49/27 |
| SPF_IP | 216.117.40.62/27 |
| SPF_IP | 216.27.90.196/27 |
| SPF_IP | 216.41.143.0/24 |
| SPF_IP | 69.30.4.0/27 |
| SPF_IP | 69.30.45.96/27 |
| SPF_IP | 74.46.76.0/22 |
Related pages
Pivot deeper into the graph from emds.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "emds.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.