ZZ gate is a parametric two-qubit gate implementing correlated Z rotations. Among the most commonly available parametric gates.
Matrix:
$$\text{ZZ}(\theta) = e^{-i\theta Z_1 Z_2 / 2} = \begin{pmatrix} e^{-i\theta/2} & 0 & 0 & 0 \\ 0 & e^{i\theta/2} & 0 & 0 \\ 0 & 0 & e^{i\theta/2} & 0 \\ 0 & 0 & 0 & e^{-i\theta/2} \end{pmatrix}$$
Action: applies correlated phase rotations; leaves computational basis unchanged, only phases states.