Hostname
aprofg.com
Last fetched
aprofg.com resolves to 1 IPv4 address operated by AS131824 in KR. WHOIS lists iana:444 as the registrar.
Nutrition Label
Resolution chain
aprofg.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 110.14.189.243 | 110.14.189.0/24 | AS131824 | — | KR |
WHOIS identity
- Registrar
- iana:444
- Organization
- apro financial co
- Contact emails
Subdomains
6 observed subdomains of aprofg.com.
Web-graph footprint
Distinct hostnames that link to or from aprofg.com in the public web crawl.
6 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for aprofg.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 110.14.189.120 |
| SPF_IP | 110.14.189.130 |
| SPF_IP | 110.14.189.131 |
| SPF_IP | 110.14.189.151 |
| SPF_IP | 110.14.189.155 |
| SPF_IP | 110.14.189.229 |
| SPF_IP | 110.14.189.240 |
| SPF_IP | 110.14.189.5 |
| SPF_IP | 110.14.189.6 |
| SPF_IP | 110.14.189.7 |
| SPF_IP | 125.128.34.10 |
| SPF_IP | 58.229.232.55 |
Related pages
Pivot deeper into the graph from aprofg.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aprofg.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.