Hostname
issuegroup.com
Last fetched
issuegroup.com resolves to 1 IPv4 address operated by AS7049 in AR. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
issuegroup.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 |
|---|---|---|---|---|
| 200.59.205.75 | 200.59.205.0/24 | AS7049 | — | AR |
| 200.59.205.75 | 200.59.205.0/24 | AS7049 | — | AR |
WHOIS identity
- Registrar
- iana:2
- Organization
- laboratorio cuenca
- Contact emails
Subdomains
8 observed subdomains of issuegroup.com.
Web-graph footprint
Distinct hostnames that link to or from issuegroup.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for issuegroup.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 192.168.22.0/24 |
| SPF_IP | 200.59.205.0/24 |
| SPF_IP | 216.75.20.10 |
Related pages
Pivot deeper into the graph from issuegroup.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "issuegroup.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.