File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,18 @@ If username and password are used instead, a token fetching request will be done
208
208
- Gets a list of all top-level containers from which the requested sample has been extracted during analysis
209
209
- This is a bulk API, meaning that a single request can be used to simultaneously query containers for multiple
210
210
file hashes
211
-
211
+ - ` network_url_report `
212
+ - Accepts a URL string and returns a report about the requested URL
213
+ - ` network_domain_report `
214
+ - Accepts a domain string and returns a report about the requested domain
215
+ - ` network_ip_addr_report `
216
+ - Accepts an IP address string and returns a report about the requested IP address
217
+ - ` network_ip_to_domain `
218
+ - Accepts an IP address string and returns a list of IP-to-domain mappings
219
+ - ` network_urls_from_ip `
220
+ - Accepts an IP address string and returns a list of URLs hosted on the requested IP address
221
+ - ` network_files_from_ip `
222
+ - Accepts an IP address string and returns a list of hashes and classifications for files found on the requested IP address
212
223
213
224
***
214
225
You can’t perform that action at this time.
0 commit comments