47.101.88.18

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

GeneralInformation

Hostnames cn-shanghai.oss.aliyuncs.com
Domains aliyuncs.com 
Country China
City Shanghai
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 4.4sshd 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 4.3The 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 7.8OpenSSH 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.0Remotely 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-2018-10088 9.8Buffer overflow in XiongMai uc-httpd 1.0.0 has unspecified impact and attack vectors, a different vulnerability than CVE-2017-16725.
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.
550048729 | 2024-04-05T10:37:44.562349
  
11 / tcp
1286504516 | 2024-04-15T09:22:11.343912
  
13 / tcp
-375604792 | 2024-04-17T01:29:07.643189
  
15 / tcp
-390388957 | 2024-04-14T07:54:18.476615
  
17 / tcp
829384519 | 2024-04-14T09:12:44.831373
  
19 / tcp
1726594447 | 2024-04-01T19:15:47.806239
  
20 / tcp
1564456597 | 2024-04-22T04:39:35.419838
  
21 / tcp
-1816600103 | 2024-04-15T01:57:23.878069
  
23 / tcp
-1399940268 | 2024-04-20T07:46:13.826674
  
25 / tcp
1110767461 | 2024-04-13T19:58:24.912613
  
37 / tcp
-971970408 | 2024-03-28T00:50:38.941890
  
43 / tcp
1685693176 | 2024-04-20T09:17:13.586915
  
49 / tcp
-626196604 | 2024-04-10T08:59:50.715319
  
53 / tcp
-972699072 | 2024-04-12T00:16:13.282031
  
79 / tcp
2012033272 | 2024-04-23T21:45:14.832083
  
80 / tcp
808560482 | 2024-04-01T22:43:14.187105
  
83 / tcp
1059192566 | 2024-04-12T01:48:40.057436
  
90 / tcp
-1730858130 | 2024-04-10T10:45:19.400990
  
102 / tcp
819727972 | 2024-04-19T17:56:58.954835
  
104 / tcp
-1611764932 | 2024-04-22T11:04:57.463642
  
110 / tcp
178736976 | 2024-04-12T06:23:16.064531
  
111 / tcp
-1777894858 | 2024-04-24T01:20:54.851409
  
113 / tcp
-2107996212 | 2024-04-17T19:22:22.221625
  
119 / tcp
-747911285 | 2024-03-27T14:12:25.594886
  
131 / tcp
-875843738 | 2024-04-15T01:15:38.175479
  
135 / tcp
-398621179 | 2024-04-23T18:23:24.747436
  
143 / tcp
-2089734047 | 2024-04-16T04:20:55.816503
  
175 / tcp
291723434 | 2024-03-31T23:51:33.190669
  
195 / tcp
2068779293 | 2024-04-17T23:57:57.740710
  
211 / tcp
1126993057 | 2024-04-18T10:01:55.627883
  
221 / tcp
-1180827859 | 2024-04-20T21:42:59.491083
  
264 / tcp
602337838 | 2024-04-22T10:10:52.066427
  
311 / tcp
-1743283776 | 2024-04-14T18:53:30.909199
  
389 / tcp
-525136240 | 2024-04-12T20:32:00.866313
  
427 / tcp
576428290 | 2024-04-22T20:16:26.032170
  
443 / tcp
2087396567 | 2024-04-22T22:24:07.583024
  
444 / tcp
321971019 | 2024-04-01T05:09:39.065859
  
449 / tcp
819727972 | 2024-04-23T10:50:07.170464
  
502 / tcp
1011407350 | 2024-04-16T07:04:01.638166
  
503 / tcp
366084633 | 2024-04-03T00:47:33.199377
  
515 / tcp
-773160241 | 2024-04-03T13:36:03.913729
  
548 / tcp
285770450 | 2024-03-30T23:20:33.086312
  
554 / tcp
1308377066 | 2024-04-04T17:29:24.317667
  
593 / tcp
1255568492 | 2024-04-24T02:03:31.028679
  
