106.14.228.32

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

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 7.0OpenSSH 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 6.5In 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 5.5In 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 5.9The 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 9.8The 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 3.7An 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 7.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.9An 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 6.8In 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 6.8An 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 5.3In 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.3OpenSSH 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.3The 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-20012 5.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-2008-3844 Certain 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 OpenSSH, 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.
1690634669 | 2024-04-20T04:10:11.640334
  
11 / tcp
-1770051369 | 2024-04-26T09:49:24.909736
  
13 / tcp
-1881409212 | 2024-04-25T03:03:21.206321
  
15 / tcp
-2006293986 | 2024-04-22T20:03:10.605401
  
17 / tcp
-731285715 | 2024-04-26T14:05:15.074552
  
21 / tcp
-23362551 | 2024-04-05T21:32:20.698438
  
23 / tcp
366084633 | 2024-04-25T20:56:47.260307
  
25 / tcp
-1888448627 | 2024-04-02T08:40:03.744549
  
26 / tcp
1518650537 | 2024-04-23T13:04:14.540910
  
37 / tcp
819727972 | 2024-04-17T11:35:46.891723
  
38 / tcp
2087396567 | 2024-04-09T17:28:06.289364
  
43 / tcp
-1101712668 | 2024-04-23T05:43:07.083373
  
49 / tcp
-1370420049 | 2024-04-19T01:26:33.736513
  
53 / tcp
268196945 | 2024-04-25T15:44:34.948780
  
79 / tcp
500551689 | 2024-04-25T10:04:35.741140
  
80 / tcp
565044707 | 2024-04-10T08:19:45.972024
  
81 / tcp
1543809371 | 2024-04-16T20:46:22.419839
  
87 / tcp
-1327660293 | 2024-04-08T09:35:42.596397
  
90 / tcp
1713556628 | 2024-04-22T17:29:43.475424
  
99 / tcp
-2033111675 | 2024-04-23T05:21:50.794062
  
100 / tcp
1911457608 | 2024-04-17T18:29:30.025003
  
102 / tcp
-1428621233 | 2024-04-02T11:06:12.179980
  
104 / tcp
1989907056 | 2024-04-20T20:58:56.560258
  
106 / tcp
-1013082686 | 2024-04-16T07:13:34.546782
  
110 / tcp
1453929220 | 2024-04-11T16:42:54.218386
  
111 / tcp
-669112739 | 2024-04-21T06:17:08.857292
  
113 / tcp
141730637 | 2024-04-24T08:29:09.557390
  
119 / tcp
-1399940268 | 2024-04-16T07:35:54.639290
  
121 / tcp
51259122 | 2024-04-01T23:18:30.470686
  
122 / tcp
96945398 | 2024-04-02T05:40:32.018851
  
135 / tcp
219070077 | 2024-04-23T05:32:57.114327
  
143 / tcp
-249504111 | 2024-04-18T18:25:41.214244
  
175 / tcp
-399606100 | 2024-04-26T02:08:57.142512
  
179 / tcp
1332894250 | 2024-04-03T11:21:17.400950
  
180 / tcp
808560482 | 2024-04-02T05:40:48.015236
  
195 / tcp
-1097188123 | 2024-04-25T16:20:37.589786
  
221 / tcp
-1718229072 | 2024-04-14T00:41:24.402074
  
264 / tcp
67948279 | 2024-04-10T05:21:08.342249
  
311 / tcp
-661950041 | 2024-04-20T13:00:13.831520
  
427 / tcp
-1432606612 | 2024-04-17T18:23:18.044539
  
443 / tcp
1382255743 | 2024-04-20T15:17:59.815326
  
444 / tcp
897328069 | 2024-04-24T09:49:56.571314
  
465 / tcp
-805362002 | 2024-04-26T08:23:27.926366
  
502 / tcp
-358801646 | 2024-03-31T18:34:13.561768
  
503 / tcp
996960436 | 2024-04-23T06:05:22.494274
  
515 / tcp
-969286897 | 2024-04-22T13:25:35.559240
  
548 / tcp
1060450357 | 2024-04-15T17:56:47.255377
  
554 / tcp
-1261053701 | 2024-04-22T19:07:11.523811
  
593 / tcp
233634112 | 2024-04-23T17:57:06.590494
  
631 / tcp
1402312074 | 2024-04-24T17:36:24.995735
  
