Hostname
dellamed.com.br
Last fetched
dellamed.com.br resolves to 1 IPv4 address operated by AS27715 in BR.
Nutrition Label
Resolution chain
dellamed.com.br resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 177.67.112.238 | 177.67.112.0/24 | AS27715 | — | BR |
WHOIS identity
- Registrar
- —
- Organization
- dellamed
- Contact emails
Subdomains
19 observed subdomains of dellamed.com.br.
Showing 16 of 19. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from dellamed.com.br in the public web crawl.
19 sites link to this hostname.
33 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
16 SPF mechanisms authorising senders for dellamed.com.br.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.embluemail.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 13.107.18.10/31 |
| SPF_IP | 13.107.6.152/31 |
| SPF_IP | 132.245.0.0/16 |
| SPF_IP | 150.171.32.0/22 |
| SPF_IP | 157.133.190.136/32 |
| SPF_IP | 168.197.77.97/32 |
| SPF_IP | 187.115.125.147/32 |
| SPF_IP | 20.157.222.59/32 |
| SPF_IP | 200.174.188.242/32 |
| SPF_IP | 23.103.160.0/20 |
| SPF_IP | 40.104.0.0/15 |
| SPF_IP | 40.96.0.0/13 |
| SPF_IP | 52.96.0.0/14 |
Related pages
Pivot deeper into the graph from dellamed.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dellamed.com.br"})-[: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.