Hostname
precisiondoorlafayette.com
Last fetched
precisiondoorlafayette.com resolves to 4 IPv4 addresses operated by AS20940 in US. WHOIS lists iana:3786 as the registrar.
Nutrition Label
Resolution chain
precisiondoorlafayette.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 |
|---|---|---|---|---|
| 23.218.93.83 | 23.218.93.0/24 | AS20940 | — | US |
| 23.218.93.89 | 23.218.93.0/24 | AS20940 | — | US |
| 23.222.241.41 | 23.222.241.0/24 | AS20940 | — | US |
| 23.222.241.55 | 23.222.241.0/24 | AS20940 | — | US |
WHOIS identity
- Registrar
- iana:3786
- Organization
- —
- Contact emails
- —
Subdomains
1 observed subdomain of precisiondoorlafayette.com.
| Subdomain |
|---|
| www.precisiondoorlafayette.com |
Web-graph footprint
Distinct hostnames that link to or from precisiondoorlafayette.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for precisiondoorlafayette.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | sendgrid.net |
Related pages
Pivot deeper into the graph from precisiondoorlafayette.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "precisiondoorlafayette.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.