Hostname
audigent.com
Last fetched
audigent.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SG. WHOIS lists iana:299 as the registrar.
Nutrition Label
Resolution chain
audigent.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.165.102.101 | 3.165.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 3.165.102.19 | 3.165.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 3.165.102.37 | 3.165.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 3.165.102.66 | 3.165.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 65.8.131.123 | 65.8.130.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.8.131.43 | 65.8.130.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.8.131.84 | 65.8.130.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.8.131.97 | 65.8.130.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:299
- Organization
- brian brater
- Contact emails
Subdomains
23 observed subdomains of audigent.com.
Web-graph footprint
Distinct hostnames that link to or from audigent.com in the public web crawl.
595 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for audigent.com.
| Mechanism | Target |
|---|---|
| SPF_A | audigent.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.mlsend.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | amazonses.com |
| SPF_IP | 205.220.170.52/32 |
| SPF_IP | 205.220.182.52/32 |
| SPF_IP | 208.84.65.213/32 |
| SPF_IP | 67.231.157.1/32 |
Related pages
Pivot deeper into the graph from audigent.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "audigent.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.