EDR: How to check Threat Feed Update Timestamp
search cancel

EDR: 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

  • EDR(Formerly Carbon Black Response) Server: All Supported Versions

Resolution

  • 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"