As noticed by @Set_Abominae and @kafeine, redkit has made a slight modification to it’s URI.
Redkit : small change in URI pattern : [a-z0-9]{4} for jnlp and jar too ( cc @MalwareSigs )
Looks to now be four characters in the html, jar and jnlp. EXE remains 2 digits.
Redkit JNLP
HTTP Method = GET
HTTP URI ends with *.jnlp
Regex HTTP URI ^http:\/\/[a-z0-9A-Z-.]+\/[a-z0-9A-Z]{4}\.jnlp$
RedKit JAR
HTTP Method = GET
HTTP URI ends with *.jar
Content-type = application/java-archive
Regex HTTP URI ^http:\/\/[a-z0-9A-Z-.]+\/[a-z0-9A-Z]{4}\.jar$
*Is this change related to the Sophos article? Hmm… :)*