Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 36 additions & 1 deletion http/miscellaneous/rdap-whois.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,42 @@ http:
json:
- '.entities[] | select(.roles[] | contains("registrant")) | .vcardArray[1].[] | select(.[0] == "adr") | .[-1][-1]'

- type: json
part: body
name: registrarIANAId
json:
- '.entities[] | select(.roles[] | contains("registrar")) | .publicIds[] | select(.type == "IANA Registrar ID") | .identifier'

- type: json
part: body
name: registrarName
json:
- '.entities[] | select(.roles[] | contains("registrar")) | .vcardArray[1].[] | select(.[0] == "fn") | .[-1]'

- type: json
part: body
name: registrarOrg
json:
- '.entities[] | select(.roles[] | contains("registrar")) | .vcardArray[1].[] | select(.[0] == "org") | .[-1]'

- type: json
part: body
name: registrarUrl
json:
- '.entities[] | select(.roles[] | contains("registrar")) | .links[] | select(.rel == "about") | .href'

- type: json
part: body
name: registrarEmail
json:
- '.entities[] | select(.roles[] | contains("registrar")) | .entities[] | select(.roles[] | contains("abuse")) | .vcardArray[1].[] | select(.[0] == "email") | .[-1]'

- type: json
part: body
name: registrarPhone
json:
- '.entities[] | select(.roles[] | contains("registrar")) | .entities[] | select(.roles[] | contains("abuse")) | .vcardArray[1].[] | select(.[0] == "tel") | .[-1]'

- type: json
part: body
name: nameServers
Expand All @@ -102,4 +138,3 @@ http:
name: secureDNS
json:
- '.secureDNS.delegationSigned // false'
# digest: 4a0a0047304502210089f0a9e2881e1bdf0fd908267bae0c4091674aab999d12ce7d5f89e0fef5eddd02203622c149d38037f8fda4750b070762b7b3e3339fa73296c79fbac5255373e096:922c64590222798bb761d5b6d8e72950
Loading