IMPORTANT ANNOUNCEMENT: On May 6, 2024, Carbon Black User eXchange (UeX) and Case Management will move to a new platform!
The Community will be in read-only mode starting April 19th, 7:00 AM PDT. Check out the blog post!
You will still be able to use the case portal to create and interact with your support cases until the transition, view more information here!

PSC: How to export Malware Removal data using Postman

PSC: How to export Malware Removal data using Postman

Environment

  • Predictive Security Cloud (PSC) Console: All Versions
    • CB Defense
    • CB LiveOps
    • CB ThreatHunter
    • CB ThreatSight
  • Machine able to run Postman

This article uses an undocumented API route which is not officially supported and may change or disappear at any time


Objective

Provide details on exporting data from the Malware Removal page using Postman

Resolution

1. Create API Key
  1. Log into Console
  2. Go to Settings > API Keys
  3. Copy Org ID
  4. Click 'Add API Key' button
  5. 'Add API Key' modal/pop-up appears
  6. Enter name for easy identification
    Example: Malware_Removal_Export
  7. Set Access Level
    Access level: Custom
    Custom access level: View All
    
    *Warning message can be ignored:
    This permission set may contain unversioned APIs. Visit developer.carbonblack.com for all currently supported/versioned APIs.
  8. Enter Description as desired
  9. Click 'Save'
  10. Copy API credentials displayed ({{api_id}}, {{secret_key}} below)

2. Configure Postman
  1. Download and install Postman
  2. Download configuration JSON file and import into Postman
  3. Define variables and name the Environment for use with API calls
    {{api_id}}
    {{environment}}
    {{org_id}}
    {{secret_key}
    
  4. Select the Environment created
  5. View Collection named 'Malware Removal Export'
  6. Run the 'Malware Detected' call
  7. Click 'Save Response' > 'Save to a file' and name the file (Ex: Malware_Detected.json)
  8. Run the 'Malware Deleted' call
  9. Click 'Save Response' > 'Save to a file' and name the file (Ex: Malware_Deleted.json)

Additional Notes

  • The '/binary/knownbad' API is served to the Console and not currently configured to work as a standalone API, which is why the Access Level is a User role from the Console
  • For ease of use, there are a number of options available online to convert JSON files to CSV using Python, Java, etc.

Related Content


Was this article helpful? Yes No
100% helpful (1/1)
Article Information
Author:
Creation Date:
‎09-09-2020
Views:
1260