636 / tcp
2098053533 | 2024-04-23T00:22:13.442017
  
666 / tcp
1077013874 | 2024-03-28T12:45:09.683826
  
771 / tcp
2143387245 | 2024-04-05T22:53:13.985732
  
789 / tcp
-2004989248 | 2024-03-30T04:21:52.707374
  
843 / tcp
1956828827 | 2024-04-16T11:01:42.463270
  
902 / tcp
-936692830 | 2024-04-21T14:41:47.726031
  
992 / tcp
-358801646 | 2024-04-22T19:30:55.164287
  
993 / tcp
-1199842642 | 2024-04-09T19:28:34.244938
  
995 / tcp
1544300041 | 2024-04-15T02:28:47.123031
  
1024 / tcp
-1835475271 | 2024-04-19T13:53:42.674815
  
1025 / tcp
-1399940268 | 2024-04-14T18:48:02.489027
  
1050 / tcp
103159425 | 2024-04-20T04:35:45.607251
  
1099 / tcp
103159425 | 2024-04-18T15:40:07.755367
  
1153 / tcp
-1730858130 | 2024-04-21T07:05:05.197346
  
1177 / tcp
-1435414831 | 2024-04-23T20:58:23.954798
  
1234 / tcp
957278843 | 2024-04-14T09:51:19.362657
  
1337 / tcp
770016595 | 2024-04-03T05:48:40.236868
  
1400 / tcp
-325802316 | 2024-04-19T21:48:50.681717
  
1433 / tcp
1767345577 | 2024-04-19T15:35:09.847410
  
1515 / tcp
-805164506 | 2024-04-20T23:32:48.758898
  
1521 / tcp
632542934 | 2024-04-03T22:44:30.778765
  
1588 / tcp
2087396567 | 2024-04-11T17:03:08.153712
  
1599 / tcp
1690634669 | 2024-04-23T02:46:27.589967
  
1604 / tcp
1103582599 | 2024-04-21T02:00:55.061736
  
1723 / tcp
-1230049476 | 2024-04-11T19:53:45.016182
  
1800 / tcp
-1139999322 | 2024-04-24T02:09:35.525148
  
1801 / tcp
-1032713145 | 2024-04-03T20:47:37.312363
  
1830 / tcp
819727972 | 2024-04-04T06:17:18.748552
  
1883 / tcp
677934968 | 2024-04-12T00:33:08.689040
  
1911 / tcp
740837454 | 2024-04-19T00:29:12.259873
  
1926 / tcp
321971019 | 2024-04-19T11:12:40.508300
  
1962 / tcp
-784071826 | 2024-04-12T09:15:35.137059
  
1981 / tcp
1574088840 | 2024-04-21T17:59:08.932538
  
2000 / tcp
-1872120160 | 2024-04-22T21:59:28.458084
  
2002 / tcp
2087396567 | 2024-04-20T04:33:15.111435
  
2067 / tcp
1911457608 | 2024-04-03T03:41:05.401377
  
2081 / tcp
422524323 | 2024-04-01T14:40:40.664917
  
2082 / tcp
2087396567 | 2024-04-22T09:29:20.745083
  
2083 / tcp
-616720387 | 2024-04-17T13:55:37.974659
  
2087 / tcp
141730637 | 2024-04-18T15:02:09.821715
  
2121 / tcp
-1248408558 | 2024-04-19T10:19:12.471133
  
2154 / tcp
-122096153 | 2024-04-13T09:32:41.299731
  
2181 / tcp
372433470 | 2024-03-26T09:49:19.357701
  
2222 / tcp
1662205251 | 2024-03-26T10:36:20.440972
  
2323 / tcp
1423431314 | 2024-04-19T20:01:15.769577
  
2332 / tcp
1492413928 | 2024-04-08T14:11:36.027577
  
2345 / tcp
-1872120160 | 2024-04-24T02:42:02.062240
  
