Hostname
lemaxlingerie.com
Last fetched
lemaxlingerie.com resolves to 2 IPv4 addresses operated by AS16276 in CA. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
lemaxlingerie.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 |
|---|---|---|---|---|
| 149.56.47.89 | 149.56.0.0/16 | AS16276 | — | CA |
| 199.101.96.93 | 199.101.96.0/21 | AS46261 | QUICKPACKET - QuickPacket, LLC | US |
WHOIS identity
- Registrar
- iana:303
- Organization
- arek ozminski
- Contact emails
Subdomains
4 observed subdomains of lemaxlingerie.com.
Web-graph footprint
Distinct hostnames that link to or from lemaxlingerie.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- lemaxlingerie.com
- mail.lemaxlingerie.com
SPF policy
8 SPF mechanisms authorising senders for lemaxlingerie.com.
| Mechanism | Target |
|---|---|
| SPF_A | lemaxlingerie.com |
| SPF_IP | 104.140.241.186 |
| SPF_IP | 107.161.127.2 |
| SPF_IP | 149.56.47.89 |
| SPF_IP | 199.101.100.208 |
| SPF_IP | 199.101.96.93 |
| SPF_IP | 45.43.223.130 |
| SPF_MX | lemaxlingerie.com |
Related pages
Pivot deeper into the graph from lemaxlingerie.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lemaxlingerie.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.