example-invalid.yaml 384 B

123456789101112131415161718192021222324
  1. name: shodan_ip_lookup
  2. category: Ip
  3. version: 1.0
  4. type: request
  5. input:
  6. type: Ip
  7. key: address
  8. request:
  9. method: DELETE
  10. url: http://ip-api.com/json/{{address}}
  11. headers:
  12. Authorization: "Bearer {{secrets.SHODAN_API_KEY}}"
  13. output:
  14. type: Ip
  15. response:
  16. expect: json
  17. map:
  18. lat: Ip.latitute
  19. lon: Ip.longitude
  20. country: Ip.country
  21. city: Ip.city
  22. isp: Ip.isp