Либо:
\[cust\]:((?:(?!\[\w+\]:).)*)
или
(?s)\[cust\]:(.*?)(?=\[\w+\]:|$)
https://regex101.com/r/RT2O4y/1
Контрольные показатели:
Regex1: \[cust\]:((?:(?!\[\w+\]:).)*)
Options: < none >
Completed iterations: 50 / 50 ( x 1000 )
Matches found per iteration: 2
Elapsed Time: 1.37 s, 1372.69 ms, 1372693 µs
Matches per sec: 72,849
Regex2: (?s)\[cust\]:(.*?)(?=\[\w+\]:|$)
Options: < none >
Completed iterations: 50 / 50 ( x 1000 )
Matches found per iteration: 2
Elapsed Time: 0.92 s, 918.17 ms, 918175 µs
Matches per sec: 108,911