Hostname
frontendart.com
Last fetched
frontendart.com resolves to 2 IPv4 addresses operated by AS20845 in HU. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
frontendart.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 |
|---|---|---|---|---|
| 87.97.60.199 | 87.97.0.0/18 | AS20845 | — | HU |
| 87.97.60.59 | 87.97.0.0/18 | AS20845 | — | HU |
WHOIS identity
- Registrar
- iana:269
- Organization
- frontendart szoftver kft.
- Contact emails
Subdomains
69 observed subdomains of frontendart.com.
Web-graph footprint
Distinct hostnames that link to or from frontendart.com in the public web crawl.
42 sites link to this hostname.
30 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for frontendart.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 23.88.53.80 |
| SPF_IP | 92.43.200.0/21 |
| SPF_MX | frontendart.com |
Related pages
Pivot deeper into the graph from frontendart.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "frontendart.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.