/bot

aiLooking Scanner Bot

Information about the aiLooking-Scanner/1.0 agent

What is this bot?

aiLooking-Scanner is the HTTP agent used by the aiLooking platform to perform passive reconnaissance analysis on domains. It only scans domains whose owners have explicitly verified ownership.

User-Agent

aiLooking-Scanner/1.0 (+https://ailooking.com.ar/bot)

How to block it

You can block it on your server or CDN by filtering the User-Agent:

# nginx
if ($http_user_agent ~* "aiLooking-Scanner") {
    return 403;
}

# Apache (.htaccess)
BrowserMatch "aiLooking-Scanner" bad_bot
Order Allow,Deny
Allow from all
Deny from env=bad_bot

Note: blocking the bot does not affect your site's functionality for real users.

Contact

If you receive traffic from this agent that you consider inappropriate, contact us at hola@ailooking.com.ar