2376 / tcp
1911457608 | 2024-04-19T04:26:47.882405
  
2404 / tcp
-984990168 | 2024-04-20T07:38:26.427295
  
2455 / tcp
819727972 | 2024-04-19T03:06:58.914111
  
2628 / tcp
165188539 | 2024-04-14T12:28:18.041328
  
2761 / tcp
1911457608 | 2024-04-15T00:16:39.536443
  
2806 / tcp
-1476017887 | 2024-04-24T02:15:44.058306
  
3001 / tcp
1911457608 | 2024-04-12T08:17:28.897250
  
3049 / tcp
-1399940268 | 2024-04-09T05:13:17.968529
  
3050 / tcp
-1297953727 | 2024-04-12T08:20:51.488519
  
3053 / tcp
307999478 | 2024-03-25T07:10:18.806416
  
3060 / tcp
-1399940268 | 2024-03-27T11:37:48.332997
  
3068 / tcp
-653033013 | 2024-04-17T20:07:09.500516
  
3082 / tcp
1282941221 | 2024-03-25T16:04:44.857200
  
3085 / tcp
-1399940268 | 2024-04-17T02:43:59.022717
  
3088 / tcp
-1986594217 | 2024-04-05T04:26:22.473166
  
3096 / tcp
165188539 | 2024-04-03T21:19:18.374661
  
3098 / tcp
819727972 | 2024-04-05T23:16:18.357869
  
3099 / tcp
669849225 | 2024-03-29T13:29:52.828768
  
3103 / tcp
-784071826 | 2024-03-31T03:58:52.166854
  
3107 / tcp
740837454 | 2024-03-26T19:29:02.733257
  
3110 / tcp
-1547976805 | 2024-04-10T06:36:21.750129
  
3268 / tcp
321971019 | 2024-04-22T02:53:12.664173
  
3269 / tcp
2033888749 | 2024-03-26T14:25:13.946933
  
3299 / tcp
-1839934832 | 2024-03-30T03:04:45.904137
  
3301 / tcp
849822411 | 2024-04-16T13:30:17.893546
  
3306 / tcp
-1399940268 | 2024-04-04T08:39:01.650222
  
3310 / tcp
819727972 | 2024-03-30T17:25:54.603404
  
3311 / tcp
1011407350 | 2024-04-16T12:40:15.247486
  
3388 / tcp
321971019 | 2024-04-17T13:05:58.980021
  
3409 / tcp
-1899074860 | 2024-04-20T16:40:45.956238
  
3410 / tcp
-1729629024 | 2024-04-17T20:50:06.139917
  
3541 / tcp
-79865617 | 2024-04-09T15:56:59.626686
  
3542 / tcp
1919228981 | 2024-03-29T01:20:54.175818
  
3549 / tcp
198844676 | 2024-04-19T19:40:16.015023
  
3551 / tcp
-1839934832 | 2024-03-28T01:40:44.201417
  
3554 / tcp
819727972 | 2024-04-04T00:15:39.653679
  
3556 / tcp
459162008 | 2024-04-20T23:46:57.052317
  
3689 / tcp
1282941221 | 2024-03-25T23:06:43.782815
  
3780 / tcp
-1729629024 | 2024-04-12T10:19:01.866415
  
3790 / tcp
-1101712668 | 2024-04-22T19:07:20.660507
  
4000 / tcp
1975288991 | 2024-04-23T00:03:31.098968
  
4022 / tcp
-21576419 | 2024-04-19T09:14:17.167743
  
4040 / tcp
1989907056 | 2024-04-01T04:56:44.650102
  
4042 / tcp
-2089734047 | 2024-04-23T04:06:52.596810
  
4063 / tcp
-136006866 | 2024-04-22T12:14:43.516796
  
4064 / tcp
-288825733 | 2024-04-10T10:17:03.723216
  
4157 / tcp
1911457608 | 2024-03-26T19:31:24.268276
  
4190 / tcp
-1914158197 | 2024-04-13T16:11:25.055198
  
