Hostname
accuit.com
Last fetched
accuit.com resolves to 15 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
accuit.com resolves to 15 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 16.12.4.112 | 16.12.4.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 16.12.5.48 | 16.12.5.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 16.12.5.96 | 16.12.5.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 3.5.252.183 | 3.5.252.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 3.5.252.185 | 3.5.252.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 3.5.253.206 | 3.5.253.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 3.5.253.210 | 3.5.253.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 3.5.253.247 | 3.5.253.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 3.5.254.203 | 3.5.254.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 3.5.254.205 | 3.5.254.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 3.5.254.240 | 3.5.254.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 3.5.254.72 | 3.5.254.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 3.5.254.76 | 3.5.254.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 52.95.146.54 | 52.95.146.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 52.95.146.89 | 52.95.146.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
WHOIS identity
- Registrar
- iana:81
- Organization
- greg mcmenemy
- Contact emails
Subdomains
4 observed subdomains of accuit.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for accuit.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 139.142.123.0/24 |
| SPF_IP | 199.16.139.16/28 |
| SPF_IP | 206.108.40.0/25 |
| SPF_IP | 206.154.105.160/27 |
| SPF_IP | 216.185.68.123 |
| SPF_IP | 64.26.145.190 |
| SPF_MX | accuit.com |
Related pages
Pivot deeper into the graph from accuit.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "accuit.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.