Hostname
emser.com
Last fetched
emser.com resolves to 1 IPv4 address operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
emser.com 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 |
|---|---|---|---|---|
| 52.3.163.37 | 52.2.0.0/15 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:2
- Organization
- emser international
- Contact emails
Subdomains
26 observed subdomains of emser.com.
Showing 25 of 26. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from emser.com in the public web crawl.
1,309 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
18 SPF mechanisms authorising senders for emser.com.
| Mechanism | Target |
|---|---|
| SPF_A | billtrust.com |
| SPF_A | emser.com |
| SPF_INCLUDE | _spf.sendergen.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | us._netblocks.mimecast.com |
| SPF_IP | 138.1.36.217/32 |
| SPF_IP | 141.145.31.0/24 |
| SPF_IP | 205.219.85.0/24 |
| SPF_IP | 207.166.101.207/32 |
| SPF_IP | 207.166.104.207/32 |
| SPF_IP | 207.166.92.11/32 |
| SPF_IP | 207.166.95.11/32 |
| SPF_IP | 216.182.220.0/23 |
| SPF_IP | 64.37.236.0/23 |
| SPF_IP | 66.77.88.0/24 |
| SPF_IP | 68.232.146.75/32 |
| SPF_IP | 68.232.148.114/32 |
| SPF_MX | emser.com |
Related pages
Pivot deeper into the graph from emser.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "emser.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.