4242 / tcp
474736340 | 2024-04-10T15:42:21.475171
  
4282 / tcp
-1250504565 | 2024-04-03T19:36:23.016296
  
4321 / tcp
-653033013 | 2024-04-03T07:06:48.098905
  
4369 / tcp
1544300041 | 2024-04-21T19:22:34.179142
  
4433 / tcp
-971970408 | 2024-04-22T18:50:16.341354
  
4444 / tcp
-122096153 | 2024-04-24T04:00:31.843556
  
4500 / tcp
-1681927087 | 2024-04-24T04:37:36.715884
  
4506 / tcp
339872247 | 2024-04-09T11:31:01.767417
  
4664 / tcp
1911457608 | 2024-03-25T22:27:01.341403
  
4747 / tcp
-1375131644 | 2024-04-12T23:28:21.734000
  
4840 / tcp
-138733098 | 2024-04-14T09:50:05.428240
  
4848 / tcp
-616720387 | 2024-04-20T20:23:35.254300
  
4949 / tcp
-2096652808 | 2024-03-31T20:07:09.723944
  
5006 / tcp
-1888448627 | 2024-04-14T23:45:34.793953
  
5007 / tcp
-358801646 | 2024-04-21T21:23:48.657581
  
5010 / tcp
50497985 | 2024-04-17T01:39:28.014505
  
5122 / tcp
1921398876 | 2024-04-09T02:41:48.634558
  
5172 / tcp
-1733645023 | 2024-04-22T06:34:21.959649
  
5201 / tcp
819727972 | 2024-04-19T02:09:03.009065
  
5400 / tcp
1363464823 | 2024-04-23T05:38:49.538892
  
5432 / tcp
-980525298 | 2024-04-18T11:18:34.978718
  
5435 / tcp
819727972 | 2024-04-03T07:40:14.200002
  
5542 / tcp
-826610984 | 2024-04-14T10:02:34.759874
  
5602 / tcp
-1399940268 | 2024-04-04T20:13:20.238626
  
5606 / tcp
575925250 | 2024-04-14T20:50:45.888541
  
5672 / tcp
819727972 | 2024-04-20T22:07:22.336775
  
5858 / tcp
1948301213 | 2024-04-05T07:30:29.061113
  
5900 / tcp
-1056270173 | 2024-03-26T02:38:06.430557
  
5910 / tcp
1999272906 | 2024-04-22T07:21:37.653379
  
5984 / tcp
-1230049476 | 2024-04-19T02:15:15.486352
  
5986 / tcp
321971019 | 2024-04-20T11:13:18.118137
  
6000 / tcp
1278527606 | 2024-04-11T19:15:06.700405
  
6001 / tcp
128380719 | 2024-04-17T23:23:00.720018
  
6002 / tcp
575925250 | 2024-04-10T06:13:27.157973
  
6003 / tcp
-832380282 | 2024-04-04T17:45:13.993280
  
6004 / tcp
401555314 | 2024-04-17T18:27:04.875922
  
6007 / tcp
-1142844482 | 2024-03-27T03:03:32.394883
  
6080 / tcp
1282941221 | 2024-04-08T02:45:10.392676
  
6161 / tcp
-1248408558 | 2024-04-19T19:16:16.628192
  
6352 / tcp
119860953 | 2024-04-13T11:51:58.775885
  
6443 / tcp
-358801646 | 2024-04-21T08:48:36.592594
  
6633 / tcp
819727972 | 2024-03-30T11:40:23.960295
  
6662 / tcp
472902042 | 2024-04-04T12:10:17.938373
  
6664 / tcp
-1327849035 | 2024-04-15T19:25:07.036892
  
6666 / tcp
740837454 | 2024-04-10T09:36:22.603893
  
6667 / tcp
-1099385124 | 2024-04-11T17:36:53.800222
  
6668 / tcp
-274925451 | 2024-04-23T01:02:50.820576
  
