Hostname
masb.org
Last fetched
masb.org resolves to 1 IPv4 address operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
masb.org 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 |
|---|---|---|---|---|
| 23.20.9.196 | 23.20.0.0/15 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:2
- Organization
- jason marentette
- Contact emails
Subdomains
18 observed subdomains of masb.org.
Web-graph footprint
Distinct hostnames that link to or from masb.org in the public web crawl.
234 sites link to this hostname.
128 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
15 SPF mechanisms authorising senders for masb.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.psm.knowbe4.com |
| SPF_INCLUDE | _spf.votervoice.net |
| SPF_INCLUDE | email.freshdesk.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 13.66.138.128/25 |
| SPF_IP | 147.160.167.0/26 |
| SPF_IP | 167.89.111.43/32 |
| SPF_IP | 167.89.112.127/32 |
| SPF_IP | 167.89.112.157/32 |
| SPF_IP | 209.50.31.34 |
| SPF_IP | 209.50.31.37 |
| SPF_IP | 217.180.223.128/29 |
| SPF_IP | 23.21.109.197/32 |
| SPF_IP | 23.21.109.212/32 |
| SPF_IP | 40.78.242.0/25 |
Related pages
Pivot deeper into the graph from masb.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "masb.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.