29 lines
497 B
YAML
29 lines
497 B
YAML
|
id: api-ipdata
|
||
|
|
||
|
info:
|
||
|
name: IP Data API Test
|
||
|
author: 0xpugazh
|
||
|
severity: info
|
||
|
reference:
|
||
|
- https://docs.ipdata.co/docs
|
||
|
metadata:
|
||
|
verified: true
|
||
|
tags: token-spray,ipdata
|
||
|
|
||
|
self-contained: true
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "https://api.ipdata.co/?api-key={{token}}"
|
||
|
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- '"ip":'
|
||
|
- '"name":'
|
||
|
- '"asn":'
|
||
|
- '"route":'
|
||
|
- '"time_zone":'
|
||
|
condition: and
|