Hostname
bancogenial.com
Last fetched
bancogenial.com resolves to 6 IPv4 addresses operated by AS20940 in DE. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
bancogenial.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
WHOIS identity
- Registrar
- iana:146
- Organization
- brasil plural
- Contact emails
Subdomains
12 observed subdomains of bancogenial.com.
Showing 11 of 12. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from bancogenial.com in the public web crawl.
23 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
19 SPF mechanisms authorising senders for bancogenial.com.
| Mechanism | Target |
|---|---|
| SPF_A | relay.brasilplural.com |
| SPF_A | relaycont.brasilplural.com |
| SPF_A | relaysp3.brasilplural.com |
| SPF_INCLUDE | _spf.bluematrix.com |
| SPF_INCLUDE | spf-00944301.pphosted.com |
| SPF_INCLUDE | spf-us.emailsignatures365.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 177.154.156.146/30 |
| SPF_IP | 177.154.156.150/30 |
| SPF_IP | 179.190.21.208/29 |
| SPF_IP | 179.191.91.0/26 |
| SPF_IP | 186.224.192.224/28 |
| SPF_IP | 187.32.112.64/26 |
| SPF_IP | 189.125.206.176/28 |
| SPF_IP | 200.142.102.2/26 |
| SPF_IP | 201.48.79.248/29 |
| SPF_IP | 45.177.100.82/28 |
| SPF_IP | 45.177.100.87/32 |
| SPF_MX | bancogenial.com |
Related pages
Pivot deeper into the graph from bancogenial.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bancogenial.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.