Hostname
avg.com
Last fetched
avg.com resolves to 2 IPv4 addresses operated by SYMANTEC-CORPORATION - Gen Digital Inc. in US. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
avg.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 |
|---|---|---|---|---|
| 166.98.243.13 | 166.98.242.0/23 | AS16733 | SYMANTEC-CORPORATION - Gen Digital Inc. | US |
| 69.94.64.88 | 69.94.64.0/24 | AS198605 | ROUNDPOINT-MORTGAGESERVICING-CORPORATION - RoundPoint Mortgage Servicing Corporation | CZ |
WHOIS identity
- Registrar
- iana:292
- Organization
- avast software s.r.o.
- Contact emails
Subdomains
157 observed subdomains of avg.com.
Showing 25 of 157. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from avg.com in the public web crawl.
7,626 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
18 SPF mechanisms authorising senders for avg.com.
| Mechanism | Target |
|---|---|
| SPF_EXISTS | %{i}._spf.mta.salesforce.com |
| SPF_INCLUDE | _netblocks.google.com |
| SPF_INCLUDE | _netblocks2.google.com |
| SPF_INCLUDE | _netblocks3.google.com |
| SPF_INCLUDE | _spf.qualtrics.com |
| SPF_INCLUDE | digitalrivercontent.net |
| SPF_INCLUDE | ex3.avg.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 15.200.201.185/32 |
| SPF_IP | 15.200.21.50/32 |
| SPF_IP | 15.200.44.248/32 |
| SPF_IP | 160.1.62.192/32 |
| SPF_IP | 52.222.62.51/32 |
| SPF_IP | 52.222.73.120/32 |
| SPF_IP | 52.222.73.83/32 |
| SPF_IP | 52.222.75.85/32 |
| SPF_IP | 52.222.89.228/32 |
| SPF_IP | 52.61.91.9/32 |
Related pages
Pivot deeper into the graph from avg.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "avg.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.