Sponsored Content
Special Forums Cybersecurity Failed SSHD Login Attempts (15,000 per day) - Is that a lot compared to your server? Post 303039219 by Neo on Thursday 26th of September 2019 06:36:37 AM
Old 09-26-2019
So, far this is pretty interesting.

Three different public servers on the Internet (in the US) with the following "failed login attempts per minute" (FLA/m) or maybe (FLAPM):
  • 10.4
  • 10.1
  • 9.7

That's fairly interesting how three distinct public servers on the net are converging close to 10 FLA/m or 10 FLAPM.

Anyone else care to follow the same methodology so we can compare for the benefit of all readers?
 

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Maximum 3 login attempts

Hi, I notice in my Sun Solaris 8 sparc workstation, if I failed my login in the 5th time, I will be closed the connection from the host. I want to make 3 times. That is, if user fails to login with 3 attempts, he will be closed the connection. How to do it? Of course I am the admin of the... (2 Replies)
Discussion started by: champion
2 Replies

2. Solaris

invalid login attempts...

I am wondering if solaris captures id's associated w/invalid login attempts? when I try to login as "test1" several (3-5) times, I do not find any userID info under "/var/adm" files: utmpx wtmpx messages lastlog Is there another location/log I should be checking? Is it necessary for... (6 Replies)
Discussion started by: mr_manny
6 Replies

3. AIX

Denying IPaddress for Multiple Failed Login Attempts

Hi. I would like to be able to deny IP address for too many failed login attemps (either from ssh, sftp, ftp, etc). The system I wish this to work on is an AIX 5.1 system. I'm new to AIX but I'm a linux user. There is a program for linux called fail2ban which reads from the log files and see if... (1 Reply)
Discussion started by: metzgerh
1 Replies

4. AIX

ftp check for failed attempts

Hi, I have created the below ftp script to put files over to our capacity server, the check at the end works if ftp fails to run however if the script cannot login or the transfer itself failed there is no warnings. Does anyone know the syntax to trap the erorr codes or to put a check within... (3 Replies)
Discussion started by: chlawren
3 Replies

5. Solaris

Number of login attempts on solaris 10

Hi, I want to sent number of login attempts ,so that after that much attempts user account should be locked on solaris 10 (2 Replies)
Discussion started by: manoj.solaris
2 Replies

6. AIX

Invalid login attempts

How can I see the number of invalid login attempts of a user? Thanks, (9 Replies)
Discussion started by: agasamapetilon
9 Replies

7. Shell Programming and Scripting

Shell script in tracking both the passed and failed login in a unix server

Can you help me in providing the following output or a quite similar to this from a shell script ? *** Logins Summary Information ***** ---------------------------------- Failed Login Attempts for Invalid Accounts Date Time IP-ADD Account ... (0 Replies)
Discussion started by: linuxgeek
0 Replies

8. UNIX for Dummies Questions & Answers

TCP failed connection attempts from netstat -s

Dear experts, I am seeing a lot of TCP failed connection attempts from "netstat -s" on one of our servers. How can I pin point what connection failed and what are the ports involved? Any tools/commands I can dig in deeper to diag. what went wrong on these "failed connection attempts"? ... (2 Replies)
Discussion started by: cache51
2 Replies

9. Solaris

Solaris logs - Tracking failed attempts from my host

Hey all I'm having a big problem here. Someone is attempting an SSH to a destination host on which an account resides and locking the account. I'm trying to determine who is performing the SSH attempts from my host. For instance they're logged in as their standard account but then (I'm assuming)... (13 Replies)
Discussion started by: MaindotC
13 Replies
MEMCACHED(3)								 1							      MEMCACHED(3)

The Memcached class

INTRODUCTION
Represents a connection to a set of memcached servers. CLASS SYNOPSIS
Memcached Memcached o public Memcached::__construct ([string $persistent_id]) o public bool Memcached::add (string $key, mixed $value, [int $expiration]) o public bool Memcached::addByKey (string $server_key, string $key, mixed $value, [int $expiration]) o public bool Memcached::addServer (string $host, int $port, [int $weight]) o public bool Memcached::addServers (array $servers) o public bool Memcached::append (string $key, string $value) o public bool Memcached::appendByKey (string $server_key, string $key, string $value) o public bool Memcached::cas (float $cas_token, string $key, mixed $value, [int $expiration]) o public bool Memcached::casByKey (float $cas_token, string $server_key, string $key, mixed $value, [int $expiration]) o public int Memcached::decrement (string $key, [int $offset = 1], [int $initial_value], [int $expiry]) o public int Memcached::decrementByKey (string $server_key, string $key, [int $offset = 1], [int $initial_value], [int $expiry]) o public bool Memcached::delete (string $key, [int $time]) o public bool Memcached::deleteByKey (string $server_key, string $key, [int $time]) o public bool Memcached::deleteMulti (array $keys, [int $time]) o public bool Memcached::deleteMultiByKey (string $server_key, array $keys, [int $time]) o public array Memcached::fetch (void ) o public array Memcached::fetchAll (void ) o public bool Memcached::flush ([int $delay]) o public mixed Memcached::get (string $key, [callable $cache_cb], [float &$cas_token]) o public array Memcached::getAllKeys (void ) o public mixed Memcached::getByKey (string $server_key, string $key, [callable $cache_cb], [float &$cas_token]) o public bool Memcached::getDelayed (array $keys, [bool $with_cas], [callable $value_cb]) o public bool Memcached::getDelayedByKey (string $server_key, array $keys, [bool $with_cas], [callable $value_cb]) o public mixed Memcached::getMulti (array $keys, [array &$cas_tokens], [int $flags]) o public array Memcached::getMultiByKey (string $server_key, array $keys, [string &$cas_tokens], [int $flags]) o public mixed Memcached::getOption (int $option) o public int Memcached::getResultCode (void ) o public string Memcached::getResultMessage (void ) o public array Memcached::getServerByKey (string $server_key) o public array Memcached::getServerList (void ) o public array Memcached::getStats (void ) o public array Memcached::getVersion (void ) o public int Memcached::increment (string $key, [int $offset = 1], [int $initial_value], [int $expiry]) o public int Memcached::incrementByKey (string $server_key, string $key, [int $offset = 1], [int $initial_value], [int $expiry]) o public bool Memcached::isPersistent (void ) o public bool Memcached::isPristine (void ) o public bool Memcached::prepend (string $key, string $value) o public bool Memcached::prependByKey (string $server_key, string $key, string $value) o public bool Memcached::quit (void ) o public bool Memcached::replace (string $key, mixed $value, [int $expiration]) o public bool Memcached::replaceByKey (string $server_key, string $key, mixed $value, [int $expiration]) o public bool Memcached::resetServerList (void ) o public bool Memcached::set (string $key, mixed $value, [int $expiration]) o public bool Memcached::setByKey (string $server_key, string $key, mixed $value, [int $expiration]) o public bool Memcached::setMulti (array $items, [int $expiration]) o public bool Memcached::setMultiByKey (string $server_key, array $items, [int $expiration]) o public bool Memcached::setOption (int $option, mixed $value) o public bool Memcached::setOptions (array $options) o public void Memcached::setSaslAuthData (string $username, string $password) o public bool Memcached::touch (string $key, int $expiration) o public bool Memcached::touchByKey (string $server_key, string $key, int $expiration) PHP Documentation Group MEMCACHED(3)
All times are GMT -4. The time now is 01:01 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy