Hostname
asepta.com
Last fetched
asepta.com resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in FR. WHOIS lists iana:88 as the registrar.
Nutrition Label
Resolution chain
asepta.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 |
|---|---|---|---|---|
| 13.37.17.195 | 13.36.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 185.243.3.28 | 185.243.3.0/24 | AS6758 | AS6758 | MC |
WHOIS identity
- Registrar
- iana:88
- Organization
- laboratoires asepta
- Contact emails
Subdomains
2 observed subdomains of asepta.com.
| Subdomain |
|---|
| admin-web.asepta.com |
| www.asepta.com |
Web-graph footprint
Distinct hostnames that link to or from asepta.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for asepta.com.
| Mechanism | Target |
|---|---|
| SPF_A | smtpout.monaco-telecom.mc |
Related pages
Pivot deeper into the graph from asepta.com.
- IP · 13.37.17.195
- ASN · AS16509AMAZON-02 - Amazon.com, Inc.
- Registrar · iana:88
- Country · FR
- Email · admindns@monaco-telecom.mc
- TLD · .com
- Browse hostnames · as…
- 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: "asepta.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.