Hostname
umb.com
Last fetched
umb.com resolves to 1 IPv4 address operated by UMB - UMB Bank, NA in US. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
umb.com 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 |
|---|---|---|---|---|
| 198.153.253.127 | 198.153.253.0/24 | AS26159 | UMB - UMB Bank, NA | US |
WHOIS identity
- Registrar
- iana:2
- Organization
- umb financial corporation
- Contact emails
Subdomains
361 observed subdomains of umb.com.
Showing 25 of 361. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from umb.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
24 SPF mechanisms authorising senders for umb.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf-a.umb.com |
| SPF_INCLUDE | _spf-b.umb.com |
| SPF_INCLUDE | _spf-c.umb.com |
| SPF_INCLUDE | _spf-d.umb.com |
| SPF_INCLUDE | _spf-e.umb.com |
| SPF_INCLUDE | _spf-f.umb.com |
| SPF_INCLUDE | _spf-g.umb.com |
| SPF_INCLUDE | _spf-h.umb.com |
| SPF_INCLUDE | _spf-i.umb.com |
| SPF_INCLUDE | _spf-j.umb.com |
| SPF_INCLUDE | _spf-k.umb.com |
| SPF_INCLUDE | _spf-l.umb.com |
| SPF_IP | 141.193.32.0/23 |
| SPF_IP | 148.163.157.52/32 |
| SPF_IP | 148.163.159.6/32 |
| SPF_IP | 172.176.124.183 |
| SPF_IP | 198.135.226.43 |
| SPF_IP | 198.153.253.80 |
| SPF_IP | 199.200.27.19/32 |
| SPF_IP | 23.20.119.18 |
| SPF_IP | 50.31.35.233/32 |
| SPF_IP | 54.235.79.89 |
| SPF_IP | 67.231.145.51 |
| SPF_IP | 67.231.153.10 |
Related pages
Pivot deeper into the graph from umb.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "umb.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.