26 lines
570 B
YAML
26 lines
570 B
YAML
id: api-ip2whois
|
|
|
|
info:
|
|
name: IP2WHOIS API Test
|
|
author: daffainfo
|
|
severity: info
|
|
reference:
|
|
- https://www.ip2whois.com/developers-api
|
|
- https://github.com/daffainfo/all-about-apikey/blob/main/Development/IP2WHOIS.md
|
|
tags: token-spray,ip2whois
|
|
|
|
self-contained: true
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "https://api.ip2whois.com/v2?key={{token}}&domain=daffa.tech&format=json"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"domain"'
|
|
- '"domain_id"'
|
|
- '"whois_server"'
|
|
condition: and
|