47.106.53.162

Regular View Raw Data
Last Seen: 2024-04-28

GeneralInformation

Country China
City Shenzhen
Organization Aliyun Computing Co., LTD
ISP Hangzhou Alibaba Advertising Co.,Ltd.
ASN AS37963

WebTechnologies

JavaScript frameworks
JavaScript libraries

Vulnerabilities

Note: the device may not be impacted by all of these issues. The vulnerabilities are implied based on the software and version.

CVE-2024-23897 7.5Jenkins 2.441 and earlier, LTS 2.426.2 and earlier does not disable a feature of its CLI command parser that replaces an '@' character followed by a file path in an argument with the file's contents, allowing unauthenticated attackers to read arbitrary files on the Jenkins controller file system.
CVE-2023-51767 OpenSSH through 9.6, when common types of DRAM are used, might allow row hammer attacks (for authentication bypass) because the integer value of authenticated in mm_answer_authpassword does not resist flips of a single bit. NOTE: this is applicable to a certain threat model of attacker-victim co-location in which the attacker has user privileges.
CVE-2023-51385 In ssh in OpenSSH before 9.6, OS command injection might occur if a user name or host name has shell metacharacters, and this name is referenced by an expansion token in certain situations. For example, an untrusted Git repository can have a submodule with shell metacharacters in a user name or host name.
CVE-2023-51384 In ssh-agent in OpenSSH before 9.6, certain destination constraints can be incompletely applied. When destination constraints are specified during addition of PKCS#11-hosted private keys, these constraints are only applied to the first key, even if a PKCS#11 token returns multiple keys.
CVE-2023-48795 The SSH transport protocol with certain OpenSSH extensions, found in OpenSSH before 9.6 and other products, allows remote attackers to bypass integrity checks such that some packets are omitted (from the extension negotiation message), and a client and server may consequently end up with a connection for which some security features have been downgraded or disabled, aka a Terrapin attack. This occurs because the SSH Binary Packet Protocol (BPP), implemented by these extensions, mishandles the handshake phase and mishandles use of sequence numbers. For example, there is an effective attack against SSH's use of ChaCha20-Poly1305 (and CBC with Encrypt-then-MAC). The bypass occurs in chacha20-poly1305@openssh.com and (if CBC is used) the -etm@openssh.com MAC algorithms. This also affects Maverick Synergy Java SSH API before 3.1.0-SNAPSHOT, Dropbear through 2022.83, Ssh before 5.1.1 in Erlang/OTP, PuTTY before 0.80, AsyncSSH before 2.14.2, golang.org/x/crypto before 0.17.0, libssh before 0.10.6, libssh2 through 1.11.0, Thorn Tech SFTP Gateway before 3.4.6, Tera Term before 5.1, Paramiko before 3.4.0, jsch before 0.2.15, SFTPGo before 2.5.6, Netgate pfSense Plus through 23.09.1, Netgate pfSense CE through 2.7.2, HPN-SSH through 18.2.0, ProFTPD before 1.3.8b (and before 1.3.9rc2), ORYX CycloneSSH before 2.3.4, NetSarang XShell 7 before Build 0144, CrushFTP before 10.6.0, ConnectBot SSH library before 2.2.22, Apache MINA sshd through 2.11.0, sshj through 0.37.0, TinySSH through 20230101, trilead-ssh2 6401, LANCOM LCOS and LANconfig, FileZilla before 3.66.4, Nova before 11.8, PKIX-SSH before 14.4, SecureCRT before 9.4.3, Transmit5 before 5.10.4, Win32-OpenSSH before 9.5.0.0p1-Beta, WinSCP before 6.2.2, Bitvise SSH Server before 9.32, Bitvise SSH Client before 9.33, KiTTY through 0.76.1.13, the net-ssh gem 7.2.0 for Ruby, the mscdex ssh2 module before 1.15.0 for Node.js, the thrussh library before 0.35.1 for Rust, and the Russh crate before 0.40.2 for Rust.
CVE-2023-38408 The PKCS#11 feature in ssh-agent in OpenSSH before 9.3p2 has an insufficiently trustworthy search path, leading to remote code execution if an agent is forwarded to an attacker-controlled system. (Code in /usr/lib is not necessarily safe for loading into ssh-agent.) NOTE: this issue exists because of an incomplete fix for CVE-2016-10009.
CVE-2021-41617 7.0sshd in OpenSSH 6.2 through 8.x before 8.8, when certain non-default configurations are used, allows privilege escalation because supplemental groups are not initialized as expected. Helper programs for AuthorizedKeysCommand and AuthorizedPrincipalsCommand may run with privileges associated with group memberships of the sshd process, if the configuration specifies running the command as a different user.
CVE-2021-36368 2.6An issue was discovered in OpenSSH before 8.9. If a client is using public-key authentication with agent forwarding but without -oLogLevel=verbose, and an attacker has silently modified the server to support the None authentication option, then the user cannot determine whether FIDO authentication is going to confirm that the user wishes to connect to that server, or that the user wishes to allow that server to connect to a different server on the user's behalf. NOTE: the vendor's position is "this is not an authentication bypass, since nothing is being bypassed.
CVE-2020-15778 6.8scp in OpenSSH through 8.3p1 allows command injection in the scp.c toremote function, as demonstrated by backtick characters in the destination argument. NOTE: the vendor reportedly has stated that they intentionally omit validation of "anomalous argument transfers" because that could "stand a great chance of breaking existing workflows."
CVE-2020-14145 5.9The client side in OpenSSH 5.7 through 8.4 has an Observable Discrepancy leading to an information leak in the algorithm negotiation. This allows man-in-the-middle attackers to target initial connection attempts (where no host key for the server has been cached by the client). NOTE: some reports state that 8.5 and 8.6 are also affected.
CVE-2019-6111 5.8An issue was discovered in OpenSSH 7.9. Due to the scp implementation being derived from 1983 rcp, the server chooses which files/directories are sent to the client. However, the scp client only performs cursory validation of the object name returned (only directory traversal attacks are prevented). A malicious scp server (or Man-in-The-Middle attacker) can overwrite arbitrary files in the scp client target directory. If recursive operation (-r) is performed, the server can manipulate subdirectories as well (for example, to overwrite the .ssh/authorized_keys file).
CVE-2019-6110 4.0In OpenSSH 7.9, due to accepting and displaying arbitrary stderr output from the server, a malicious server (or Man-in-The-Middle attacker) can manipulate the client output, for example to use ANSI control codes to hide additional files being transferred.
CVE-2019-6109 4.0An issue was discovered in OpenSSH 7.9. Due to missing character encoding in the progress display, a malicious server (or Man-in-The-Middle attacker) can employ crafted object names to manipulate the client output, e.g., by using ANSI control codes to hide additional files being transferred. This affects refresh_progress_meter() in progressmeter.c.
CVE-2019-16905 4.4OpenSSH 7.7 through 7.9 and 8.x before 8.1, when compiled with an experimental key type, has a pre-authentication integer overflow if a client or server is configured to use a crafted XMSS key. This leads to memory corruption and local code execution because of an error in the XMSS key parsing algorithm. NOTE: the XMSS implementation is considered experimental in all released OpenSSH versions, and there is no supported way to enable it when building portable OpenSSH.
CVE-2018-20685 2.6In OpenSSH 7.9, scp.c in the scp client allows remote SSH servers to bypass intended access restrictions via the filename of . or an empty filename. The impact is modifying the permissions of the target directory on the client side.
CVE-2018-15919 5.3Remotely observable behaviour in auth-gss2.c in OpenSSH through 7.8 could be used by remote attackers to detect existence of users on a target system when GSS2 is in use. NOTE: the discoverer states 'We understand that the OpenSSH developers do not want to treat such a username enumeration (or "oracle") as a vulnerability.'
CVE-2018-15473 5.0OpenSSH through 7.7 is prone to a user enumeration vulnerability due to not delaying bailout for an invalid authenticating user until after the packet containing the request has been fully parsed, related to auth2-gss.c, auth2-hostbased.c, and auth2-pubkey.c.
CVE-2017-15906 5.0The process_open function in sftp-server.c in OpenSSH before 7.6 does not properly prevent write operations in readonly mode, which allows attackers to create zero-length files.
CVE-2016-3115 5.5Multiple CRLF injection vulnerabilities in session.c in sshd in OpenSSH before 7.2p2 allow remote authenticated users to bypass intended shell-command restrictions via crafted X11 forwarding data, related to the (1) do_authenticated1 and (2) session_x11_req functions.
CVE-2016-20012 4.3OpenSSH through 8.7 allows remote attackers, who have a suspicion that a certain combination of username and public key is known to an SSH server, to test whether this suspicion is correct. This occurs because a challenge is sent only when that combination could be valid for a login session. NOTE: the vendor does not recognize user enumeration as a vulnerability for this product
CVE-2016-1908 7.5The client in OpenSSH before 7.2 mishandles failed cookie generation for untrusted X11 forwarding and relies on the local X11 server for access-control decisions, which allows remote X11 clients to trigger a fallback and obtain trusted X11 forwarding privileges by leveraging configuration issues on this X11 server, as demonstrated by lack of the SECURITY extension on this X11 server.
CVE-2016-10708 5.0sshd in OpenSSH before 7.4 allows remote attackers to cause a denial of service (NULL pointer dereference and daemon crash) via an out-of-sequence NEWKEYS message, as demonstrated by Honggfuzz, related to kex.c and packet.c.
CVE-2016-10012 7.2The shared memory manager (associated with pre-authentication compression) in sshd in OpenSSH before 7.4 does not ensure that a bounds check is enforced by all compilers, which might allows local users to gain privileges by leveraging access to a sandboxed privilege-separation process, related to the m_zback and m_zlib data structures.
CVE-2016-10011 2.1authfile.c in sshd in OpenSSH before 7.4 does not properly consider the effects of realloc on buffer contents, which might allow local users to obtain sensitive private-key information by leveraging access to a privilege-separated child process.
CVE-2016-10010 6.9sshd in OpenSSH before 7.4, when privilege separation is not used, creates forwarded Unix-domain sockets as root, which might allow local users to gain privileges via unspecified vectors, related to serverloop.c.
CVE-2016-10009 7.5Untrusted search path vulnerability in ssh-agent.c in ssh-agent in OpenSSH before 7.4 allows remote attackers to execute arbitrary local PKCS#11 modules by leveraging control over a forwarded agent-socket.
CVE-2016-0777 4.0The resend_bytes function in roaming_common.c in the client in OpenSSH 5.x, 6.x, and 7.x before 7.1p2 allows remote servers to obtain sensitive information from process memory by requesting transmission of an entire buffer, as demonstrated by reading a private key.
CVE-2015-6564 6.9Use-after-free vulnerability in the mm_answer_pam_free_ctx function in monitor.c in sshd in OpenSSH before 7.0 on non-OpenBSD platforms might allow local users to gain privileges by leveraging control of the sshd uid to send an unexpectedly early MONITOR_REQ_PAM_FREE_CTX request.
CVE-2015-6563 1.9The monitor component in sshd in OpenSSH before 7.0 on non-OpenBSD platforms accepts extraneous username data in MONITOR_REQ_PAM_INIT_CTX requests, which allows local users to conduct impersonation attacks by leveraging any SSH login access in conjunction with control of the sshd uid to send a crafted MONITOR_REQ_PWNAM request, related to monitor.c and monitor_wrap.c.
CVE-2015-5600 8.5The kbdint_next_device function in auth2-chall.c in sshd in OpenSSH through 6.9 does not properly restrict the processing of keyboard-interactive devices within a single connection, which makes it easier for remote attackers to conduct brute-force attacks or cause a denial of service (CPU consumption) via a long and duplicative list in the ssh -oKbdInteractiveDevices option, as demonstrated by a modified client that provides a different password for each pam element on this list.
CVE-2015-5352 4.3The x11_open_helper function in channels.c in ssh in OpenSSH before 6.9, when ForwardX11Trusted mode is not used, lacks a check of the refusal deadline for X connections, which makes it easier for remote attackers to bypass intended access restrictions via a connection outside of the permitted time window.
CVE-2014-2653 5.8The verify_host_key function in sshconnect.c in the client in OpenSSH 6.6 and earlier allows remote servers to trigger the skipping of SSHFP DNS RR checking by presenting an unacceptable HostCertificate.
CVE-2014-2532 5.8sshd in OpenSSH before 6.6 does not properly support wildcards on AcceptEnv lines in sshd_config, which allows remote attackers to bypass intended environment restrictions by using a substring located before a wildcard character.
CVE-2014-1692 7.5The hash_buffer function in schnorr.c in OpenSSH through 6.4, when Makefile.inc is modified to enable the J-PAKE protocol, does not initialize certain data structures, which might allow remote attackers to cause a denial of service (memory corruption) or have unspecified other impact via vectors that trigger an error condition.
CVE-2012-0814 3.5The auth_parse_options function in auth-options.c in sshd in OpenSSH before 5.7 provides debug messages containing authorized_keys command options, which allows remote authenticated users to obtain potentially sensitive information by reading these messages, as demonstrated by the shared user account required by Gitolite. NOTE: this can cross privilege boundaries because a user account may intentionally have no shell or filesystem access, and therefore may have no supported way to read an authorized_keys file in its own home directory.
CVE-2011-5000 3.5The ssh_gssapi_parse_ename function in gss-serv.c in OpenSSH 5.8 and earlier, when gssapi-with-mic authentication is enabled, allows remote authenticated users to cause a denial of service (memory consumption) via a large value in a certain length field. NOTE: there may be limited scenarios in which this issue is relevant.
CVE-2011-4327 2.1ssh-keysign.c in ssh-keysign in OpenSSH before 5.8p2 on certain platforms executes ssh-rand-helper with unintended open file descriptors, which allows local users to obtain sensitive key information via the ptrace system call.
CVE-2010-5107 5.0The default configuration of OpenSSH through 6.1 enforces a fixed time limit between establishing a TCP connection and completing a login, which makes it easier for remote attackers to cause a denial of service (connection-slot exhaustion) by periodically making many new TCP connections.
CVE-2010-4755 4.0The (1) remote_glob function in sftp-glob.c and the (2) process_put function in sftp.c in OpenSSH 5.8 and earlier, as used in FreeBSD 7.3 and 8.1, NetBSD 5.0.2, OpenBSD 4.7, and other products, allow remote authenticated users to cause a denial of service (CPU and memory consumption) via crafted glob expressions that do not match any pathnames, as demonstrated by glob expressions in SSH_FXP_STAT requests to an sftp daemon, a different vulnerability than CVE-2010-2632.
CVE-2010-4478 7.5OpenSSH 5.6 and earlier, when J-PAKE is enabled, does not properly validate the public parameters in the J-PAKE protocol, which allows remote attackers to bypass the need for knowledge of the shared secret, and successfully authenticate, by sending crafted values in each round of the protocol, a related issue to CVE-2010-4252.
CVE-2008-3844 9.3Certain Red Hat Enterprise Linux (RHEL) 4 and 5 packages for OpenSSH, as signed in August 2008 using a legitimate Red Hat GPG key, contain an externally introduced modification (Trojan Horse) that allows the package authors to have an unknown impact. NOTE: since the malicious packages were not distributed from any official Red Hat sources, the scope of this issue is restricted to users who may have obtained these packages through unofficial distribution points. As of 20080827, no unofficial distributions of this software are known.
CVE-2007-2768 4.3OpenSSH, when using OPIE (One-Time Passwords in Everything) for PAM, allows remote attackers to determine the existence of certain user accounts, which displays a different response if the user account exists and is configured to use one-time passwords (OTP), a similar issue to CVE-2007-2243.

