Hostname
sinog.si
Last fetched
sinog.si resolves to 1 IPv4 address operated by RRA-AS in NL.
Nutrition Label
Resolution chain
sinog.si 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 |
|---|---|---|---|---|
| 185.54.93.80 | 185.54.93.0/24 | AS203993 | RRA-AS | NL |
WHOIS identity
No WHOIS records are currently associated with sinog.si in WhisperGraph.
Subdomains
4 observed subdomains of sinog.si.
Web-graph footprint
Distinct hostnames that link to or from sinog.si in the public web crawl.
19 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for sinog.si.
| Mechanism | Target |
|---|---|
| SPF_A | sinog.si |
| SPF_MX | sinog.si |
Related pages
Pivot deeper into the graph from sinog.si.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sinog.si"})-[: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.