Hostname
taskmanager.bpcl.in
Last fetched
taskmanager.bpcl.in resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN.
Nutrition Label
Resolution chain
taskmanager.bpcl.in resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 15.207.148.159 | 15.206.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.109.22.43 | 3.108.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.6.190.3 | 3.6.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.7.198.156 | 3.6.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
WHOIS identity
No WHOIS records are currently associated with taskmanager.bpcl.in in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from taskmanager.bpcl.in in the public web crawl.
3 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for taskmanager.bpcl.in.
| Mechanism | Target |
|---|---|
| SPF_A | smtp.vhdin.com |
| SPF_A | taskmanager.bpcl.in |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 13.235.91.38 |
| SPF_IP | 151.236.32.181 |
| SPF_IP | 65.0.110.235 |
| SPF_IP | 66.85.130.37 |
| SPF_IP | 69.162.127.23 |
| SPF_IP | 69.162.127.24 |
| SPF_IP | 69.162.127.25 |
| SPF_IP | 78.110.164.136 |
| SPF_MX | taskmanager.bpcl.in |
Related pages
Pivot deeper into the graph from taskmanager.bpcl.in.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "taskmanager.bpcl.in"})-[: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.