636 / tcp
1300162323 | 2024-04-24T18:46:21.615464
  
666 / tcp
-1399940268 | 2024-03-29T17:12:23.362701
  
771 / tcp
1911457608 | 2024-04-19T03:29:54.169089
  
789 / tcp
-1300276209 | 2024-03-31T19:41:18.136525
  
800 / tcp
-1166978945 | 2024-04-09T06:26:54.151815
  
808 / tcp
-1970692834 | 2024-04-23T06:42:20.376950
  
873 / tcp
1492413928 | 2024-04-16T05:32:38.936949
  
993 / tcp
1685649979 | 2024-04-05T00:23:28.904497
  
995 / tcp
-1839934832 | 2024-04-24T19:03:00.789488
  
1023 / tcp
808560482 | 2024-04-21T01:43:15.439391
  
1024 / tcp
-358801646 | 2024-04-26T21:48:41.431319
  
1025 / tcp
819727972 | 2024-03-28T23:11:56.641562
  
1027 / tcp
-1399940268 | 2024-04-21T18:01:23.037426
  
1099 / tcp
-1019343788 | 2024-04-17T20:08:04.590186
  
1153 / tcp
1921398876 | 2024-04-22T00:47:53.012819
  
1200 / tcp
1015654041 | 2024-03-30T20:01:14.748706
  
1234 / tcp
-358707605 | 2024-04-26T21:33:46.062024
  
1290 / tcp
1761482307 | 2024-04-10T13:09:14.763948
  
1337 / tcp
1375509841 | 2024-04-22T14:48:28.941492
  
1400 / tcp
-182670276 | 2024-04-09T22:40:45.305832
  
1433 / tcp
-1049213899 | 2024-04-20T19:28:55.746993
  
1494 / tcp
819727972 | 2024-04-23T09:53:49.214429
  
1515 / tcp
2002686051 | 2024-04-20T19:41:12.652649
  
1521 / tcp
2087396567 | 2024-04-25T11:55:38.840514
  
1599 / tcp
819727972 | 2024-04-21T23:28:07.393511
  
1604 / tcp
1103582599 | 2024-04-09T17:03:25.978467
  
1723 / tcp
1134517380 | 2024-04-14T11:32:02.304685
  
1800 / tcp
-1139999322 | 2024-04-09T21:28:59.286926
  
1801 / tcp
1975288991 | 2024-04-18T14:54:14.593678
  
1883 / tcp
-1327660293 | 2024-04-14T21:10:46.905806
  
1911 / tcp
996960436 | 2024-04-24T15:49:01.449309
  
1926 / tcp
-1839934832 | 2024-04-25T16:00:55.844559
  
1962 / tcp
1911457608 | 2024-04-23T14:52:21.048880
  
2000 / tcp
1758906148 | 2024-04-21T10:39:04.627024
  
2002 / tcp
2087396567 | 2024-04-18T01:40:50.970339
  
2008 / tcp
1011407350 | 2024-04-16T22:27:04.843513
  
2018 / tcp
-1327660293 | 2024-04-19T14:56:42.436702
  
2053 / tcp
-904840257 | 2024-04-23T15:03:44.802180
  
2067 / tcp
-1399940268 | 2024-04-16T19:27:00.457433
  
2081 / tcp
1261582754 | 2024-03-29T02:20:30.602852
  
2083 / tcp
1642597142 | 2024-04-14T11:46:03.986309
  
2087 / tcp
-2042671887 | 2024-04-17T22:54:08.269282
  
2126 / tcp
546151771 | 2024-04-17T11:04:27.874877
  
2181 / tcp
372433470 | 2024-04-11T05:12:04.115135
  
2222 / tcp
1126993057 | 2024-03-28T23:55:44.726978
  
2266 / tcp
1662205251 | 2024-03-31T14:51:39.221381
  
2323 / tcp
-1681927087 | 2024-04-04T16:41:51.659272
  
2332 / tcp
1624217396 | 2024-04-10T05:20:56.738641
  
2345 / tcp
60948681 | 2024-04-22T23:02:41.387857
  
2375 / tcp
-142686627 | 2024-04-26T07:36:44.774514
  
2376 / tcp
-122096153 | 2024-04-24T09:28:39.177526
  
2404 / tcp
410249975 | 2024-04-17T07:48:45.759571
  
2455 / tcp
921225407 | 2024-04-22T06:08:30.599974
  
