Hostname
1pc.co.il
Last fetched
1pc.co.il resolves to 2 IPv4 addresses operated by AS202448 in FR. WHOIS lists iana:785 as the registrar.
Nutrition Label
Resolution chain
1pc.co.il resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 194.32.76.229 | 194.32.76.0/24 | AS202448 | — | FR |
| 49.12.9.151 | 49.12.0.0/16 | AS24940 | — | DE |
WHOIS identity
- Registrar
- iana:785
- Organization
- alfa.alef computers
- Contact emails
Subdomains
21 observed subdomains of 1pc.co.il.
Web-graph footprint
Distinct hostnames that link to or from 1pc.co.il in the public web crawl.
133 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for 1pc.co.il.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | aacomp.onmicrosoft.com |
| SPF_INCLUDE | eu-central-1.amazonses.com |
| SPF_INCLUDE | eu-west-3.amazonses.com |
| SPF_INCLUDE | private758cloud2399.zahid.host |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendinblue.com |
Related pages
Pivot deeper into the graph from 1pc.co.il.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "1pc.co.il"})-[: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.