Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Black-Pearl25 committed Mar 27, 2023
1 parent 6a26553 commit b2dd31b
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions analyzers/DNSLookingglass/DNSLookingglass.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,42 @@
"expected": [
"217.70.184.55"
]
},
{
"path": "$.full.results[*].answer",
"expected": [
"217.70.184.55",
"217.70.184.55",
"217.70.184.55"
]
},
{
"path": "$.full.results[*].status",
"expected": [
"ok v4 failed v6",
"ok v4 failed v6",
"ok v4 failed v6"
]
},
{
"path": "$.full.results[*].country",
"expected": [
"GLOBAL",
"GLOBAL",
"GLOBAL"
]
},
{
"path": "$.full.hits",
"expected": [
"DomainExist"
]
},
{
"path": "$.full.count",
"expected": [
3
]
}
]
}
Expand Down

0 comments on commit b2dd31b

Please sign in to comment.