Hostname
emsl.com
Last fetched
emsl.com resolves to 2 IPv4 addresses operated by COMCAST-7922 - Comcast Cable Communications, LLC in US. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
emsl.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 |
|---|---|---|---|---|
| 50.148.191.8 | 50.128.0.0/9 | AS7922 | COMCAST-7922 - Comcast Cable Communications, LLC | US |
| 50.174.57.109 | 50.128.0.0/9 | AS7922 | COMCAST-7922 - Comcast Cable Communications, LLC | US |
WHOIS identity
- Registrar
- iana:2
- Organization
- emsl analytical
- Contact emails
Subdomains
17 observed subdomains of emsl.com.
Web-graph footprint
Distinct hostnames that link to or from emsl.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
15 SPF mechanisms authorising senders for emsl.com.
| Mechanism | Target |
|---|---|
| SPF_A | emsl.com |
| SPF_INCLUDE | _spf-us.ppe-hosted.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | us._netblocks.mimecast.com |
| SPF_IP | 23.24.88.89/32 |
| SPF_IP | 50.174.57.100/32 |
| SPF_IP | 50.174.57.108/32 |
| SPF_IP | 50.174.57.113/32 |
| SPF_IP | 50.174.57.117 |
| SPF_IP | 50.225.247.60/32 |
| SPF_IP | 63.104.0.210/32 |
| SPF_IP | 63.104.0.230/32 |
| SPF_IP | 63.65.104.35/32 |
| SPF_IP | 63.65.104.47 |
| SPF_IP | 63.65.96.146/32 |
Related pages
Pivot deeper into the graph from emsl.com.
- IP · 50.148.191.8
- ASN · AS7922COMCAST-7922 - Comcast Cable Communications, LLC
- Registrar · iana:2
- Country · US
- Email · dcowperthwaite@emsl.com
- TLD · .com
- Browse hostnames · em…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "emsl.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.