Skip to content

Commit

Permalink
Added more info about types that can be used
Browse files Browse the repository at this point in the history
  • Loading branch information
frikky committed Jan 28, 2024
1 parent bacd0a8 commit 49140e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shuffle-tools/1.2.0/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ actions:
# schema:
# type: string
- name: parse_ioc
description: Parse IOC's based on https://github.com/fhightower/ioc-finder
description: Parse IOC's based on https://github.com/fhightower/ioc-finder. Specify input type to optimize speed: domains, urls, email_addresses, ipv4s, ipv4_cidrs, md5s, sha256s, sha1s, cves and more..
parameters:
- name: input_string
description: The string to check
Expand All @@ -281,7 +281,7 @@ actions:
description: The string to check
required: false
multiline: false
example: "md5s"
example: "domains,urls,email_addresses,ipv4s,ipv4_cidrs,ipv6s,md5s,sha256s,sha1s,cves
schema:
type: string
returns:
Expand Down

0 comments on commit 49140e0

Please sign in to comment.