Hostname
5mins.ai
Last fetched
5mins.ai resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
5mins.ai 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.173.205.101 | 18.173.204.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.173.205.48 | 18.173.204.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.173.205.54 | 18.173.204.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.173.205.63 | 18.173.204.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.60.114 | 18.245.60.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.60.3 | 18.245.60.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.60.41 | 18.245.60.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.60.64 | 18.245.60.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.65.244.38 | 18.65.244.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 18.65.244.47 | 18.65.244.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 18.65.244.80 | 18.65.244.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 18.65.244.99 | 18.65.244.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
WHOIS identity
- Registrar
- iana:1068
- Organization
- privacy service provided by withheld for privacy ehf
- Contact emails
Subdomains
1 observed subdomain of 5mins.ai.
| Subdomain |
|---|
| sso.5mins.ai |
Web-graph footprint
Distinct hostnames that link to or from 5mins.ai in the public web crawl.
68 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for 5mins.ai.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 25120918.spf06.hubspotemail.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from 5mins.ai.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "5mins.ai"})-[: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.