Hostname
itsgroup.com
Last fetched
itsgroup.com resolves to 1 IPv4 address operated by INTEGRA-AS in FR. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
itsgroup.com 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 |
|---|---|---|---|---|
| 217.115.174.28 | 217.115.174.0/23 | AS8723 | INTEGRA-AS | FR |
WHOIS identity
- Registrar
- iana:81
- Organization
- its group
- Contact emails
Subdomains
3 observed subdomains of itsgroup.com.
Web-graph footprint
Distinct hostnames that link to or from itsgroup.com in the public web crawl.
56 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for itsgroup.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.oximailing.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 148.59.101.16/28 |
| SPF_IP | 18.168.140.58/32 |
| SPF_IP | 18.168.51.200/32 |
| SPF_IP | 46.19.121.142 |
| SPF_IP | 46.19.122.141 |
| SPF_IP | 46.19.123.180 |
| SPF_MX | spf.integra.fr |
Related pages
Pivot deeper into the graph from itsgroup.com.
- IP · 217.115.174.28
- ASN · AS8723INTEGRA-AS
- Registrar · iana:81
- Country · FR
- Email · f2400c2c456d0d52b65ea3bdba58c954-3304047@contact.gandi.net
- TLD · .com
- Browse hostnames · it…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "itsgroup.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.