OpenPorts

11131517192123253743495370798084102104106110111113119135143175179195221264311340389427444465502503515548554593636666789801873902992993995100010231025102611191153117712001234131113371366140014331471150015151521159916041723180018011883192519261962199020002002200820482061206720812083208721212126215421812211222222232233232323322345237523762404244324552480255025582560256626282761276228063001305030603062308730983100321132603268326932993301330633103352338833893406340935223541355035673690374937803790379238383951400040224040406340644157424242434282432144304433444345004506464647824786484049114949500050015005500650075009501050255122517252015222526954005431543254355500556056015604560556075672582258585900591059385984598559865990600060026262637964436511658166056633665366666667666866977001707171717218741574747547754876347989799980018009801280138023803080498053806080718080808180838085808780898099810581128139818181908200829183338403841784188423842484288430843184438500854585548575862186498666868687288765880388058809881888198832883488408844885588608870887688778880888888898890896990009001900290079021902490339042904890519091909290949095910091029105911191199151916091919199920192029210930693109418944395309595960096069633969097619800987698999943998899919998999910000100011013410250104431055410909109111100011112112101121111300114341200012345141471426514344160301699216993180811824518553190002000020256205472137923023234242500125565270152701728015280802810730002313373276433060350003777744158448184799049152491535000050050512355413855000554425544355553555546000160030601296161361616
1690634669 | 2024-04-26T15:03:06.253539
  
