Hostname
pecc2.com
Last fetched
pecc2.com resolves to 2 IPv4 addresses operated by AS45899 in VN. WHOIS lists iana:1586 as the registrar.
Nutrition Label
Resolution chain
pecc2.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 |
|---|---|---|---|---|
| 113.161.100.89 | 113.161.96.0/21 | AS45899 | — | VN |
| 115.79.241.250 | 115.79.240.0/22 | AS7552 | — | VN |
WHOIS identity
- Registrar
- iana:1586
- Organization
- cong ty co phan mat bao
- Contact emails
Subdomains
14 observed subdomains of pecc2.com.
Web-graph footprint
Distinct hostnames that link to or from pecc2.com in the public web crawl.
54 sites link to this hostname.
44 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for pecc2.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.bkdata.vn |
Related pages
Pivot deeper into the graph from pecc2.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pecc2.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.