How to check Threat Feed Update Timestamp
search cancel

How to check Threat Feed Update Timestamp

book

Article ID: 288495

calendar_today

Updated On:

Products

Carbon Black EDR (formerly Cb Response)

Issue/Introduction

Which query can be run to check Threat Feed Update Timestamp?

Environment

  • Carbon Black EDR Server: All Supported Versions
  • Linux OS: Supported Versions

Resolution

  1. Run the below command from EDR backend terminal (Master Node, if cluster setup):
    psql -d cb -p 5002 -c "select id,name,update_timestamp from alliance_feeds order by update_timestamp"