11 / tcp
-1036370807 | 2024-04-26T08:46:12.735749
  
13 / tcp
-786044033 | 2024-04-23T06:37:33.013356
  
15 / tcp
1852418385 | 2024-04-05T08:02:15.499257
  
17 / tcp
829384519 | 2024-04-22T04:55:00.130690
  
19 / tcp
1210838212 | 2024-04-23T13:58:25.075399
  
21 / tcp
676675086 | 2024-04-21T06:49:37.634961
  
23 / tcp
-1399940268 | 2024-04-20T22:52:26.369583
  
25 / tcp
1472866667 | 2024-04-21T23:31:24.683790
  
37 / tcp
660175493 | 2024-04-25T22:49:06.679009
  
43 / tcp
-1909001798 | 2024-04-27T15:08:52.341076
  
49 / tcp
1369632081 | 2024-04-16T22:26:17.043839
  
53 / tcp
175081126 | 2024-04-27T02:11:52.848383
  
70 / tcp
-2029556872 | 2024-04-24T02:45:43.244986
  
79 / tcp
1184517429 | 2024-04-27T13:25:03.483041
  
80 / tcp
-1729629024 | 2024-04-14T04:15:42.149087
  
84 / tcp
-1399940268 | 2024-04-20T22:50:15.327832
  
102 / tcp
-2089734047 | 2024-04-25T06:25:31.108659
  
