Accessing service results through pycrits or api

25 views
Skip to first unread message

Adam Jones

unread,
Sep 12, 2017, 3:01:10 PM9/12/17
to crits-users
Quick question from a "very-new-to-the-api" user, i can access TLO data through pycrits and the web api easily enough. Is there a way to pull the results of services (like virustotal, peinfo, cuckoo, etc) for a specific TLO (like a sample) using pycrits or the web api?

For example (plain english) if I retrieve all the data for a sample, i see all the TLO info (as shown in the web interface on the main details tab) just fine. Is it possible for a given sample to retrieve the fields for services that show up under the analysis tab using pycrits/webapi?

Using pycrits if i do something like:

for field, values in crits.sample("<id>").items():
   if field != 'filedata':
      print(field, values)

it prints out all the main fields and values from the files details page as expected. Is there a way to get to the results under the analysis tab for that same <id> in a similar way?


Thanks,
   -- adam

p.s. example web api i would use would be going a specific sample to view its json in a browser would be  "https://<server>/api/v1/samples/<id>"
Reply all
Reply to author
Forward
0 new messages