Hostname
asbg.com
Last fetched
asbg.com resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in CA.
Nutrition Label
Resolution chain
asbg.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 |
|---|---|---|---|---|
| 3.33.139.32 | 3.33.128.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from asbg.com in the public web crawl.
Threat posture
History
Mail and authentication
MX records
SPF policy
27 SPF mechanisms authorising senders for asbg.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 13.91.131.36 |
| SPF_IP | 165.212.64.0/24 |
| SPF_IP | 168.144.179.9 |
| SPF_IP | 173.231.190.156/32 |
| SPF_IP | 173.231.191.100/32 |
| SPF_IP | 189.112.188.241 |
| SPF_IP | 189.206.127.158 |
| SPF_IP | 189.254.20.34 |
| SPF_IP | 192.188.251.0/24 |
| SPF_IP | 201.163.49.114 |
| SPF_IP | 201.163.51.26 |
| SPF_IP | 208.69.86.182/29 |
| SPF_IP | 208.86.168.0/24 |
| SPF_IP | 216.244.127.115 |
| SPF_IP | 50.197.113.1 |
| SPF_IP | 50.204.131.58 |
| SPF_IP | 68.171.172.0/24 |
| SPF_IP | 70.25.61.78 |
| SPF_IP | 70.60.66.146 |
| SPF_IP | 71.40.127.54 |
| SPF_IP | 74.81.115.74 |
| SPF_IP | 74.87.99.170 |
| SPF_IP | 75.151.12.89 |
| SPF_IP | 89.202.35.22 |
| SPF_IP | 98.102.79.194 |
Related pages
Pivot deeper into the graph from asbg.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "asbg.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.