Hey folks,
I wanted to dive into some network related use cases in Chronicle and stumpled upon a problem regarding managing ports in reference lists. When trying to query the ref-set inside YARAL, I receive a mismatch error, because ports are parsed as int:
- $network.target.port in %uncommon_ports
validating intermediate representation: type mismatch between "%uncommon_ports" of type string and "network.udm.target.port" of type int
As there is no type casting/conversion function available, what other options exits besides inputting all entries/ports inside the rule seperated by ORs? Thanks!