Hostname
superform.si
Last fetched
superform.si resolves to 1 IPv4 address operated by HUMANFROG-AS - Humanfrog d.o.o. in SI.
Nutrition Label
Resolution chain
superform.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.29.16.50 | 185.29.16.0/24 | AS60435 | HUMANFROG-AS - Humanfrog d.o.o. | SI |
WHOIS identity
No WHOIS records are currently associated with superform.si in WhisperGraph.
Subdomains
5 observed subdomains of superform.si.
Showing 4 of 5. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from superform.si in the public web crawl.
14 sites link to this hostname.
11 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for superform.si.
| Mechanism | Target |
|---|---|
| SPF_A | superform.si |
| SPF_IP | 185.29.16.50 |
| SPF_MX | superform.si |
Related pages
Pivot deeper into the graph from superform.si.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "superform.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.