Thursday 13 July 2017

Preventing requests to non existent API routes node/express

Hi all,I've recently launched an application on node hosted through AWS.After checking logs there seems to be many requests to routes such as /MyAdmin. /phpmyadmin /admin/db.I'm assuming this is the work of bots attempting to find access points/vulnerabilities.I've attempted to research best methods to block these incoming requests but this is proving to be a suprisingly hard to topic to find guidelines for.If anyone could suggest methods to prevent these requests that would be much appreciated. Or even other suggestions to improve overall security for routes.Thanks noders!

Submitted July 14, 2017 at 05:22AM by joakimnoahsarc

No comments:

Post a Comment