Hostname
airsealopes.com
Last fetched
airsealopes.com resolves to 2 IPv4 addresses operated by AS43652 in PT. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
airsealopes.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 |
|---|---|---|---|---|
| 195.200.253.147 | 195.200.252.0/23 | AS43652 | — | PT |
| 185.83.250.224 | 185.83.248.0/22 | AS43652 | — | PT |
WHOIS identity
- Registrar
- iana:48
- Organization
- lda. air sea lopes - transitarios
- Contact emails
Subdomains
4 observed subdomains of airsealopes.com.
Web-graph footprint
Distinct hostnames that link to or from airsealopes.com in the public web crawl.
8 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- airsealopes.com
SPF policy
4 SPF mechanisms authorising senders for airsealopes.com.
| Mechanism | Target |
|---|---|
| SPF_A | airsealopes.com |
| SPF_IP | 195.200.253.146 |
| SPF_IP | 195.200.253.147 |
| SPF_MX | airsealopes.com |
Related pages
Pivot deeper into the graph from airsealopes.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "airsealopes.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.