Hostname
webmail.isba.org
Last fetched
webmail.isba.org is a registered hostname under the .org top-level domain. Live infrastructure data is temporarily unavailable; refresh in a moment.
Nutrition Label
Resolution chain
Resolution chain data is temporarily unavailable. Refresh in a moment to retry.
WHOIS identity
No WHOIS records are currently associated with webmail.isba.org in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for webmail.isba.org.
| Mechanism | Target |
|---|---|
| SPF_A | webmail.isba.org |
| SPF_INCLUDE | _spf.intacct.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | client.rmsend.com |
| SPF_INCLUDE | magnet101.com |
| SPF_INCLUDE | mmsend94.com |
| SPF_INCLUDE | send.isba.org |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | u606934.wl185.sendgrid.net |
| SPF_IP | 198.37.154.131/32 |
| SPF_MX | webmail.isba.org |
Related pages
Pivot deeper into the graph from webmail.isba.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "webmail.isba.org"})-[: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.