Hostname
ispg.co.in
Last fetched
ispg.co.in resolves to 1 IPv4 address operated by AS24940 in DE. WHOIS lists iana:440 as the registrar.
Nutrition Label
Resolution chain
ispg.co.in resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 188.40.137.218 | 188.40.0.0/16 | AS24940 | — | DE |
WHOIS identity
- Registrar
- iana:440
- Organization
- ispg technologies india pvt
- Contact emails
- —
Subdomains
3 observed subdomains of ispg.co.in.
Web-graph footprint
Distinct hostnames that link to or from ispg.co.in in the public web crawl.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for ispg.co.in.
| Mechanism | Target |
|---|---|
| SPF_A | ispg.co.in |
| SPF_A | mailwash51.pair.com |
| SPF_A | www560.pair.com |
| SPF_INCLUDE | pair.com |
| SPF_INCLUDE | pairlist.com |
| SPF_INCLUDE | relay.pair.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | webmail.pair.com |
| SPF_IP | 209.68.4.176 |
| SPF_IP | 209.68.5.64/32 |
| SPF_IP | 66.39.2.18 |
| SPF_IP | 66.39.2.36 |
| SPF_IP | 66.39.47.139 |
| SPF_MX | ispg.co.in |
Related pages
Pivot deeper into the graph from ispg.co.in.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ispg.co.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.