Hostname
frigoles.com
Last fetched
frigoles.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in TH. WHOIS lists iana:49 as the registrar.
Nutrition Label
Resolution chain
frigoles.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.239.134.124 | 18.239.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TH |
| 18.239.134.83 | 18.239.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TH |
| 18.239.134.9 | 18.239.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TH |
| 18.239.134.99 | 18.239.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TH |
| 3.162.103.33 | 3.162.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.162.103.35 | 3.162.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.162.103.78 | 3.162.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.162.103.89 | 3.162.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.174.113.21 | 3.174.112.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 3.174.113.57 | 3.174.112.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 3.174.113.63 | 3.174.112.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 3.174.113.82 | 3.174.112.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
WHOIS identity
- Registrar
- iana:49
- Organization
- hatayama electric industrial place k.k.
- Contact emails
Subdomains
1 observed subdomain of frigoles.com.
| Subdomain |
|---|
| www.frigoles.com |
Web-graph footprint
Distinct hostnames that link to or from frigoles.com in the public web crawl.
16 sites link to this hostname.
9 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for frigoles.com.
| Mechanism | Target |
|---|---|
| SPF_A | www2800.sakura.ne.jp |
| SPF_MX | frigoles.com |
Related pages
Pivot deeper into the graph from frigoles.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "frigoles.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.