7001 / tcp
580340387 | 2024-04-08T20:24:56.302360
  
7014 / tcp
941003269 | 2024-03-30T03:06:46.193481
  
7070 / tcp
-971970408 | 2024-04-22T14:54:13.492824
  
7071 / tcp
819727972 | 2024-04-22T17:19:50.577077
  
7171 / tcp
996960436 | 2024-04-19T19:40:35.217639
  
7218 / tcp
-1230049476 | 2024-04-23T21:54:31.428095
  
7415 / tcp
2143387245 | 2024-04-16T21:52:54.895332
  
7433 / tcp
-1990350878 | 2024-04-15T06:49:38.625847
  
7434 / tcp
-512831750 | 2024-04-15T07:19:11.968235
  
7443 / tcp
740837454 | 2024-03-28T04:43:06.504562
  
7444 / tcp
-1327660293 | 2024-04-12T15:11:40.013035
  
7537 / tcp
539065883 | 2024-04-08T05:20:58.994328
  
7548 / tcp
1308377066 | 2024-04-19T10:31:43.567664
  
7634 / tcp
-2017887953 | 2024-04-12T09:27:08.781082
  
7654 / tcp
-1990350878 | 2024-04-10T06:39:19.281568
  
7989 / tcp
1072892569 | 2024-04-19T06:32:31.760440
  
8001 / tcp
-146605374 | 2024-04-23T08:35:55.337360
  
8009 / tcp
-1947777893 | 2024-04-15T15:30:32.648979
  
8036 / tcp
-321444299 | 2024-04-11T16:00:15.825124
  
8069 / tcp
-334125148 | 2024-04-20T17:47:12.885448
  
8080 / tcp
-1900404274 | 2024-04-19T17:33:07.969862
  
8081 / tcp
-1477838366 | 2024-04-13T05:59:27.845860
  
8085 / tcp
1911457608 | 2024-04-19T00:45:40.176120
  
8087 / tcp
-1839934832 | 2024-03-25T12:19:58.312234
  
8091 / tcp
1261582754 | 2024-04-14T20:44:51.082045
  
8098 / tcp
1825545421 | 2024-04-22T09:55:06.984798
  
8099 / tcp
1741579575 | 2024-04-15T06:45:01.667227
  
8126 / tcp
1767345577 | 2024-04-23T09:38:24.744320
  
8139 / tcp
-1729629024 | 2024-04-19T01:17:49.222965
  
8140 / tcp
2087396567 | 2024-04-20T19:43:49.551051
  
8181 / tcp
1320285193 | 2024-04-21T03:26:41.679852
  
8200 / tcp
671605376 | 2024-04-22T09:06:08.897035
  
8291 / tcp
-1487943323 | 2024-04-20T01:17:37.981280
  
8333 / tcp
224085652 | 2024-04-03T16:30:00.175221
  
8383 / tcp
1911457608 | 2024-04-04T07:34:41.807302
  
8432 / tcp
1096654864 | 2024-04-20T02:19:07.825274
  
8443 / tcp
-684625978 | 2024-04-20T18:03:51.124610
  
8500 / tcp
-971970408 | 2024-04-11T03:20:40.567139
  
8554 / tcp
1278527606 | 2024-04-21T06:41:07.222383
  
8575 / tcp
819727972 | 2024-04-13T00:40:19.875431
  
8637 / tcp
842535728 | 2024-04-10T02:28:00.217642
  
8649 / tcp
-1648456501 | 2024-04-20T06:33:05.270182
  
8728 / tcp
-1140468363 | 2024-04-04T02:09:04.143972
  
8767 / tcp
-1996280214 | 2024-04-10T23:26:02.276003
  
8779 / tcp
669849225 | 2024-04-16T18:25:21.299175
  
8807 / tcp
-441419608 | 2024-04-09T13:47:48.892070
  
8817 / tcp
632542934 | 2024-04-24T01:31:40.301396
  
