Hostname
gigroup.com
Last fetched
gigroup.com resolves to 5 IPv4 addresses operated by GI-GROUP in IT. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
gigroup.com resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 5.23.32.127 | 5.23.32.0/23 | AS207964 | GI-GROUP | IT |
| 150.171.109.194 | 150.171.0.0/16 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | KE |
| 150.171.109.193 | 150.171.0.0/16 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | KE |
| 150.171.110.56 | 150.171.0.0/16 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | US |
| 150.171.110.52 | 150.171.0.0/16 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | US |
WHOIS identity
- Registrar
- iana:48
- Organization
- gi group s.p.a.
- Contact emails
Subdomains
97 observed subdomains of gigroup.com.
Showing 25 of 97. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from gigroup.com in the public web crawl.
120 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for gigroup.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _netblocks.enter.it |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | docebosaas.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf2.gigroup.com |
| SPF_INCLUDE | u3647407.wl158.sendgrid.net |
Related pages
Pivot deeper into the graph from gigroup.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gigroup.com"})-[: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.