104 / tcp
1107492609 | 2024-04-25T06:22:42.672524
  
106 / tcp
1911457608 | 2024-04-21T10:33:59.167897
  
110 / tcp
1741579575 | 2024-04-23T18:26:50.403612
  
111 / tcp
-527005584 | 2024-04-10T11:53:39.676189
  
113 / tcp
-1958992631 | 2024-04-23T17:50:00.301048
  
119 / tcp
-1729522695 | 2024-04-17T19:36:44.574426
  
135 / tcp
639175818 | 2024-04-24T11:31:08.572537
  
143 / tcp
740837454 | 2024-04-22T19:31:27.024840
  
175 / tcp
-399606100 | 2024-04-22T18:05:47.917924
  
179 / tcp
819727972 | 2024-04-17T01:24:52.656901
  
195 / tcp
-1730858130 | 2024-04-24T07:23:32.178087
  
221 / tcp
-1707068558 | 2024-04-23T15:21:04.275281
  
264 / tcp
676753056 | 2024-04-25T17:48:38.839764
  
311 / tcp
-1458209204 | 2024-04-05T03:27:16.655434
  
340 / tcp
-1639129386 | 2024-04-03T06:24:04.404961
  
389 / tcp
1801635450 | 2024-04-21T20:05:40.997784
  
427 / tcp
2033888749 | 2024-04-24T07:42:25.181301
  
444 / tcp
897328069 | 2024-04-26T20:15:27.840716
  
465 / tcp
-1399940268 | 2024-04-24T16:58:04.380605
  
502 / tcp
-1839934832 | 2024-04-09T02:54:08.465257
  
503 / tcp
2087396567 | 2024-04-28T00:55:33.325814
  
515 / tcp
-1769206458 | 2024-04-26T07:04:37.622966
  
548 / tcp
1060450357 | 2024-04-22T08:13:02.152657
  
554 / tcp
-1261053701 | 2024-04-22T08:51:36.940907
  
593 / tcp
-2023550675 | 2024-04-19T15:21:18.340683
  
636 / tcp
-1960639992 | 2024-04-18T06:12:33.013190
  
666 / tcp
819727972 | 2024-04-16T02:16:00.437367
  
789 / tcp
-1730858130 | 2024-04-26T00:32:47.980895
  
801 / tcp
-976882525 | 2024-04-24T04:48:47.880391
  
873 / tcp
1956828827 | 2024-04-01T12:06:30.390831
  
902 / tcp
-936692830 | 2024-04-10T13:21:02.840398
  
992 / tcp
-457235091 | 2024-04-16T11:44:28.114003
  
993 / tcp
-1489591880 | 2024-04-19T18:33:37.857752
  
995 / tcp
-2031152423 | 2024-04-14T18:44:40.070729
  
1000 / tcp
819727972 | 2024-04-25T19:15:27.097427
  
1023 / tcp
-457235091 | 2024-04-25T09:54:56.287031
  
1025 / tcp
-345718689 | 2024-04-23T07:31:30.341794
  
1026 / tcp
-1547976805 | 2024-04-08T09:48:38.271375
  
1119 / tcp
-1189269828 | 2024-04-24T22:57:45.764068
  
1153 / tcp
1690634669 | 2024-04-25T11:37:30.392526
  
1177 / tcp
-905685638 | 2024-04-23T08:00:52.232417
  
1200 / tcp
1911457608 | 2024-04-21T19:17:51.016310
  
1234 / tcp
-1872120160 | 2024-04-26T18:59:32.500584
  
1311 / tcp
-971970408 | 2024-04-27T06:45:00.325661
  
1337 / tcp
-1399940268 | 2024-04-15T20:34:05.142022
  
1366 / tcp
-1344535834 | 2024-04-19T17:31:25.917133
  
1400 / tcp
49107754 | 2024-04-15T18:45:45.773137
  
1433 / tcp
459162008 | 2024-04-03T10:18:05.421374
  
1471 / tcp
1347778116 | 2024-03-30T21:30:22.077980
  
1500 / tcp
1741579575 | 2024-04-28T11:01:55.702538
  
1515 / tcp
1869192275 | 2024-04-19T09:38:57.586506
  
1521 / tcp
1278527606 | 2024-04-26T21:43:35.977389
  
1599 / tcp
-653033013 | 2024-04-24T13:49:26.994244
  
1604 / tcp
1103582599 | 2024-04-27T16:08:28.896415
  
1723 / tcp
-1327660293 | 2024-04-26T09:44:25.539924
  
1800 / tcp
-1299899661 | 2024-04-21T17:47:29.011121
  
1801 / tcp
-1026951088 | 2024-04-09T21:15:43.131934
  
1883 / tcp
2009276894 | 2024-04-09T12:43:17.271066
  
1925 / tcp
-971970408 | 2024-04-25T20:08:03.489923
  
1926 / tcp
-2096652808 | 2024-04-22T10:33:56.617634
  
1962 / tcp
-1230049476 | 2024-04-13T17:09:29.602109
  
1990 / tcp
-1399940268 | 2024-04-05T05:29:13.346496
  
2000 / tcp
1230233688 | 2024-04-24T05:26:02.503834
  
2002 / tcp
504717326 | 2024-04-24T19:25:58.308883
  
2008 / tcp
1632932802 | 2024-04-22T20:31:25.192125
  
2048 / tcp
-1399940268 | 2024-04-13T11:25:15.395292
  
2061 / tcp
819727972 | 2024-04-05T06:01:52.800903
  
2067 / tcp
-1399940268 | 2024-04-11T15:09:08.327421
  
2081 / tcp
-2033111675 | 2024-04-28T01:31:56.015030
  
2083 / tcp
1975288991 | 2024-04-21T15:38:59.966213
  
2087 / tcp
141730637 | 2024-04-26T20:56:06.150371
  
2121 / tcp
756886313 | 2024-04-12T07:47:11.454255
  
2126 / tcp
2087396567 | 2024-04-24T21:50:22.396873
  
2154 / tcp
546151771 | 2024-04-04T08:35:37.140828
  
2181 / tcp
1492413928 | 2024-04-03T09:52:33.686335
  
2211 / tcp
372433470 | 2024-04-22T13:55:04.775230
  
