Hostname
abeam.com
Last fetched
abeam.com resolves to 1 IPv4 address operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in JP. WHOIS lists iana:49 as the registrar.
Nutrition Label
Resolution chain
abeam.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 |
|---|---|---|---|---|
| 52.243.40.105 | 52.224.0.0/11 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | JP |
WHOIS identity
- Registrar
- iana:49
- Organization
- whois privacy protection service by onamae.com
- Contact emails
Subdomains
34 observed subdomains of abeam.com.
Showing 25 of 34. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from abeam.com in the public web crawl.
706 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
15 SPF mechanisms authorising senders for abeam.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 143678463.spf03.hubspotemail.net |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | mail.sansan.com |
| SPF_INCLUDE | spf-bma.mpme.jp |
| SPF_INCLUDE | spf.haihaimail.jp |
| SPF_INCLUDE | spf.humanage.co.jp |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | webcas.net |
| SPF_IP | 13.71.151.28 |
| SPF_IP | 133.130.67.121 |
| SPF_IP | 180.169.199.134 |
| SPF_IP | 20.210.164.49 |
| SPF_IP | 20.27.243.203 |
| SPF_IP | 20.63.154.148 |
| SPF_IP | 202.247.127.1 |
Related pages
Pivot deeper into the graph from abeam.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "abeam.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.