Hostname
iscom.fr
Last fetched
iscom.fr resolves to 7 IPv4 addresses operated by FASTLY - Fastly, Inc. in CA. WHOIS lists registrar:nameshield as the registrar.
Nutrition Label
Resolution chain
iscom.fr resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 151.101.130.216 | 151.101.128.0/22 | AS54113 | FASTLY - Fastly, Inc. | CA |
| 151.101.194.216 | 151.101.192.0/22 | AS54113 | FASTLY - Fastly, Inc. | CA |
| 151.101.2.216 | 151.101.0.0/22 | AS54113 | FASTLY - Fastly, Inc. | CA |
| 151.101.66.216 | 151.101.64.0/22 | AS54113 | FASTLY - Fastly, Inc. | CA |
| 152.89.172.56 | 152.89.172.0/23 | AS209510 | NAMESHIELDGRP | FR |
| 81.92.94.54 | 81.92.94.0/23 | AS20756 | NAMESHIELD | FR |
| 81.92.95.55 | 81.92.94.0/23 | AS20756 | NAMESHIELD | FR |
WHOIS identity
- Registrar
- registrar:nameshield
- Organization
- dsin eduservices
- Contact emails
Subdomains
10 observed subdomains of iscom.fr.
Web-graph footprint
Distinct hostnames that link to or from iscom.fr in the public web crawl.
325 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for iscom.fr.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 26007658.spf02.hubspotemail.net |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 147.135.190.241 |
Related pages
Pivot deeper into the graph from iscom.fr.
- IP · 151.101.130.216
- ASN · AS54113FASTLY - Fastly, Inc.
- Registrar · registrar:nameshield
- Country · CA
- Email · adminssdsl@cie-formation.com
- TLD · .fr
- Browse hostnames · is…
- 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: "iscom.fr"})-[: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.