2554 / tcp
-1888448627 | 2024-04-18T05:53:15.676289
  
2559 / tcp
-1399940268 | 2024-04-24T22:04:17.975713
  
2568 / tcp
-1626979812 | 2024-04-21T22:11:49.652289
  
2570 / tcp
-1471513798 | 2024-04-23T05:32:30.282862
  
2628 / tcp
921225407 | 2024-04-22T06:24:32.407452
  
2761 / tcp
-1399940268 | 2024-04-23T04:47:28.187300
  
2762 / tcp
819727972 | 2024-04-24T00:23:05.047477
  
3001 / tcp
-1399940268 | 2024-04-22T22:24:31.857772
  
3050 / tcp
-653033013 | 2024-04-21T03:07:49.324722
  
3054 / tcp
198844676 | 2024-04-26T07:29:47.065122
  
3077 / tcp
-616720387 | 2024-04-11T00:20:40.894556
  
3082 / tcp
-784071826 | 2024-04-03T23:51:16.773779
  
3084 / tcp
580340387 | 2024-04-03T15:40:32.540110
  
3088 / tcp
1911457608 | 2024-04-10T08:09:05.912450
  
3098 / tcp
1655023012 | 2024-03-31T00:29:41.149609
  
3108 / tcp
1492413928 | 2024-03-30T09:46:14.551907
  
3119 / tcp
-1399940268 | 2024-04-15T21:35:25.306884
  
3121 / tcp
-1914158197 | 2024-04-20T12:16:29.962212
  
3260 / tcp
-805362002 | 2024-04-14T11:57:09.745326
  
3268 / tcp
1623746877 | 2024-04-02T06:24:19.071825
  
3269 / tcp
2087396567 | 2024-04-19T11:39:00.651295
  
3299 / tcp
-2089734047 | 2024-04-26T23:26:50.206198
  
3301 / tcp
1047846045 | 2024-04-08T07:51:35.888851
  
3306 / tcp
165188539 | 2024-04-27T00:12:53.117193
  
3310 / tcp
-2036484723 | 2024-04-24T16:35:35.827348
  
3389 / tcp
1620329124 | 2024-04-01T15:55:52.280160
  
3479 / tcp
2033888749 | 2024-04-14T18:10:59.109407
  
3541 / tcp
-1023516719 | 2024-04-17T09:04:26.357212
  
3542 / tcp
198844676 | 2024-04-18T02:01:51.575093
  
3551 / tcp
-2096652808 | 2024-04-05T02:27:53.800401
  
3568 / tcp
-1730858130 | 2024-04-21T04:23:12.616538
  
3780 / tcp
-358801646 | 2024-04-27T10:09:52.908855
  
3790 / tcp
-1148803158 | 2024-04-26T18:56:18.931309
  
4000 / tcp
-2089734047 | 2024-04-25T16:40:37.166262
  
4022 / tcp
2033888749 | 2024-04-16T00:53:58.289481
  
4040 / tcp
-2096652808 | 2024-04-01T18:38:01.567822
  
4042 / tcp
1220320909 | 2024-04-24T13:01:30.051647
  
4063 / tcp
398077695 | 2024-04-22T03:20:58.754196
  
4064 / tcp
1267517148 | 2024-04-24T22:00:41.681647
  
4282 / tcp
-1250504565 | 2024-04-22T08:22:37.847525
  
4321 / tcp
-1327660293 | 2024-04-25T17:32:57.822038
  
4369 / tcp
819727972 | 2024-04-25T16:37:16.617894
  
4433 / tcp
-1060562267 | 2024-04-22T04:17:29.316888
  
4443 / tcp
-971970408 | 2024-04-11T02:21:34.282270
  
4444 / tcp
45131230 | 2024-04-15T14:42:44.364224
  
4445 / tcp
-971970408 | 2024-04-03T09:16:07.802574
  
4506 / tcp
-2089734047 | 2024-03-29T12:25:42.555823
  
4523 / tcp
-2107996212 | 2024-04-17T21:55:51.183526
  
4646 / tcp
-1261090339 | 2024-04-21T22:28:50.750368
  
4734 / tcp
1919228981 | 2024-04-26T10:34:07.195465
  
4747 / tcp
-527005584 | 2024-04-23T09:30:24.495004
  
4782 / tcp
1911457608 | 2024-04-10T22:39:09.187219
  
