Hostname
igc.int
Last fetched
igc.int resolves to 1 IPv4 address operated by AS39326 in GB.
Nutrition Label
Resolution chain
igc.int 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 |
|---|---|---|---|---|
| 185.75.30.198 | 185.75.28.0/22 | AS39326 | — | GB |
WHOIS identity
- Registrar
- —
- Organization
- it manager, hso hostmaster
- Contact emails
- —
Subdomains
2 observed subdomains of igc.int.
| Subdomain |
|---|
| dash.igc.int |
| www.igc.int |
Web-graph footprint
Distinct hostnames that link to or from igc.int in the public web crawl.
413 sites link to this hostname.
16 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for igc.int.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | app.aventri.com |
| SPF_INCLUDE | spf.brevo.com |
| SPF_IP | 185.75.30.198 |
| SPF_IP | 217.196.239.105 |
Related pages
Pivot deeper into the graph from igc.int.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "igc.int"})-[: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.