We use the pqr method.
Let $p = a + b + c, q = ab + bc + ca, r = abc$. The condition is written as
$$p^2 - 2q = q^2 - 2pr,$$
or
$$r = \frac{q^2 + 2q - p^2}{2p}. \tag{1}$$
We need to prove that
$$4p \ge 3(r + 3),$$
or (using (1))
$$11p^2 - 18p - 3q^2 - 6q \ge 0. \tag{2}$$
Using (1) and $q^2 \ge 3pr$, we have
$q^2 \ge 3p \cdot \frac{q^2 + 2q - p^2}{2p}$ which results in
$$p \ge \sqrt{\frac{q^2 + 6q}{3}}. \tag{3}$$
Using (1) and $r \ge \frac{4pq - p^3}{9}$ (three degree Schur inequality), we have
$\frac{q^2 + 2q - p^2}{2p} \ge \frac{4pq - p^3}{9}$ which results in
$$2p^4 - (8q + 9)p^2 + 9q^2 + 18q \ge 0. \tag{4}$$
We split into two cases.
Case 1. $q \ge 3$
Using (2) and (3), it suffices to prove that
$$11\left(\sqrt{\frac{q^2 + 6q}{3}}\right)^2 - 18\cdot \sqrt{\frac{q^2 + 6q}{3}} - 3q^2 - 6q \ge 0$$
which is true. (Note: We use the fact that $x \mapsto 11x^2 - 18x$ is strictly increasing on $x \ge 2$.)
Case 2. $q < 3$
From (3) and (4), we have
$$p \ge \sqrt{2q + \frac94 + \frac14\sqrt{81 - 8q^2}}. \tag{5}$$
Using (2) and (5), it suffices to prove that
$$11\left(\sqrt{2q + \frac94 + \frac14\sqrt{81 - 8q^2}}\right)^2
- 18\sqrt{2q + \frac94 + \frac14\sqrt{81 - 8q^2}} - 3q^2 - 6q \ge 0$$
which is true. (Note: We use the fact that $x \mapsto 11x^2 - 18x$ is strictly increasing on $x \ge 2$.)
We are done.