---
title: "Get a list of countries attacked by a specific IP"
method: GET
path: "/waap/v1/ip-info/attack-map"
tags: ["IP Spotlight"]
---

# Get a list of countries attacked by a specific IP

`GET /waap/v1/ip-info/attack-map`

Retrieve a list of countries attacked by the specified IP address

## Query parameters

- `ip` union, required — The IP address to check
  - string, ipv4
  - string, ipv6

## Response `200`

Successful Response

- IpCountryAttack[]
  - `country` string, required — An ISO 3166-1 alpha-2 formatted string representing the country that was attacked
  - `count` integer, required — The number of attacks from the specified IP address to the country

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Unauthenticated
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.dev/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.dev/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
