You seem to think that finding the Galois group of one of these polynomials would lead to a shortcut to finding eventual integer roots. In my humble opinion this is quite the wrong approach to your real problem of finding integer roots to a quintic with integer coefficients in Bring-Jerrard form.
- Figuring out the Galois group takes more work than checking for integer roots via the rational root test (or by other means if you cannot factor the constant term). If only for the reason that checking for the presence of rationa roots would be the first step in my approach to the task of finding in the Galois group.
- Knowing the Galois group $G$ (as a group of permutations of the roots, a subgroup of $S_5$), when it happens to be solvable, only helps in finding ALL the five roots. If we know $G$ then we already know whether the polynomial has integer roots WITHOUT SOLVING THEM. For example, unless $G$ is a subgroup of a point stabilizer, we can say right away that there are no integer roots.
In many comments you have indicated that you are not interested in the quartic factor. That is fine - for the purposes of finding integer roots you are right. But it also further underlines the fact that you are really not interested in the Galois group. This is because when there is an integer root, the Galois group only contains information about the zeros of that quartic factor.
To give you something useful let me demonstrate the use of modular reduction as a technique for finding eventual integer roots of a quintic in Bring-Jerrard form. If you can factor the constant $b$ of $x^5+ax+b$, then the rational root test already leads to a problem of testing a finite number of candidates. As do elementary estimates from calculus and friends. Modular reduction will simply further cut down the number of remaining alternatives.
Consider the (not quite random) quintic equation
$$
f(x)=x^5-23232x-69277=0.
$$
The task is to find integer solutions. Here it would not be difficult to factor the constant term, but let's assume that you cannot do that (or that it would leave to uncomfortably many alternatives to be tested). A point is that if $f(n)=0$, then the residue class of $n$ modulo any prime $p$ will also be a solution to the congruence $f(x)\equiv \pmod p$. Another point is that finding modular roots modulo a prime much smaller than $b$ is a lot easier (there are efficient algorithms for that when $p$ is a bit too large for paper and pencil work).
This $f(x)$ is a case in point. We see that $\root4\of{23232}$ is a bit over ten. We can then check that $f(15)$ is safely positive, and that the function is increasing from that point on. Similarly $f(-15)<0$ and $f$ is increasing in the interval $(-\infty,-15)$. Therefore any integer zeros $n$ will satisfy $|n|<15$. It would be easy to test all the integers in this range (either as zeros of $f(x)$ or as factors of $b$. But, again, I'm assuming that in a real version of this question we would instead be left with too many alternatives for a brute force check.
On we go by reducing modulo small primes $p$.
- Reducing the coefficients of $f$ modulo $p=2$ we arrive at $f(x)\equiv x^5+1$. The only modular zero here is $x\equiv1$. This is basically restating the obvious fact an integer root must be odd.
- Reduction modulo $p=3$ gives $f(x)\equiv x^5-1$. From this we can deduce that if $f(n)=0$ we must have $n\equiv1\pmod3$.
- With the question settled modulo two or primes we invoke the Chinese Remainder Theorem (=CRT). We know that $n\equiv1\pmod2$ and $n\equiv1\pmod3$. CRT then tells us that $n\equiv1\pmod6$. Basically knowing the remainder of $n$ modulo $2$ and $3$ leaves only a single alternative for its remainder modulo $2\cdot3=6$.
- Next in line is $p=5$. Reducing the coefficients modulo $5$ shows that
$$f(x)\equiv x^5+3x+3\pmod5.$$
Testing $x=0,1,2,3,4$ (with or without using that by Little Fermat $x^5\equiv x$) quickly reveals that we must have $x\equiv3\pmod5$.
- Another round of CRT is due. We will get information modulo $6\cdot5=30$. Combining the pieces $n\equiv1\pmod6$ and $n\equiv3\pmod5$ leaves $n\equiv13\pmod{30}$ as the only possibility.
Because we initially constrained the solutions to the range $(-15,15)$ we can conclude that the only possible integer zero of $f(x)$ is $x=13$. Of course, I set up the example carefully so that, in fact, $f(13)=0$ – something you can verify easily enough.
As a further observation we see that $69277=13\cdot73^2$. This time the rational root test would have immediately given us that the only possible integer roots are $\pm1,\pm13,\pm73,\pm13\cdot73,\pm 73^2,\pm 13\cdot73^2$.
The product of small primes grows quickly enough so that you can, in a reasonable time, cover a relatively wide range of possible roots. If, instead, you wanted to find the roots of the quintic $g(x)=x^5-23232x-69276$ then, as above, $p=2,3,5$ will give us the information that an integer root $n$ must satisfy the congruence $n\equiv24\pmod{30}$. One alternative would then be that as $x=-6$ does not work, there are no integer solutions. Another possibility would be to include reduction modulo $p=7$. For we see that
$$g(x)\equiv x^5+x+3\pmod{7}$$
and, more importantly, $n^5+n+3$ is not divisible by $7$ for any $n=0,1,2,3,4,5,6$. This also implies that $g(x)$ has no integer roots.
Conclusions:
- Combining the rational root test (when feasible), range estimation (trivial) and reductions modulo several small primes leaves a relatively short list of possible candidate zeros that can be tested.
- Quite often considerations modulo a single prime may leave several alternatives modulo that prime. Then you either accept a longer list of candidates or reduce modulo some other prime (this is inevitable when the original quintic has several integer roots).
- For information on the technique of finding the roots of a low degree polynomial modulo a larger prime (when testing $n=0,1,2,\ldots,p-1$ feels too painful) you can take a look at this old thread.
- I don't see a way of using Galois theory to your end. I do want to point out that if your quintic is irreducible over $\Bbb{Q}$ (when we can immediately conclude that there are no integer roots), then it will also be irreducible modulo some prime $p$. This fact is special to quintics ($5$ is a prime), and requires a result known as Chebotaryev's density theorem (or a lighter version thereof). This is in contrast to quartics – we can easily find quartic polynomials with integer coefficients, irreducible over $\Bbb{Q}$ but reducible modulo every prime.
Doing the quintic in the question title as another example. This time we easily see that any real zero of
$$
h(x)=x^5-625x+1632
$$
must satisfy $|x|<8$.
- Reduction modulo $p=2$ does not give us anything for $h(n)$ is even for all integers $n$.
- Modulo $p=3$ we have $h(x)\equiv x^5-x$. This isn't very useful either for we can only exclude $n\equiv2\pmod3$.
- Modulo $p=5$ we get $h(x)\equiv x^5+2$. By Little Fermat this implies that an integer root $n$ must satisfy $n\equiv3\pmod 5$.
- Modulo $p=7$ we get $h(x)\equiv x^5+5x+1$. Testing with $x=0,1,\ldots,6$ shows that $x^5+5x+1$ is divisible by seven if and only if $x\equiv1$ or $x\equiv 3\pmod 7$.
- Combining the modulo $5$ and $7$ pieces of information implies (CRT) that an eventual integer zero $n$ must be congruent to either $8$ or $3$ modulo $35$.
- This means that in our range $n=3$ is the only possibility (and actually a solution as per OP's design).
This time the constant term $1632=2^5\cdot3\cdot17$ has quite a few factors, so using the rational root test would not have helped much.