Skip to content

Commit

Permalink
Bot user agents module update (CIDRAM/CIDRAM#557).
Browse files Browse the repository at this point in the history
Narrow the relevant signature slightly.
  • Loading branch information
Maikuolan committed Jan 18, 2024
1 parent 51c4659 commit 08683ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion modules/module_botua.php
Original file line number Diff line number Diff line change
Expand Up @@ -420,10 +420,11 @@

/**
* @link https://github.com/CIDRAM/CIDRAM/issues/493
* @link https://github.com/CIDRAM/CIDRAM/issues/557
* @link https://trunc.org/learning/the-mozlila-user-agent-bot
*/
if (
$Trigger(strpos($UANoSpace, 'mozlila') !== false || strpos($UANoSpace, 'mobliesafari') !== false, 'Attack UA') // 2023.08.10 mod 2023.08.12
$Trigger(strpos($UANoSpace, 'mozlila') !== false || strpos($UANoSpace, 'moblie') !== false, 'Attack UA') // 2023.08.10 mod 2024.01.18
) {
$CIDRAM['Reporter']->report([15, 19, 20, 21], ['User agent cited by various attack tools, rootkits, backdoors, webshells, and malware detected.'], $CIDRAM['BlockInfo']['IPAddr']);
$CIDRAM['Tracking options override'] = 'extended';
Expand Down
2 changes: 1 addition & 1 deletion modules/modules.dat
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ module_botua.php:
To:
- "module_botua.php"
Checksum:
- "e3eb2ab03dd5e3924dbb870c8f43ed0d113bdf4b695632ad4a1c69aae40aeb53:25486"
- "c7d35859e59f89bdeca96c720fde15054b906b4bbd3986c97d518e4e93a1aff0:25537"
Used with: "modules"
Reannotate: "modules.dat"
module_cookies.php:
Expand Down

0 comments on commit 08683ba

Please sign in to comment.