Hostname
int-comp.com
Last fetched
int-comp.com resolves to 1 IPv4 address operated by AS12703 in GB. WHOIS lists iana:1466 as the registrar.
Nutrition Label
Resolution chain
int-comp.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 |
|---|---|---|---|---|
| 89.151.77.246 | 89.151.64.0/18 | AS12703 | — | GB |
WHOIS identity
- Registrar
- iana:1466
- Organization
- domain administrator
- Contact emails
Subdomains
2 observed subdomains of int-comp.com.
Web-graph footprint
Distinct hostnames that link to or from int-comp.com in the public web crawl.
29 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
15 SPF mechanisms authorising senders for int-comp.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _netblocks.mimecast.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 182.50.76.0/22 |
| SPF_IP | 185.28.196.71/32 |
| SPF_IP | 192.0.2.0/24 |
| SPF_IP | 198.51.100.123/32 |
| SPF_IP | 202.129.242.0/23 |
| SPF_IP | 204.14.232.0/21 |
| SPF_IP | 207.126.144.0/20 |
| SPF_IP | 62.17.146.128/26 |
| SPF_IP | 64.18.0.0/20 |
| SPF_IP | 94.236.119.6/32 |
| SPF_IP | 94.236.119.7/32 |
| SPF_IP | 96.43.144.0/20 |
| SPF_MX | int-comp.com |
Related pages
Pivot deeper into the graph from int-comp.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "int-comp.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.