Hostname
a4g.com
Last fetched
a4g.com resolves to 3 IPv4 addresses operated by SST-59 - Pinpoint Communications, Inc. in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
a4g.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 198.62.109.167 | 198.62.109.0/24 | AS62821 | SST-59 - Pinpoint Communications, Inc. | US |
| 34.91.237.121 | 34.91.224.0/20 | AS396982 | QOSL-AS-AP Qovic Online Solutions LLP | NL |
| 34.28.254.247 | 34.28.0.0/16 | AS396982 | QOSL-AS-AP Qovic Online Solutions LLP | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
Subdomains
42 observed subdomains of a4g.com.
Showing 25 of 42. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from a4g.com in the public web crawl.
58 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for a4g.com.
| Mechanism | Target |
|---|---|
| SPF_A | a4g.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_MX | a4g.com |
Related pages
Pivot deeper into the graph from a4g.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "a4g.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.