Hostname
abmp.com
Last fetched
abmp.com resolves to 18 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
abmp.com resolves to 18 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
WHOIS identity
- Registrar
- iana:48
- Organization
- les sweeney
- Contact emails
Subdomains
1,268 observed subdomains of abmp.com.
Showing 25 of 1,268. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from abmp.com in the public web crawl.
1,158 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for abmp.com.
| Mechanism | Target |
|---|---|
| SPF_A | abmp.com |
| SPF_INCLUDE | sendgrid.spf.professionalassistcorp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 167.89.2.112 |
| SPF_IP | 205.201.40.0/21 |
| SPF_IP | 206.188.11.76/28 |
| SPF_IP | 206.188.11.91/30 |
| SPF_IP | 34.234.155.240/32 |
| SPF_IP | 54.191.251.152 |
| SPF_IP | 63.234.142.240/29 |
| SPF_MX | abmp.com |
Related pages
Pivot deeper into the graph from abmp.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "abmp.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.