1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"request": {
"method": "GET",
"queryParameters": {
"key": {
"equalTo": "shodan-api-key"
},
"page": {
"absent": true
}
},
"urlPath": "/shodan"
},
"response": {
"headers": {
"content-type": "application/json"
},
"jsonBody": {
"data": [
{
"last_seen": "2024-10-06T03:23:59.910000",
"ports": [
80,
443,
2082
],
"subdomain": "",
"tags": [
"cdn"
],
"type": "A",
"value": "104.18.174.21"
}
],
"domain": "foo.com",
"more": true,
"subdomains": [
"bar"
],
"tags": [
"dmarc"
]
},
"status": 200
}
}