Skip to content

Commit c926c07

Browse files
Update the readme file
1 parent bcc7e14 commit c926c07

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,18 @@ If username and password are used instead, a token fetching request will be done
208208
- Gets a list of all top-level containers from which the requested sample has been extracted during analysis
209209
- This is a bulk API, meaning that a single request can be used to simultaneously query containers for multiple
210210
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
212223

213224
***
214225

0 commit comments

Comments
 (0)