2222 / tcp
45131230 | 2024-04-08T04:09:54.713479
  
2223 / tcp
671605376 | 2024-03-31T13:07:13.226932
  
2233 / tcp
1051421500 | 2024-04-21T11:16:57.175754
  
2323 / tcp
1948301213 | 2024-04-10T12:46:16.747487
  
2332 / tcp
1996932384 | 2024-04-23T21:01:13.002877
  
2345 / tcp
770016595 | 2024-04-27T09:10:46.898141
  
2375 / tcp
-971970408 | 2024-04-27T13:00:55.530046
  
2376 / tcp
-2017887953 | 2024-04-24T18:30:56.980851
  
2404 / tcp
1642597142 | 2024-04-15T07:48:22.240611
  
2443 / tcp
2087396567 | 2024-04-22T05:48:11.121035
  
2455 / tcp
-1316491703 | 2024-04-16T17:22:32.467534
  
2480 / tcp
819727972 | 2024-04-12T01:56:50.088100
  
2550 / tcp
165188539 | 2024-04-15T23:57:34.949148
  
2558 / tcp
-1888448627 | 2024-04-12T06:58:03.959073
  
2560 / tcp
-1888448627 | 2024-04-11T02:30:02.310345
  
2566 / tcp
599074451 | 2024-04-26T02:15:20.063694
  
2628 / tcp
-653033013 | 2024-04-12T21:32:38.720905
  
2761 / tcp
-1399940268 | 2024-04-15T08:40:23.338561
  
2762 / tcp
-136006866 | 2024-04-02T04:03:50.000171
  
2806 / tcp
504717326 | 2024-04-26T11:32:12.818031
  
3001 / tcp
819727972 | 2024-04-16T04:34:10.808846
  
3050 / tcp
51259122 | 2024-04-13T21:04:10.948422
  
3060 / tcp
-454087041 | 2024-04-27T04:17:08.001039
  
3062 / tcp
-1888448627 | 2024-03-31T09:22:48.299693
  
3087 / tcp
-1329831334 | 2024-04-04T23:10:46.717820
  
3098 / tcp
-2096652808 | 2024-04-19T00:24:40.512665
  
3100 / tcp
-1804465946 | 2024-04-10T04:57:08.576178
  
3211 / tcp
175679309 | 2024-04-28T04:11:27.315742
  
3260 / tcp
-561021273 | 2024-04-28T07:29:55.642652
  
3268 / tcp
819727972 | 2024-03-31T21:22:19.684033
  
3269 / tcp
104385780 | 2024-04-24T04:05:42.557589
  
3299 / tcp
-1399940268 | 2024-04-24T19:12:43.047066
  
3301 / tcp
1673132866 | 2024-04-19T04:35:58.819159
  
3306 / tcp
-407828767 | 2024-04-23T18:43:01.691727
  
3310 / tcp
709622286 | 2024-04-15T10:43:31.621666
  
3352 / tcp
-1399940268 | 2024-04-13T15:21:56.184271
  
3388 / tcp
419073695 | 2024-04-27T01:51:42.582111
  
3389 / tcp
1911457608 | 2024-04-19T12:59:22.833287
  
3406 / tcp
1911457608 | 2024-04-24T03:45:54.951026
  
3409 / tcp
677934968 | 2024-04-11T15:22:50.117648
  
3522 / tcp
-1142844482 | 2024-04-02T07:35:58.270841
  
3541 / tcp
-1114821551 | 2024-04-08T11:23:13.988813
  
3550 / tcp
819727972 | 2024-04-13T08:05:45.838814
  
3567 / tcp
-891714208 | 2024-03-30T13:07:33.036284
  
3690 / tcp
841014058 | 2024-04-20T03:23:45.082171
  
3749 / tcp
-2031152423 | 2024-04-26T12:15:43.977293
  
3780 / tcp
1850902677 | 2024-04-23T09:47:40.792791
  
3790 / tcp
-1399940268 | 2024-04-09T18:23:20.913341
  
3792 / tcp
745343730 | 2024-03-30T03:34:09.474478
  
3838 / tcp
-904840257 | 2024-04-25T17:34:34.696338
  
3951 / tcp
-1101712668 | 2024-04-21T22:02:32.589678
  
4000 / tcp
1504401647 | 2024-04-22T14:08:04.138172
  
4022 / tcp
641705735 | 2024-04-04T23:45:41.554776
  
4040 / tcp
2087396567 | 2024-04-24T12:51:53.914722
  
4063 / tcp
1911457608 | 2024-04-16T03:36:51.217794
  
4064 / tcp
-1626979812 | 2024-04-25T08:22:25.488557
  
4157 / tcp
198844676 | 2024-04-24T17:42:59.771768
  
4242 / tcp
-2033111675 | 2024-03-30T11:41:36.010005
  
4243 / tcp
2087396567 | 2024-04-25T03:39:01.398906
  
4282 / tcp
-1250504565 | 2024-04-12T12:48:23.709377
  
4321 / tcp
1210754493 | 2024-04-21T00:58:13.411604
  
4430 / tcp
819727972 | 2024-03-31T20:34:33.835465
  
4433 / tcp
2069201278 | 2024-04-25T06:41:03.365331
  
4443 / tcp
165188539 | 2024-04-13T19:23:10.741743
  
4500 / tcp
1690634669 | 2024-04-21T10:39:59.804438
  
4506 / tcp
1911457608 | 2024-04-12T05:37:54.471336
  
4646 / tcp
808560482 | 2024-04-01T23:36:01.611191
  
4782 / tcp
1911457608 | 2024-04-26T23:16:26.407684
  
4786 / tcp
1975288991 | 2024-04-18T23:25:21.591601
  
4840 / tcp
-653033013 | 2024-04-15T23:40:09.084287
  
4911 / tcp
2087396567 | 2024-04-14T23:18:29.008549
  
4949 / tcp
770016595 | 2024-04-25T16:27:32.263460
  
5000 / tcp
2033888749 | 2024-04-20T01:29:56.077012
  
5001 / tcp
2033888749 | 2024-04-23T15:55:32.913037
  
5005 / tcp
2087396567 | 2024-04-24T17:49:19.085314
  
5006 / tcp
1911457608 | 2024-04-23T06:36:55.570894
  
