Skip to main content
Question

Data Table Auto Update

  • July 2, 2026
  • 1 reply
  • 0 views

Bernaldo
Forum|alt.badge.img+2

Hi,

How can I update datatable values from an external source, one of the uses that we want to implement is keep a updated JA3 list, we can update this list from an external resource, via http, It is possible to autoupdate a datatable from an external .csv downloadable resource?

The main idea is check with the https source if there’s any row addition/deletion/update and automatically perform the changes in the datatable.

 

Best regards.

1 reply

ar3diu
Forum|alt.badge.img+10
  • Silver 2
  • July 2, 2026

Interested in this as well. Other query languages, like KQL, have the option to load an external CSV within the search query.

The only way I have managed to solve this so far in YARA-L is through either an external job or one in SOAR that replaces the Data Table rows based on a computed hash.