Hostname
srmap.edu.in
Last fetched
srmap.edu.in resolves to 10 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN.
Nutrition Label
Resolution chain
srmap.edu.in resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.127.178.119 | 13.126.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 13.127.20.78 | 13.126.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 15.207.141.88 | 15.206.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.108.168.81 | 3.108.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.108.216.169 | 3.108.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.7.78.115 | 3.6.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 65.0.202.125 | 65.0.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 65.1.203.24 | 65.0.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 65.2.65.137 | 65.0.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 43.204.40.80 | 43.204.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
WHOIS identity
No WHOIS records are currently associated with srmap.edu.in in WhisperGraph.
Subdomains
27 observed subdomains of srmap.edu.in.
Showing 20 of 27. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from srmap.edu.in in the public web crawl.
252 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for srmap.edu.in.
| Mechanism | Target |
|---|---|
| SPF_A | kvnmailer.com |
| SPF_A | sky2.flymailer.in |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | cust-spf.exacttarget.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 188.166.236.155 |
| SPF_MX | srmap.edu.in |
Related pages
Pivot deeper into the graph from srmap.edu.in.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "srmap.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.