Hostname
orcofc.com
Last fetched
orcofc.com resolves to 2 IPv4 addresses operated by AS210250 in GB. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
orcofc.com 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.1.147.30 | 194.1.147.0/24 | AS210250 | — | GB |
| 194.1.147.57 | 194.1.147.0/24 | AS210250 | — | GB |
WHOIS identity
- Registrar
- iana:146
- Organization
- one way tek
- Contact emails
Subdomains
11 observed subdomains of orcofc.com.
Web-graph footprint
Distinct hostnames that link to or from orcofc.com in the public web crawl.
10 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- orcofc.com
SPF policy
9 SPF mechanisms authorising senders for orcofc.com.
| Mechanism | Target |
|---|---|
| SPF_A | orcofc.com |
| SPF_INCLUDE | _spf.elasticemail.com |
| SPF_INCLUDE | organizational.us |
| SPF_INCLUDE | spf.supercp.com |
| SPF_INCLUDE | winbooxpro.pro |
| SPF_IP | 68.66.200.210 |
| SPF_IP | 68.66.216.23 |
| SPF_IP | 70.32.23.35 |
| SPF_MX | orcofc.com |
Related pages
Pivot deeper into the graph from orcofc.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "orcofc.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.