Hostname
bitsom.edu.in
Last fetched
bitsom.edu.in resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN.
Nutrition Label
Resolution chain
bitsom.edu.in resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.200.108.211 | 13.200.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 13.232.169.109 | 13.232.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 13.235.223.11 | 13.232.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 15.206.230.236 | 15.206.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.109.20.106 | 3.108.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 35.154.160.116 | 35.154.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
WHOIS identity
No WHOIS records are currently associated with bitsom.edu.in in WhisperGraph.
Subdomains
15 observed subdomains of bitsom.edu.in.
Web-graph footprint
Distinct hostnames that link to or from bitsom.edu.in in the public web crawl.
60 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for bitsom.edu.in.
| Mechanism | Target |
|---|---|
| SPF_A | bitsom.edu.in |
| SPF_INCLUDE | 149186b4b.spf2.netcorecloud.net |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | a._spf.brightspace.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 65.0.142.56 |
| SPF_MX | bitsom.edu.in |
Related pages
Pivot deeper into the graph from bitsom.edu.in.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bitsom.edu.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.