5007 / tcp
-2015162143 | 2024-04-21T14:52:48.638845
  
5009 / tcp
-2046514463 | 2024-04-16T22:48:50.643295
  
5010 / tcp
-971970408 | 2024-04-22T13:03:33.013357
  
5025 / tcp
1363464823 | 2024-04-15T15:44:40.359976
  
5122 / tcp
-1887823886 | 2024-04-22T23:51:55.149484
  
5172 / tcp
-1810987450 | 2024-04-22T05:55:49.365299
  
5201 / tcp
550048729 | 2024-04-20T14:18:10.823432
  
5222 / tcp
-1854630806 | 2024-04-25T11:37:07.222917
  
5269 / tcp
1353260875 | 2024-04-09T07:20:45.726024
  
5400 / tcp
-981921233 | 2024-04-04T18:38:44.229865
  
5431 / tcp
1911457608 | 2024-04-19T18:42:01.377796
  
5432 / tcp
-1019343788 | 2024-04-15T04:15:00.963266
  
5435 / tcp
1023953321 | 2024-04-17T19:18:40.775796
  
5500 / tcp
60948681 | 2024-04-04T23:35:17.108047
  
5560 / tcp
641705735 | 2024-04-04T22:31:33.572471
  
5601 / tcp
632542934 | 2024-04-14T19:29:32.433471
  
5604 / tcp
820958131 | 2024-04-11T09:24:21.784608
  
5605 / tcp
-980525298 | 2024-04-18T19:11:18.324165
  
5607 / tcp
575925250 | 2024-04-26T14:56:06.120914
  
5672 / tcp
-1547976805 | 2024-04-23T06:08:58.770675
  
5822 / tcp
819727972 | 2024-04-05T06:02:39.523752
  
5858 / tcp
704360191 | 2024-04-11T08:51:45.433428
  
5900 / tcp
778114890 | 2024-04-19T06:07:37.519624
  
5910 / tcp
-358801646 | 2024-04-20T16:52:43.756516
  
5938 / tcp
1999272906 | 2024-04-11T21:24:48.986049
  
5984 / tcp
-984990168 | 2024-04-17T06:16:28.463821
  
5985 / tcp
1741579575 | 2024-04-28T08:20:21.938108
  
5986 / tcp
-1399940268 | 2024-04-05T09:25:23.182451
  
5990 / tcp
-441419608 | 2024-04-22T19:59:30.520494
  
6000 / tcp
1887224352 | 2024-04-21T11:34:35.431876
  
6002 / tcp
-1399940268 | 2024-04-05T22:50:37.108514
  
6262 / tcp
1813977069 | 2024-04-13T02:32:32.845350
  
6379 / tcp
-971970408 | 2024-04-20T04:29:42.919257
  
6443 / tcp
740837454 | 2024-04-13T08:51:36.552410
  
6511 / tcp
-1835475271 | 2024-04-26T07:49:04.563822
  
6581 / tcp
-1026951088 | 2024-04-16T14:27:42.548485
  
6605 / tcp
-1399940268 | 2024-04-17T04:45:08.291261
  
6633 / tcp
1282941221 | 2024-04-17T21:54:23.554677
  
6653 / tcp
4935895 | 2024-04-24T02:22:46.564270
  
6666 / tcp
539065883 | 2024-04-15T18:30:39.037907
  
6667 / tcp
-1730858130 | 2024-04-10T08:36:07.805520
  
6668 / tcp
-1399940268 | 2024-04-24T21:07:25.572429
  
6697 / tcp
641070437 | 2024-04-12T14:46:13.504288
  
7001 / tcp
-2096652808 | 2024-04-19T20:39:34.357127
  
7071 / tcp
-1399940268 | 2024-04-28T06:17:47.743019
  
7171 / tcp
-1681927087 | 2024-04-22T02:49:47.924061
  
7218 / tcp
819727972 | 2024-04-24T10:31:46.406268
  
7415 / tcp
-1461540015 | 2024-04-14T22:43:22.187615
  
7474 / tcp
-154107716 | 2024-04-18T11:28:13.006419
  
7547 / tcp
2087396567 | 2024-04-16T12:59:49.603430
  
7548 / tcp
2087396567 | 2024-04-21T08:24:16.907639
  
7634 / tcp
1286504516 | 2024-04-26T09:37:52.793792
  
7989 / tcp
-1259524839 | 2024-04-23T17:42:48.823430
  
7999 / tcp
1072892569 | 2024-04-22T05:13:13.823427
  
8001 / tcp
2087396567 | 2024-04-27T23:19:14.398903
  
8009 / tcp
-1399940268 | 2024-04-13T05:16:23.562321
  
8012 / tcp
597764502 | 2024-04-27T03:18:26.903124
  
8013 / tcp
165188539 | 2024-04-26T18:18:25.193910
  
8023 / tcp
-1947777893 | 2024-04-24T09:52:45.601083
  
8030 / tcp
-2096652808 | 2024-04-15T10:39:58.511164
  
8049 / tcp
-1399940268 | 2024-04-03T10:01:35.497999
  
8053 / tcp
-1453516345 | 2024-04-05T01:22:50.630797
  
8060 / tcp
-1399940268 | 2024-04-18T11:06:00.914876
  
8071 / tcp
-1551013502 | 2024-04-25T02:18:58.447921
  
8080 / tcp
-2070853718 | 2024-04-28T10:06:33.441130
  
8081 / tcp
819727972 | 2024-04-26T20:13:52.986854
  
8083 / tcp
2087396567 | 2024-04-25T09:42:45.861751
  
8085 / tcp
-1399940268 | 2024-04-27T23:26:34.097235
  
8087 / tcp
2087396567 | 2024-04-17T21:04:24.113891
  
8089 / tcp
1825545421 | 2024-04-16T23:56:23.495587
  
8099 / tcp
1282941221 | 2024-04-25T23:52:37.556864
  
8105 / tcp
660175493 | 2024-04-01T15:18:25.064573
  
8112 / tcp
1690634669 | 2024-04-12T09:54:53.441337
  
8139 / tcp
2087396567 | 2024-04-22T22:33:47.112348
  
8181 / tcp
307999478 | 2024-04-01T03:09:44.677420
  
