Hostname
ritec.co
Last fetched
ritec.co resolves to 2 IPv4 addresses operated by AS24940 in DE. WHOIS lists iana:440 as the registrar.
Nutrition Label
Resolution chain
ritec.co 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 |
|---|---|---|---|---|
| 157.90.6.2 | 157.90.0.0/16 | AS24940 | — | DE |
| 167.86.90.203 | 167.86.90.0/23 | AS51167 | — | DE |
WHOIS identity
- Registrar
- iana:440
- Organization
- domains by proxy,
- Contact emails
Subdomains
10 observed subdomains of ritec.co.
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for ritec.co.
| Mechanism | Target |
|---|---|
| SPF_A | ritec.co |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 157.90.6.2 |
| SPF_IP | 167.86.90.203 |
| SPF_MX | ritec.co |
Related pages
Pivot deeper into the graph from ritec.co.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ritec.co"})-[: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.