I have manipulated the expression to evaluate in such a way that I need to find the value of $a^2b^2+a^2c^2+b^2c^2$, which is the "x" coefficient of the cubic polynomial in which the roots are the squares of the original roots: a,b, and c.
How find this polynomial?

$$x^3+4x=8-3x^2$$
Squaring both sides $$(x(x^2+4))^2=(8-3x^2)^2$$
Replace $x^2$ with $y$
$$y(y+4)^2=(8-3y)^2\iff y^3+y^2(8-9)+y(16+48)-64=0$$ whose roots are $a^2,b^2,c^2$
By Vieta's formula $$a^2+b^2+c^2=\dfrac11$$
$$a^2b^2+b^2c^2+c^2a^2=\dfrac{16+48}1$$
Use $$(a^2+b^2+c^2)^2=a^4+b^4+c^4+2(a^2b^2+b^2c^2+c^2a^2)$$