8190 / tcp
1320285193 | 2024-04-16T20:29:41.367191
  
8200 / tcp
819727972 | 2024-03-30T07:17:48.406216
  
8291 / tcp
-1713467553 | 2024-04-25T12:45:11.927391
  
8333 / tcp
1492413928 | 2024-04-01T20:09:41.737403
  
8403 / tcp
-2089734047 | 2024-04-26T10:47:54.766228
  
8417 / tcp
1353260875 | 2024-04-22T05:44:27.306333
  
8418 / tcp
1919228981 | 2024-03-30T05:41:53.070021
  
8423 / tcp
-136006866 | 2024-04-08T12:01:52.326282
  
8424 / tcp
-653033013 | 2024-04-23T04:01:52.994011
  
8428 / tcp
-2096652808 | 2024-04-19T14:49:46.930218
  
8430 / tcp
-1399940268 | 2024-04-14T06:36:22.326866
  
8431 / tcp
1096654864 | 2024-04-12T06:40:28.029967
  
8443 / tcp
-1455149952 | 2024-04-19T02:51:01.174462
  
8500 / tcp
-2096652808 | 2024-04-14T04:20:06.633034
  
8545 / tcp
2087396567 | 2024-04-27T01:15:59.669110
  
8554 / tcp
1278527606 | 2024-04-15T20:55:04.091082
  
8575 / tcp
-274082663 | 2024-04-20T10:18:14.447802
  
8621 / tcp
842535728 | 2024-04-16T05:09:08.391971
  
8649 / tcp
-1399940268 | 2024-04-12T09:02:07.316521
  
8666 / tcp
-1399940268 | 2024-04-10T01:53:17.279369
  
8686 / tcp
-1428621233 | 2024-04-19T22:05:42.536997
  
8728 / tcp
-1399940268 | 2024-04-21T12:55:14.998054
  
8765 / tcp
-1947777893 | 2024-04-27T04:50:37.644861
  
8803 / tcp
819727972 | 2024-04-08T22:37:25.022917
  
8805 / tcp
1519486042 | 2024-04-18T21:20:11.571281
  
8809 / tcp
1911457608 | 2024-04-27T20:45:58.939779
  
8818 / tcp
-1399940268 | 2024-04-16T21:28:57.690672
  
8819 / tcp
1911457608 | 2024-03-30T13:00:35.377993
  
8832 / tcp
2087396567 | 2024-04-26T07:53:13.108305
  
8834 / tcp
-1399940268 | 2024-04-12T04:55:15.038697
  
8840 / tcp
2143387245 | 2024-04-08T12:24:45.213205
  
8844 / tcp
1911457608 | 2024-04-18T15:22:13.962106
  
8855 / tcp
-904840257 | 2024-04-10T04:19:40.756748
  
8860 / tcp
205347087 | 2024-04-02T16:43:36.035265
  
8870 / tcp
820958131 | 2024-04-03T10:23:41.609830
  
8876 / tcp
-1297953727 | 2024-04-11T03:43:11.602791
  
8877 / tcp
1426971893 | 2024-04-25T22:26:00.071116
  
8880 / tcp
250824264 | 2024-04-01T17:45:23.708342
  
8888 / tcp
-358801646 | 2024-04-20T19:06:36.573363
  
8889 / tcp
-1399940268 | 2024-04-13T11:09:25.253333
  
8890 / tcp
-1779118422 | 2024-04-14T21:38:37.105791
  
8969 / tcp
-2067028711 | 2024-04-27T16:14:09.516816
  
9000 / tcp
-1026951088 | 2024-04-22T22:06:05.690650
  
9001 / tcp
-345718689 | 2024-04-27T14:14:23.317062
  
9002 / tcp
-1248408558 | 2024-04-03T11:27:23.364804
  
9007 / tcp
1282941221 | 2024-04-23T06:28:43.963508
  
9021 / tcp
-1399940268 | 2024-04-17T03:10:53.535737
  
9024 / tcp
-1399940268 | 2024-03-30T19:22:55.568994
  
9033 / tcp
290819026 | 2024-04-04T18:35:46.609539
  
9042 / tcp
-2089734047 | 2024-04-19T04:49:28.825407
  
9048 / tcp
2087396567 | 2024-04-27T19:44:48.381832
  
9051 / tcp
660175493 | 2024-04-03T01:19:04.771182
  
9091 / tcp
1308377066 | 2024-04-12T18:31:31.221742
  
9092 / tcp
-2089734047 | 2024-04-17T21:41:18.190118
  
9094 / tcp
-1559123399 | 2024-04-09T20:03:19.048142
  
9095 / tcp
1911457608 | 2024-04-28T00:53:56.079247
  
9100 / tcp
-1648456501 | 2024-04-04T14:58:13.364045
  
9102 / tcp
819727972 | 2024-04-08T04:54:31.220721
  
9105 / tcp
-1105333987 | 2024-04-17T02:05:45.394258
  
9111 / tcp
-2080784861 | 2024-03-30T20:40:40.648713
  
9119 / tcp
-971970408 | 2024-04-15T04:46:51.171941
  
9151 / tcp
-1399940268 | 2024-04-03T18:12:42.859573
  
9160 / tcp
585675468 | 2024-04-17T22:19:55.913201
  
9191 / tcp
1282941221 | 2024-03-30T18:55:09.567575
  
9199 / tcp
-2107996212 | 2024-04-17T18:45:03.467590
  
9201 / tcp
-1032713145 | 2024-04-20T09:36:39.387593
  
9202 / tcp
-1428621233 | 2024-04-08T11:56:15.266473
  
9210 / tcp
819727972 | 2024-04-27T06:20:08.062600
  
9306 / tcp
2121220663 | 2024-04-08T11:14:16.876454
  
9310 / tcp
472245359 | 2024-04-25T16:19:15.184051
  
9418 / tcp
-1729629024 | 2024-04-12T08:22:59.830324
  
9443 / tcp
1911457608 | 2024-04-27T11:56:35.768806
  
9530 / tcp
550048729 | 2024-04-26T15:07:06.126280
  
9595 / tcp
1615193817 | 2024-04-28T07:42:48.037552
  
9600 / tcp
-904840257 | 2024-04-27T13:27:56.331059
  
