Hostname
multiflow.com.br
Last fetched
multiflow.com.br resolves to 1 IPv4 address operated by M3solutions Informatica EIRELI in BR.
Nutrition Label
Resolution chain
multiflow.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 |
|---|---|---|---|---|
| 149.18.102.228 | 149.18.102.0/24 | AS271682 | M3solutions Informatica EIRELI | BR |
WHOIS identity
- Registrar
- —
- Organization
- multiflow industrial ltda
- Contact emails
Subdomains
5 observed subdomains of multiflow.com.br.
Web-graph footprint
Distinct hostnames that link to or from multiflow.com.br in the public web crawl.
7 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for multiflow.com.br.
| Mechanism | Target |
|---|---|
| SPF_A | multiflow.com.br |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 108.61.34.195 |
| SPF_IP | 108.61.35.157 |
| SPF_IP | 216.126.194.218 |
| SPF_IP | 64.37.58.146 |
| SPF_MX | multiflow.com.br |
Related pages
Pivot deeper into the graph from multiflow.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "multiflow.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.