Hostname
bam.com.gt
Last fetched
bam.com.gt resolves to 2 IPv4 addresses operated by INCAPSULA - Incapsula Inc in US.
Nutrition Label
Resolution chain
bam.com.gt resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 45.60.241.99 | 45.60.241.0/24 | AS19551 | INCAPSULA - Incapsula Inc | US |
| 45.60.247.99 | 45.60.247.0/24 | AS19551 | INCAPSULA - Incapsula Inc | US |
WHOIS identity
No WHOIS records are currently associated with bam.com.gt in WhisperGraph.
Subdomains
77 observed subdomains of bam.com.gt.
Showing 25 of 77. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from bam.com.gt in the public web crawl.
104 sites link to this hostname.
56 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for bam.com.gt.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 181.114.4.141 |
| SPF_IP | 200.6.226.81 |
| SPF_IP | 65.221.12.148/32 |
| SPF_MX | bam.com.gt |
Related pages
Pivot deeper into the graph from bam.com.gt.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bam.com.gt"})-[: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.