4840 / tcp
819727972 | 2024-04-24T08:00:09.300961
  
4899 / tcp
-1399940268 | 2024-04-23T04:29:26.641124
  
4911 / tcp
-1230049476 | 2024-04-26T07:04:15.994827
  
4949 / tcp
-1469211519 | 2024-04-08T06:43:02.448121
  
5005 / tcp
707919486 | 2024-04-15T21:20:48.310093
  
5006 / tcp
51259122 | 2024-04-21T03:10:11.854938
  
5007 / tcp
-1413918021 | 2024-04-17T06:19:14.527628
  
5009 / tcp
-2031152423 | 2024-04-22T20:48:02.283867
  
5010 / tcp
339872247 | 2024-04-24T17:59:11.311025
  
5025 / tcp
-1839934832 | 2024-04-03T23:56:55.218310
  
5172 / tcp
-904840257 | 2024-04-25T18:48:16.871862
  
5201 / tcp
-1074907534 | 2024-04-23T17:11:47.031579
  
5269 / tcp
-1996280214 | 2024-04-23T02:08:54.568468
  
5432 / tcp
-303199180 | 2024-04-21T21:01:47.101236
  
5435 / tcp
-2089734047 | 2024-04-21T11:53:54.068107
  
5443 / tcp
60948681 | 2024-04-01T22:47:54.620571
  
5560 / tcp
709622286 | 2024-04-15T18:24:50.160946
  
5592 / tcp
1208318993 | 2024-04-03T22:14:14.227119
  
5596 / tcp
-154107716 | 2024-04-22T04:10:58.457702
  
5601 / tcp
575925250 | 2024-04-25T03:39:13.127348
  
5672 / tcp
171352214 | 2024-04-24T21:06:31.771654
  
5858 / tcp
-1730858130 | 2024-04-05T07:26:38.529158
  
5900 / tcp
819727972 | 2024-03-30T22:24:34.323575
  
5938 / tcp
1999272906 | 2024-04-19T17:32:44.712348
  
5984 / tcp
819727972 | 2024-04-20T12:35:38.152156
  
5986 / tcp
-1399940268 | 2024-04-05T09:34:26.698509
  
5990 / tcp
-1013082686 | 2024-04-25T22:11:02.906296
  
6000 / tcp
-980525298 | 2024-04-13T10:46:56.550448
  
6001 / tcp
-2031152423 | 2024-04-18T22:17:27.811888
  
6002 / tcp
-1399940268 | 2024-04-24T02:00:28.266996
  
6080 / tcp
-1888448627 | 2024-04-18T21:15:19.948492
  
6262 / tcp
321971019 | 2024-04-19T23:18:20.524350
  
6379 / tcp
819727972 | 2024-04-10T23:58:53.187996
  
6443 / tcp
639175818 | 2024-04-09T12:38:28.693779
  
6561 / tcp
-1056270173 | 2024-03-29T21:14:15.211610
  
6580 / tcp
819727972 | 2024-04-11T17:29:33.144052
  
6633 / tcp
-1399940268 | 2024-04-27T10:18:58.862059
  
6653 / tcp
233634112 | 2024-04-04T10:11:57.500151
  
6664 / tcp
-696112747 | 2024-04-19T22:32:37.103114
  
6666 / tcp
-1730858130 | 2024-04-11T16:32:30.681779
  
6667 / tcp
-1099385124 | 2024-04-26T04:44:59.342024
  
6668 / tcp
1911457608 | 2024-04-21T06:48:20.386911
  
6697 / tcp
819727972 | 2024-04-24T08:13:08.643797
  
6887 / tcp
-829704895 | 2024-03-28T23:34:20.722122
  
7001 / tcp
1574088840 | 2024-04-16T08:22:35.359441
  
7014 / tcp
2087396567 | 2024-04-18T07:53:15.393806
  
7071 / tcp
1615193817 | 2024-03-31T11:56:17.147864
  
7170 / tcp
165188539 | 2024-04-24T17:47:26.468099
  
7171 / tcp
-801484042 | 2024-04-24T00:24:53.404499
  
7218 / tcp
1911457608 | 2024-04-12T00:00:11.054504
  
7415 / tcp
504717326 | 2024-04-22T09:30:22.409981
  
7434 / tcp
1320285193 | 2024-04-26T06:03:35.725709
  
7443 / tcp
1761482307 | 2024-04-21T16:48:40.349524
  
