Hostname
fusionwire.misys.com
Last fetched
fusionwire.misys.com resolves to 4 IPv4 addresses operated by AS9498 in IN.
Nutrition Label
Resolution chain
fusionwire.misys.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 184.26.54.40 | 184.26.54.0/24 | AS9498 | — | IN |
| 184.26.54.42 | 184.26.54.0/24 | AS9498 | — | IN |
| 184.51.149.25 | 184.51.148.0/23 | AS20940 | — | US |
| 184.51.149.33 | 184.51.148.0/23 | AS20940 | — | US |
WHOIS identity
No WHOIS records are currently associated with fusionwire.misys.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for fusionwire.misys.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | _spf1.finastra.com |
| SPF_INCLUDE | _spf2.finastra.com |
| SPF_INCLUDE | mailsenders.netsuite.com |
| SPF_INCLUDE | mktomail.com |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from fusionwire.misys.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fusionwire.misys.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.