Hostname
gisela.com
Last fetched
gisela.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:140 as the registrar.
Nutrition Label
Resolution chain
gisela.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:140
- Organization
- aldo ariza
- Contact emails
Subdomains
63 observed subdomains of gisela.com.
Showing 25 of 63. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from gisela.com in the public web crawl.
102 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for gisela.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.jupiter.salesmanago.pl |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 164.132.218.63 |
| SPF_IP | 188.165.133.105 |
| SPF_IP | 188.165.203.82 |
| SPF_IP | 195.248.230.0/23 |
| SPF_IP | 37.187.129.192 |
| SPF_IP | 37.187.89.184 |
| SPF_IP | 37.59.80.203 |
| SPF_IP | 54.36.138.45 |
| SPF_IP | 94.23.3.127 |
| SPF_IP | 94.23.85.118 |
| SPF_IP | 95.217.197.241 |
Related pages
Pivot deeper into the graph from gisela.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gisela.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.