Skip to content

Commit

Permalink
Merge pull request #105 from CybercentreCanada/default_external_sources
Browse files Browse the repository at this point in the history
Note on how to use default_external_sources with sha256
  • Loading branch information
gdesmar committed Dec 5, 2023
2 parents 6003f1d + 90f578a commit db90336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/integration/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ There are two methods for sending a file/URL/SHA256 to Assemblyline for analysis

!!! tip "For submitting a URL instead of a file, use the `url` argument instead of `path`"

!!! tip "For submitting a SHA256 instead of a file, use the `sha256` argument instead of `path`"
!!! tip "For submitting a SHA256 instead of a file, use the `sha256` argument instead of `path`. You may use external sources with `params={"default_external_sources":["VirusTotal","Malware Bazaar"]}`"

#### Ingest
The Ingest API supports two additional functionalities over the Submit API:
Expand Down

0 comments on commit db90336

Please sign in to comment.