8827 / tcp
-1999117212 | 2024-03-28T04:23:10.832955
  
8834 / tcp
-1399940268 | 2024-03-31T08:48:30.473248
  
8876 / tcp
722711397 | 2024-04-24T03:08:02.747067
  
8878 / tcp
2143387245 | 2024-04-15T12:33:25.410536
  
8880 / tcp
2087396567 | 2024-04-09T16:36:44.118368
  
8889 / tcp
-2067028711 | 2024-04-17T16:57:33.589008
  
9000 / tcp
-1026951088 | 2024-04-23T06:30:23.367925
  
9001 / tcp
-971970408 | 2024-04-22T13:11:19.040496
  
9002 / tcp
1911457608 | 2024-04-13T10:40:23.255959
  
9014 / tcp
1911457608 | 2024-03-25T13:58:01.216026
  
9015 / tcp
-2096652808 | 2024-04-04T22:34:45.350572
  
9030 / tcp
1489954473 | 2024-04-12T18:16:13.459135
  
9040 / tcp
996960436 | 2024-04-15T16:20:18.984024
  
9042 / tcp
1761482307 | 2024-04-17T04:11:50.041235
  
9051 / tcp
819727972 | 2024-04-21T20:10:47.542902
  
9091 / tcp
819727972 | 2024-04-22T00:17:59.191301
  
9092 / tcp
-345718689 | 2024-04-09T08:50:24.971035
  
9095 / tcp
-1114821551 | 2024-04-19T21:53:22.572118
  
9096 / tcp
-1327660293 | 2024-04-18T06:39:33.748411
  
9100 / tcp
-2089734047 | 2024-04-09T19:25:03.337970
  
9106 / tcp
-1839934832 | 2024-04-04T18:23:32.615786
  
9208 / tcp
-136006866 | 2024-04-01T04:38:24.933853
  
9209 / tcp
-249504111 | 2024-04-22T20:24:31.130986
  
9210 / tcp
-2096652808 | 2024-04-19T04:45:36.622925
  
9211 / tcp
-321444299 | 2024-04-23T13:27:08.651220
  
9295 / tcp
-2089734047 | 2024-04-10T13:42:01.719043
  
9302 / tcp
-1230049476 | 2024-04-16T08:38:06.340454
  
9306 / tcp
-2089734047 | 2024-04-02T21:36:01.891308
  
9389 / tcp
-833168972 | 2024-04-08T20:25:05.151188
  
9418 / tcp
-527005584 | 2024-04-18T06:43:25.709747
  
9443 / tcp
-1888448627 | 2024-04-21T01:20:28.521998
  
9530 / tcp
51259122 | 2024-04-13T02:29:51.729596
  
9600 / tcp
-1399940268 | 2024-04-12T01:22:28.564810
  
9743 / tcp
-1248408558 | 2024-04-23T12:47:53.858674
  
9761 / tcp
49504708 | 2024-04-23T20:15:42.949897
  
9943 / tcp
842535728 | 2024-03-29T11:05:55.629427
  
9981 / tcp
-1917695220 | 2024-04-05T14:24:06.574556
  
9998 / tcp
1161309183 | 2024-04-22T04:51:51.230615
  
9999 / tcp
171352214 | 2024-04-13T19:13:49.606156
  
10000 / tcp
1492413928 | 2024-04-23T14:19:57.722470
  
10001 / tcp
1919228981 | 2024-04-21T01:34:09.346018
  
10134 / tcp
-1453516345 | 2024-04-21T17:39:18.194717
  
10443 / tcp
-1514525820 | 2024-04-24T04:03:32.598168
  
10554 / tcp
-1626979812 | 2024-03-27T21:33:52.601805
  
10911 / tcp
-1888448627 | 2024-04-21T20:18:52.060797
  
11000 / tcp
165188539 | 2024-03-27T22:46:09.701116
  
11112 / tcp
1655023012 | 2024-04-05T00:57:11.350058
  
