5.) Get all sample domains to analyze
GET https://{{threatgrid_host}}/api/v2/samples/feeds/domains?sample={{threatgrid_sample_id}}&after=2017-02-01&api_key={{threatgrid_key}}
Request all domains for a specific sample in TG and store them in an array to get more data out of them
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
sample | string | ||
after | string | ||
api_key | string |