Hostname
mg1.lensa.com
Last fetched
mg1.lensa.com resolves to 4 IPv4 addresses operated by MAILGUN-US - Mailgun Technologies Inc. in US.
Nutrition Label
Resolution chain
mg1.lensa.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 143.55.225.233 | 143.55.225.0/24 | AS396479 | MAILGUN-US - Mailgun Technologies Inc. | US |
| 146.20.191.37 | 146.20.0.0/16 | AS27357 | RACKSPACE - Rackspace Hosting | US |
| 198.244.56.94 | 198.244.56.0/24 | AS396479 | MAILGUN-US - Mailgun Technologies Inc. | US |
| 69.72.38.241 | 69.72.38.0/24 | AS396479 | MAILGUN-US - Mailgun Technologies Inc. | US |
WHOIS identity
No WHOIS records are currently associated with mg1.lensa.com in WhisperGraph.
Subdomains
1 observed subdomain of mg1.lensa.com.
| Subdomain |
|---|
| email.mg1.lensa.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for mg1.lensa.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mailgun.org |
Related pages
Pivot deeper into the graph from mg1.lensa.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mg1.lensa.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.