7445 / tcp
-1872120160 | 2024-04-17T22:56:09.645525
  
7474 / tcp
-784071826 | 2024-04-20T21:05:24.793226
  
7548 / tcp
474736340 | 2024-03-29T05:22:20.699609
  
7634 / tcp
1072892569 | 2024-04-21T09:46:36.066702
  
7657 / tcp
104385780 | 2024-04-11T07:14:54.101937
  
7989 / tcp
1072892569 | 2024-04-19T06:50:31.324451
  
8001 / tcp
1134517380 | 2024-03-29T22:25:51.505410
  
8004 / tcp
-1733645023 | 2024-04-24T22:23:10.983690
  
8009 / tcp
2009276894 | 2024-04-15T12:59:48.892438
  
8010 / tcp
-1399940268 | 2024-04-18T03:24:34.188449
  
8024 / tcp
-1825431268 | 2024-03-31T10:35:04.808795
  
8031 / tcp
-1839934832 | 2024-04-26T03:18:04.676670
  
8046 / tcp
709622286 | 2024-04-12T02:39:15.362231
  
8053 / tcp
1911457608 | 2024-04-05T19:24:17.947456
  
8058 / tcp
1348368226 | 2024-04-25T15:40:00.357891
  
8080 / tcp
191537216 | 2024-04-18T18:23:57.085915
  
8081 / tcp
366084633 | 2024-04-14T19:02:15.720960
  
8083 / tcp
1741579575 | 2024-04-04T04:41:24.748300
  
8085 / tcp
660175493 | 2024-04-23T08:36:30.492786
  
8086 / tcp
-1399940268 | 2024-04-11T16:41:27.282221
  
8087 / tcp
819727972 | 2024-03-29T15:24:17.882715
  
8089 / tcp
1705528964 | 2024-04-10T09:18:43.803871
  
8093 / tcp
-1872120160 | 2024-04-12T06:38:07.089234
  
8098 / tcp
-766671046 | 2024-04-22T12:44:20.966930
  
8099 / tcp
819727972 | 2024-04-01T20:57:38.885327
  
8105 / tcp
104385780 | 2024-04-25T14:13:50.306713
  
8112 / tcp
-2031152423 | 2024-04-21T20:38:15.435383
  
8126 / tcp
-1428621233 | 2024-04-15T20:26:35.655221
  
8139 / tcp
-971970408 | 2024-04-10T03:00:18.924770
  
8140 / tcp
1308377066 | 2024-04-20T21:01:45.846908
  
8184 / tcp
1320285193 | 2024-04-22T19:12:32.466229
  
8200 / tcp
1911457608 | 2024-04-13T04:45:00.653863
  
8237 / tcp
-2107996212 | 2024-04-02T21:44:10.962547
  
8291 / tcp
-1300025046 | 2024-04-01T19:59:48.993008
  
8333 / tcp
1615193817 | 2024-04-24T16:58:39.898119
  
8408 / tcp
1911457608 | 2024-04-22T10:15:58.598071
  
8425 / tcp
820958131 | 2024-04-08T13:23:58.136124
  
8427 / tcp
1753236315 | 2024-04-04T03:01:13.740017
  
8443 / tcp
-2096652808 | 2024-04-22T14:59:11.007028
  
8446 / tcp
677934968 | 2024-04-21T23:18:10.158421
  
8448 / tcp
-918002969 | 2024-04-25T07:49:48.760899
  
8500 / tcp
-2140303521 | 2024-04-16T01:56:06.007165
  
8545 / tcp
-441419608 | 2024-04-24T11:46:12.447292
  
8554 / tcp
1615193817 | 2024-04-25T19:05:55.143267
  
8575 / tcp
-1888448627 | 2024-04-04T22:46:08.015170
  
8585 / tcp
-1230049476 | 2024-04-09T23:44:22.248235
  
8602 / tcp
842535728 | 2024-04-17T00:23:14.444785
  
8649 / tcp
-2089734047 | 2024-04-09T04:25:15.265106
  
8728 / tcp
819727972 | 2024-04-05T02:51:22.556423
  
8808 / tcp
-1099385124 | 2024-03-29T07:49:38.392333
  
8814 / tcp
1911457608 | 2024-04-11T20:44:13.487465
  
8831 / tcp
632542934 | 2024-04-10T01:30:28.938736
  
8837 / tcp
-1399940268 | 2024-04-01T15:16:50.456651
  
