Hostname
ceca.fojenet.com
Last fetched
ceca.fojenet.com resolves to 2 IPv4 addresses operated by PRIVATESYSTEMS - PrivateSystems Networks in NL.
Nutrition Label
Resolution chain
ceca.fojenet.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 |
|---|---|---|---|---|
| 209.42.195.163 | 209.42.192.0/18 | AS63410 | PRIVATESYSTEMS - PrivateSystems Networks | NL |
| 46.231.1.56 | 46.231.0.0/21 | AS12338 | — | ES |
WHOIS identity
No WHOIS records are currently associated with ceca.fojenet.com in WhisperGraph.
Subdomains
1 observed subdomain of ceca.fojenet.com.
| Subdomain |
|---|
| www.ceca.fojenet.com |
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for ceca.fojenet.com.
| Mechanism | Target |
|---|---|
| SPF_A | ceca.fojenet.com |
| SPF_IP | 209.42.195.163 |
| SPF_IP | 209.42.195.164 |
| SPF_IP | 46.231.1.56 |
| SPF_MX | ceca.fojenet.com |
Related pages
Pivot deeper into the graph from ceca.fojenet.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ceca.fojenet.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.