Hostname
scrootca2.ocsp.secomtrust.net
Last fetched
scrootca2.ocsp.secomtrust.net resolves to 4 IPv4 addresses operated by AS8400 in RS.
Nutrition Label
Resolution chain
scrootca2.ocsp.secomtrust.net resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 79.101.14.24 | 79.101.0.0/16 | AS8400 | — | RS |
| 79.101.14.51 | 79.101.0.0/16 | AS8400 | — | RS |
| 92.123.10.46 | 92.123.10.0/24 | AS20940 | — | BR |
| 92.123.10.57 | 92.123.10.0/24 | AS20940 | — | BR |
WHOIS identity
No WHOIS records are currently associated with scrootca2.ocsp.secomtrust.net in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from scrootca2.ocsp.secomtrust.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "scrootca2.ocsp.secomtrust.net"})-[: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.