9606 / tcp
233634112 | 2024-04-26T17:12:10.416667
  
9633 / tcp
819727972 | 2024-04-13T19:17:46.744150
  
9690 / tcp
165188539 | 2024-04-14T03:37:32.374021
  
9761 / tcp
996960436 | 2024-04-21T20:06:36.095989
  
9800 / tcp
1977569953 | 2024-04-02T03:54:42.782091
  
9876 / tcp
1134517380 | 2024-04-23T23:04:48.711022
  
9899 / tcp
56005235 | 2024-04-24T22:44:05.967555
  
9943 / tcp
-1399940268 | 2024-04-13T10:15:55.325832
  
9988 / tcp
-1399940268 | 2024-04-17T23:26:58.865866
  
9991 / tcp
-1901729922 | 2024-03-31T09:45:37.081905
  
9998 / tcp
1161309183 | 2024-04-24T03:19:19.087304
  
9999 / tcp
-2096652808 | 2024-04-02T07:37:50.940417
  
10000 / tcp
1492413928 | 2024-04-16T21:50:18.011393
  
10001 / tcp
-1888448627 | 2024-04-20T16:42:17.243881
  
10134 / tcp
-1139539254 | 2024-04-03T23:46:30.031631
  
10250 / tcp
841014058 | 2024-04-16T16:05:31.526714
  
10443 / tcp
2087396567 | 2024-04-22T19:55:59.003455
  
10554 / tcp
-1399940268 | 2024-04-25T10:36:40.808869
  
10909 / tcp
165188539 | 2024-04-23T04:27:31.386475
  
10911 / tcp
-375604792 | 2024-04-24T04:13:18.448136
  
11000 / tcp
-1297953727 | 2024-04-22T11:26:43.484726
  
11112 / tcp
-2089734047 | 2024-04-23T06:23:03.691759
  
11210 / tcp
-136006866 | 2024-04-27T12:28:27.235573
  
11211 / tcp
921225407 | 2024-04-19T14:41:52.045331
  
11300 / tcp
201984321 | 2024-04-27T15:37:05.302111
  
11434 / tcp
-446385447 | 2024-04-10T11:52:32.650756
  
12000 / tcp
296364507 | 2024-04-12T01:04:29.010874
  
12345 / tcp
-303199180 | 2024-04-25T16:16:07.809265
  
14147 / tcp
-1148066627 | 2024-04-17T21:22:40.730532
  
14265 / tcp
1767345577 | 2024-04-27T13:42:14.118302
  
14344 / tcp
1072892569 | 2024-04-22T21:23:56.658753
  
16030 / tcp
-1118605404 | 2024-04-24T04:15:00.548768
  
16992 / tcp
117101543 | 2024-04-27T16:24:36.944615
  
16993 / tcp
-1733645023 | 2024-04-28T07:12:43.650023
  
18081 / tcp
-1032713145 | 2024-04-27T02:42:03.641437
  
18245 / tcp
-971970408 | 2024-04-08T17:39:27.658610
  
18553 / tcp
-1399940268 | 2024-04-26T17:00:12.099615
  
19000 / tcp
1900503736 | 2024-04-16T15:23:43.417386
  
20000 / tcp
-527005584 | 2024-04-25T07:58:08.947390
  
20256 / tcp
819727972 | 2024-04-25T22:22:35.986303
  
20547 / tcp
819727972 | 2024-04-17T06:02:33.053823
  
21379 / tcp
-1681927087 | 2024-04-19T19:03:12.625480
  
23023 / tcp
-321444299 | 2024-04-24T02:36:38.468375
  
23424 / tcp
1830697416 | 2024-04-18T18:15:33.681249
  
25001 / tcp
1975288991 | 2024-04-18T11:24:59.546532
  
25565 / tcp
-80321085 | 2024-04-27T15:14:17.252161
  
27015 / tcp
1763259671 | 2024-04-18T19:29:55.046037
  
27017 / tcp
-1453516345 | 2024-04-22T09:18:29.179857
  
28015 / tcp
2087396567 | 2024-04-05T21:14:02.761762
  
28080 / tcp
863754335 | 2024-04-22T21:09:54.919086
  
28107 / tcp
1278527606 | 2024-04-23T09:30:29.399297
  
30002 / tcp
-1992519278 | 2024-04-25T21:50:17.007615
  
31337 / tcp
660175493 | 2024-04-23T01:12:50.743291
  
32764 / tcp
1212921144 | 2024-04-24T00:30:33.998904
  
33060 / tcp
-1907909544 | 2024-04-15T17:59:48.232996
  
35000 / tcp
-1730858130 | 2024-04-22T22:36:12.741550
  
37777 / tcp
2054287019 | 2024-04-24T00:15:08.109232
  
44158 / tcp
-1839934832 | 2024-04-24T23:47:14.285966
  
44818 / tcp
103159425 | 2024-04-23T13:41:36.903363
  
47990 / tcp
602755868 | 2024-04-08T19:07:25.817000
  
49152 / tcp
-1729629024 | 2024-04-09T22:16:50.337314
  
49153 / tcp
546151771 | 2024-04-22T20:27:49.566299
  
50000 / tcp
-154107716 | 2024-03-31T01:17:48.786020
  
50050 / tcp
-1327660293 | 2024-03-31T11:29:41.570396
  
51235 / tcp
945910976 | 2024-04-23T13:24:10.803152
  
54138 / tcp
-1230049476 | 2024-03-31T09:17:46.041157
  
55000 / tcp
474736340 | 2024-04-03T01:56:25.230246
  
55442 / tcp
-1392039491 | 2024-04-26T02:51:29.185766
  
55443 / tcp
2087396567 | 2024-04-24T17:08:59.331848
  
55553 / tcp
-784071826 | 2024-04-27T14:27:49.991830
  
55554 / tcp
-527005584 | 2024-03-31T22:45:34.708529
  
60001 / tcp
-314039103 | 2024-04-28T03:17:07.004169
  
60030 / tcp
-971970408 | 2024-04-22T05:01:16.969582
  
60129 / tcp
-616720387 | 2024-04-23T14:55:26.177880
  
61613 / tcp
1852418385 | 2024-04-14T21:54:49.151140
  
61616 / tcp



Contact Us

Shodan ® - All rights reserved