8839 / tcp
1996932384 | 2024-04-20T09:57:34.477524
  
8841 / tcp
-1399940268 | 2024-04-19T17:16:34.496191
  
8843 / tcp
165188539 | 2024-04-19T19:08:23.986023
  
8844 / tcp
-1399940268 | 2024-04-09T10:45:12.982972
  
8851 / tcp
819727972 | 2024-04-26T15:41:08.161980
  
8852 / tcp
-1399940268 | 2024-04-27T07:36:12.901425
  
8854 / tcp
-136006866 | 2024-04-22T21:00:14.691743
  
8857 / tcp
-2089734047 | 2024-04-12T16:21:41.672061
  
8869 / tcp
-1153858743 | 2024-04-26T22:41:21.030140
  
8873 / tcp
-653033013 | 2024-04-25T21:13:14.175712
  
8880 / tcp
-345718689 | 2024-04-15T14:26:30.970207
  
8889 / tcp
1966849516 | 2024-04-13T14:09:56.978109
  
9000 / tcp
-1026951088 | 2024-04-09T21:06:41.980127
  
9001 / tcp
171352214 | 2024-04-12T18:40:34.287966
  
9002 / tcp
-1730858130 | 2024-03-31T06:35:15.234318
  
9038 / tcp
119860953 | 2024-04-25T06:28:15.941905
  
9042 / tcp
-616720387 | 2024-03-31T21:44:59.788817
  
9049 / tcp
171352214 | 2024-04-20T19:19:40.602140
  
9091 / tcp
-1888448627 | 2024-03-31T22:01:24.073372
  
9092 / tcp
-1399940268 | 2024-04-14T14:01:25.898765
  
9093 / tcp
1842524259 | 2024-04-17T21:46:57.662766
  
9095 / tcp
-904840257 | 2024-04-10T12:29:13.113126
  
9096 / tcp
-1730858130 | 2024-04-05T08:04:33.467564
  
9097 / tcp
1911457608 | 2024-04-22T07:49:52.809389
  
9100 / tcp
-1888448627 | 2024-04-09T21:39:25.850852
  
9119 / tcp
2087396567 | 2024-04-25T22:51:22.251337
  
9151 / tcp
15018106 | 2024-04-21T03:24:22.494457
  
9160 / tcp
1778988322 | 2024-04-20T07:46:23.178146
  
9191 / tcp
671605376 | 2024-04-12T08:51:21.841691
  
9202 / tcp
-1344535834 | 2024-04-18T01:10:43.079429
  
9295 / tcp
1077013874 | 2024-04-23T16:43:32.944598
  
9306 / tcp
165188539 | 2024-03-31T11:50:22.914251
  
9308 / tcp
-2089734047 | 2024-04-22T21:13:52.024665
  
9310 / tcp
1004056929 | 2024-04-23T09:09:25.747873
  
9418 / tcp
-2096652808 | 2024-04-21T07:32:55.689384
  
9530 / tcp
455076604 | 2024-04-13T07:19:24.748663
  
9600 / tcp
819727972 | 2024-04-24T15:23:28.962520
  
9633 / tcp
504717326 | 2024-04-24T10:30:38.669691
  
9761 / tcp
-1136600457 | 2024-04-09T17:12:59.829628
  
9800 / tcp
2109639173 | 2024-04-27T10:08:36.740142
  
9876 / tcp
1833368189 | 2024-04-21T13:59:12.533854
  
9943 / tcp
-1399940268 | 2024-04-12T02:57:26.849310
  
9991 / tcp
1969772007 | 2024-04-25T04:36:37.625043
  
9998 / tcp
1161309183 | 2024-04-26T11:13:36.987744
  
9999 / tcp
677934968 | 2024-04-12T15:45:59.639932
  
10000 / tcp
1492413928 | 2024-04-21T05:54:35.403385
  
10001 / tcp
1426971893 | 2024-04-19T10:37:16.613026
  
10134 / tcp
1830697416 | 2024-04-27T12:24:08.273715
  
10250 / tcp
1212921144 | 2024-04-25T17:37:49.705186
  
10443 / tcp
2143387245 | 2024-04-02T18:32:43.743449
  
10554 / tcp
1911457608 | 2024-04-17T13:00:47.994679
  
10911 / tcp
-1399940268 | 2024-04-25T09:31:52.086419
  