11210 / tcp
-136006866 | 2024-04-22T21:29:46.736533
  
11211 / tcp
-2096652808 | 2024-04-23T06:44:27.818095
  
11300 / tcp
585675468 | 2024-04-01T12:31:18.075505
  
11371 / tcp
-1723613895 | 2024-04-20T04:13:42.423444
  
12000 / tcp
265065882 | 2024-04-20T11:20:10.161668
  
12345 / tcp
-1453516345 | 2024-04-03T16:59:49.374850
  
14147 / tcp
1189133115 | 2024-04-21T11:49:09.198827
  
14265 / tcp
-1399940268 | 2024-04-18T01:54:32.486752
  
14344 / tcp
291723434 | 2024-03-26T07:19:22.259869
  
16010 / tcp
-1840324437 | 2024-04-19T06:35:52.679468
  
16992 / tcp
-971970408 | 2024-04-19T04:14:22.238571
  
16993 / tcp
632542934 | 2024-04-23T18:42:03.079351
  
18081 / tcp
1189133115 | 2024-03-25T05:31:54.186240
  
18245 / tcp
-2089734047 | 2024-04-05T12:56:35.016471
  
19000 / tcp
291723434 | 2024-03-30T20:06:56.072757
  
19071 / tcp
1900503736 | 2024-04-18T09:46:28.133428
  
20000 / tcp
921225407 | 2024-04-23T06:57:02.567424
  
20256 / tcp
1911457608 | 2024-04-22T16:30:27.321351
  
20547 / tcp
585675468 | 2024-04-13T12:17:57.990268
  
23424 / tcp
1363464823 | 2024-04-16T13:20:19.470079
  
25001 / tcp
1975288991 | 2024-04-17T18:06:36.662599
  
25565 / tcp
1763259671 | 2024-03-30T16:13:54.082774
  
27017 / tcp
1231376952 | 2024-04-09T21:40:42.156595
  
30002 / tcp
1948301213 | 2024-04-24T02:47:55.296002
  
30003 / tcp
756886313 | 2024-04-22T12:57:43.906855
  
31337 / tcp
1544300041 | 2024-04-08T17:49:30.051226
  
32400 / tcp
1212921144 | 2024-04-21T09:49:23.037628
  
33060 / tcp
-1611764932 | 2024-04-10T18:27:58.312958
  
35000 / tcp
-314039103 | 2024-04-21T09:17:54.442904
  
37215 / tcp
-2089734047 | 2024-04-10T23:05:16.978771
  
37777 / tcp
-433302150 | 2024-04-20T20:09:51.335164
  
44158 / tcp
897328069 | 2024-04-18T01:46:29.067631
  
47990 / tcp
854539422 | 2024-04-14T19:05:41.654333
  
49152 / tcp
104385780 | 2024-03-30T08:04:12.648986
  
49153 / tcp
1492413928 | 2024-04-23T08:01:47.473491
  
50000 / tcp
-119996482 | 2024-04-04T15:01:18.236648
  
51106 / tcp
50497985 | 2024-04-23T12:12:03.796522
  
51235 / tcp
671605376 | 2024-04-19T22:44:11.632097
  
54138 / tcp
-2096652808 | 2024-04-20T15:03:44.458778
  
55000 / tcp
585675468 | 2024-04-14T03:42:35.455712
  
55442 / tcp
1161309183 | 2024-04-12T21:22:22.815712
  
55443 / tcp
2087396567 | 2024-04-22T20:13:34.865070
  
55553 / tcp
1282941221 | 2024-03-31T15:01:40.929152
  
55554 / tcp
-1453516345 | 2024-04-15T11:51:30.856673
  
60001 / tcp
-2107996212 | 2024-04-23T21:14:43.918859
  
60129 / tcp
-321444299 | 2024-03-27T05:28:04.484022
  
61616 / tcp
1443792109 | 2024-04-19T09:02:30.791130
  
62078 / tcp



Contact Us

Shodan ® - All rights reserved