Hostname
isc.gov.ro
Last fetched
isc.gov.ro resolves to 1 IPv4 address operated by DIGI-RO - DIGI ROMANIA S.A. in RO.
Nutrition Label
Resolution chain
isc.gov.ro resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 81.196.110.146 | 81.196.0.0/16 | AS8708 | DIGI-RO - DIGI ROMANIA S.A. | RO |
WHOIS identity
No WHOIS records are currently associated with isc.gov.ro in WhisperGraph.
Subdomains
12 observed subdomains of isc.gov.ro.
Web-graph footprint
Distinct hostnames that link to or from isc.gov.ro in the public web crawl.
166 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for isc.gov.ro.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 80.97.2.130 |
| SPF_IP | 80.97.2.131 |
| SPF_IP | 81.196.110.150 |
| SPF_IP | 81.196.110.151 |
| SPF_IP | 81.196.110.158 |
| SPF_MX | isc.gov.ro |
Related pages
Pivot deeper into the graph from isc.gov.ro.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "isc.gov.ro"})-[: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.