Hostname
safeautomationbd.com
Last fetched
safeautomationbd.com resolves to 3 IPv4 addresses operated by AS151967 in BD. WHOIS lists iana:1636 as the registrar.
Nutrition Label
Resolution chain
safeautomationbd.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.65.138.53 | 103.65.138.0/24 | AS151967 | — | BD |
| 204.197.172.10 | 204.197.172.0/24 | AS53850 | GORILLASERVERS - GorillaServers, Inc. | US |
| 151.158.44.100 | 151.158.44.0/24 | AS138145 | — | BD |
WHOIS identity
- Registrar
- iana:1636
- Organization
- domain admin
- Contact emails
Subdomains
8 observed subdomains of safeautomationbd.com.
Threat posture
History
Mail and authentication
MX records
- safeautomationbd.com
SPF policy
4 SPF mechanisms authorising senders for safeautomationbd.com.
| Mechanism | Target |
|---|---|
| SPF_A | safeautomationbd.com |
| SPF_IP | 103.65.138.53 |
| SPF_IP | 204.197.172.10 |
| SPF_MX | safeautomationbd.com |
Related pages
Pivot deeper into the graph from safeautomationbd.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "safeautomationbd.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.