11000 / tcp
-438503381 | 2024-04-14T07:36:51.696084
  
11112 / tcp
-826610984 | 2024-04-23T20:03:33.342148
  
11210 / tcp
-136006866 | 2024-04-24T13:32:21.393824
  
11211 / tcp
1911457608 | 2024-04-26T11:38:03.279315
  
11300 / tcp
-1441741890 | 2024-04-10T08:47:22.765184
  
11434 / tcp
296364507 | 2024-04-18T01:53:56.294069
  
12345 / tcp
-454087041 | 2024-04-11T00:05:29.734906
  
14147 / tcp
1189133115 | 2024-04-24T20:09:32.062752
  
14265 / tcp
-1399940268 | 2024-04-16T17:11:44.531876
  
14344 / tcp
472902042 | 2024-04-11T14:09:02.087563
  
16030 / tcp
-2096652808 | 2024-04-24T05:13:25.350508
  
16993 / tcp
1989907056 | 2024-04-22T15:18:55.006036
  
18245 / tcp
-971970408 | 2024-04-08T16:01:40.484022
  
18553 / tcp
-1013082686 | 2024-04-24T21:19:26.154020
  
19000 / tcp
472902042 | 2024-04-15T13:41:46.046812
  
19071 / tcp
1900503736 | 2024-04-26T05:10:43.600308
  
20000 / tcp
1911457608 | 2024-04-21T20:10:19.718750
  
20256 / tcp
-1453516345 | 2024-04-23T08:56:35.102842
  
20547 / tcp
171352214 | 2024-04-21T22:50:04.822909
  
21025 / tcp
1126993057 | 2024-04-15T08:56:18.394864
  
21379 / tcp
1231376952 | 2024-04-19T11:36:06.142353
  
23023 / tcp
660175493 | 2024-04-27T12:33:52.415315
  
23424 / tcp
-1399940268 | 2024-04-05T10:14:15.941234
  
25001 / tcp
1978059005 | 2024-04-02T00:47:19.181925
  
25105 / tcp
1282941221 | 2024-04-20T22:03:28.186349
  
25565 / tcp
-1888448627 | 2024-04-23T20:39:19.638854
  
27015 / tcp
1763259671 | 2024-04-22T12:43:07.584765
  
27017 / tcp
-653033013 | 2024-04-27T09:08:51.048727
  
28015 / tcp
290819026 | 2024-04-13T18:37:12.945660
  
28017 / tcp
707919486 | 2024-04-24T05:25:32.596096
  
30002 / tcp
819727972 | 2024-04-24T20:13:46.671870
  
30003 / tcp
-2133761335 | 2024-04-10T03:10:22.797271
  
31337 / tcp
-119996482 | 2024-04-11T23:53:38.135181
  
32400 / tcp
2087396567 | 2024-04-15T13:51:17.079865
  
32764 / tcp
641705735 | 2024-04-14T18:14:28.162869
  
33060 / tcp
-1626979812 | 2024-04-09T16:45:20.061508
  
35000 / tcp
-891714208 | 2024-04-25T18:51:00.442434
  
37777 / tcp
1948301213 | 2024-04-27T03:15:49.779053
  
41800 / tcp
-433302150 | 2024-04-24T13:24:53.577965
  
44158 / tcp
-784071826 | 2024-04-24T16:41:27.503001
  
44818 / tcp
2087396567 | 2024-04-21T20:12:53.676399
  
47990 / tcp
1758994290 | 2024-04-15T23:22:54.553965
  
49152 / tcp
-2089734047 | 2024-04-26T04:06:30.849703
  
50000 / tcp
1231376952 | 2024-04-27T03:00:55.880136
  
50100 / tcp
580340387 | 2024-04-10T03:51:11.867300
  
55000 / tcp
-1990350878 | 2024-03-30T04:06:40.082031
  
55442 / tcp
-1730858130 | 2024-04-26T05:38:03.143759
  
55443 / tcp
117101543 | 2024-04-16T16:25:10.846294
  
55553 / tcp
1396488228 | 2024-04-21T22:03:06.464962
  
60129 / tcp
-1699556818 | 2024-04-26T00:51:40.673047
  
61613 / tcp
401555314 | 2024-04-04T02:05:43.400281
  
61616 / tcp
-860824904 | 2024-04-27T02:27:33.279476
  
62078 / tcp



Contact Us

Shodan ® - All rights reserved