-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlockbit-crypto.htm
367 lines (310 loc) · 13.1 KB
/
lockbit-crypto.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
<!DOCTYPE html>
<html lang="en"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"><script data-noload="1" src="lockbit-crypto_files/jquery.min.js"></script>
<script data-noload="1" src="lockbit-crypto_files/core.js"></script>
<style>
html, body {
/*width: 1600px;*/
/*min-width: 1600px;*/
}
.preloader_global {
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
}
.loader {
}
.loader svg {
position: absolute;
-webkit-animation: triangulate 1.5s ease infinite;
animation: triangulate 1.5s ease infinite;
}
.loader .loader-triangle {
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s;
fill: #FF5A5A;
}
.loader .loader-square {
-webkit-animation-delay: -1s;
animation-delay: -1s;
fill: #62AAFF;
}
.loader .loader-pentagon {
-webkit-animation-delay: 0;
animation-delay: 0;
fill: #FFD220;
}
.containerr {
display: flex; /* Use flexbox to layout children */
}
.post-company-content p{
color: black !important;
}
.post-company-content > ul {
list-style-type: square;
color: black;
}
/* Style for the image */
.containerr img {
float: left;
}
/* Style for the text */
.containerr .text {
float: right;
}
.svg-container {
display: flex; /* Use Flexbox */
justify-content: center; /* Center children horizontally */
align-items: center; /* Center children vertically */
height: 100px; /* Set a height for the container */
gap: 10px; /* Optional: adds space between SVGs */
}
.banner {
display: flex;
background-color: red;
color: white;
}
.banner-message {
flex: 3; /* Takes up 3/5ths of the space */
font-size: 18px; /* Example font size, adjust as needed */
font-weight: bold;
padding-top:5px;
padding-left: 10px;
}
.banner-images {
}
.post-timer { width: 100%; text-align: center; font-weight: bold}
.footer-boder img {
width: 96px;
}
ul>li { color: black; }
@keyframes triangulate {
0%, 100% {
transform: translate3d(-130px, -75px, 30px) rotate(0);
}
33% {
transform: translate3d(77px, -75px, 30px);
}
66% {
transform: translate3d(-16px, 75px, 30px) rotate(360deg);
}
}
@keyframes rotate {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
</style>
<script type="text/javascript" src="lockbit-crypto_files/main.js"></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="lockbit-crypto_files/app.css">
<link rel="stylesheet" href="lockbit-crypto_files/bootstrap-min.css">
<link rel="stylesheet" href="lockbit-crypto_files/style.css">
<link rel="stylesheet" href="lockbit-crypto_files/blog.css">
<link rel="stylesheet" href="lockbit-crypto_files/jquery.countup.css">
<title>LockBit BLOG</title>
</head>
<body class="page">
<div class="header">
<img src="lockbit-crypto_files/loading.gif" id="loading_global">
<div class="container h-100 d-flex align-items-center justify-content-between">
<div class="d-flex align-items-center">
<div class="header-logo">
<a href="index.htm">
<img src="lockbit-crypto_files/Logo.png" alt="">
</a>
</div>
<div class="header-img-leaked">
<a href="index.htm">
<img src="lockbit-crypto_files/leaker.svg" alt="">
</a>
</div>
</div>
<div class="container-header">
<div class="banner" height="100px">
<div class="banner-message">
THIS SITE IS NOW UNDER THE CONTROL OF THE UK, THE US AND THE CRONOS TASK FORCE
</div>
<div class="banner-images">
<img src="lockbit-crypto_files/nca-black.png" width="140px" height="50px">
<img src="lockbit-crypto_files/Seal_of_the_Federal_Bureau_of_Investigation.svg.png" width="100px" height="100px">
<img src="lockbit-crypto_files/europol_vertical_logo_RGB_White.png" style="width: auto; height: 100px;">
</div>
</div>
</div>
</div>
</div>
<div class="container pb-3">
<div class="post-wrapper" data-browse="">
<div class="post-banner post-page d-none">
<div>files</div>
<div class="timer">are encrypted</div>
<div>by Lock
<span class="red">Bit</span>
</div>
</div>
<div class="post-banner post-page">
</div>
<!-- <p class="post-banner-p">Deadline: 26 Jan, 2024 18:44:51 UTC </p>-->
<div class="post-company-info">
<div class="post-company-img">
<img src="lockbit-crypto_files/Bitcoin.svg.png" alt="" width="100px" height="100px">
</div>
<div class="post-company-content">
<div class="post-big-title">
An insight as to the financial impact and profits of the group
</div>
<div class="desc">
<p>Lockbit have carried out thousands of
confirmed attacks over their 4 year lifespan, meaning their impact can
be measured in the multi-billions of dollars globally. Based on NCA
access to their systems, we provide some headline assessments of their
profits, and are linking crypto transactions to the group and their
affiliates.</p>
<p>A key partner in the broader UK investigation, the South West
Regional Organised Crime Unit, supported by Chainalysis, has led in the
tracking and monitoring of thousands of cryptocurrency addresses linked
to Lockbit. Lockbit exposed exchange accounts are also being targeted,
with hundreds of thousands of USD worth of crypto assets across more
than 85 accounts currently restricted by Binance. We continue to
progress this work and more details will come to light as we progress
the investigation.</p>
<img src="lockbit-crypto_files/Infographic.png">
</div>
<div class="uploaded-updated-date">
<div class="uploaded-date">
<div class="uploaded-date-label">Uploaded:</div>
<div class="uploaded-date-utc">26 Jan, 2024 13:21 UTC
</div>
</div>
<div class="updated-date">
<div class="updated-date-label">Updated:</div>
<div class="updated-date-utc">07 Feb, 2024 10:08 UTC
</div>
</div>
</div>
</div>
</div>
<!--End Of Modal Blocks For Paying Buttons-->
<!--Modal Block For Paying Buttons (Download Torrent)-->
<!--
End of Modal Block For Paying Buttons (Download Torrent)
-->
<!--
End Of Modal Blocks For Paying Buttons
-->
<!--
End Of Paying Block
-->
<div id="myScroller" class="thumb-scroller">
<!--
Timers and downloads block
-->
<!--
If additional timer is set up and it !==0 then all buttons have attribute nonactive
-->
<div class="additional-timer-block">
<div>
</div>
</div>
<!--
Timers and download file block
-->
<!--
If timer !==0 (and there are files, archives, torrents or mirrors) all buttons have attribute nonactive
-->
<div class="post-download-block mb-3">
<div class="download-buttons-block mb-3">
</div>
</div>
</div>
<!-- <iframe id="hidden_frame" name="hidden_frame" style="width:0;height:0;border:0;visibility: hidden" frameborder="0"></iframe>-->
<!--<div class="footer-boder">-->
<!--<div class="p-3 ml-md-5 ml-md-6 ml-md-7 mr-xl-3 ml-sm-5 mr-3 ml-5 d-flex justify-content-md-center justify-content-end">-->
<!-- <div class="row ml-md-5 ml-md-6 ml-md-7 d-block d-sm-flex">-->
<!-- <div class="col-xxl-4 col-xl-4 col-md-6 col-sm-6">-->
<!-- <a href="https://twitter3e4tixl4xyajtrzo62zg5vztmjuricljdp2c5kshju4avyoid.onion/search?q=lockbit&src=typeahead_click" class="footer-link-ref footer-arrow tweet-img" target="_blank">-->
<!-- Twitter-->
<!-- </a>-->
<!-- </div>-->
<!-- <div class="col-xxl-4 col-xl-4 col-md-6 col-sm-6">-->
<!-- <a href="/buybitcoin" class="footer-link-ref footer-arrow btc-img">-->
<!-- How To Buy Bitcoin-->
<!-- </a>-->
<!-- </div>-->
<!-- <div class="col-xxl-4 col-xl-4 col-md-6 col-sm-6">-->
<!-- <a href="/conditions" class="footer-link-ref footer-arrow press-img">-->
<!-- Contact us-->
<!-- </a>-->
<!-- </div>-->
<!-- <div class="col-xxl-4 col-xl-4 col-md-6 col-sm-6">-->
<!-- <a href="http://lockbitapt6vx57t3eeqjofwgcglmutr3a35nygvokja5uuccip4ykyd.onion/" class="footer-link-ref footer-arrow blog-img" target="_blank">-->
<!-- Press about us-->
<!-- </a>-->
<!-- </div>-->
<!-- <div class="col-xxl-4 col-xl-4 col-md-6 col-sm-6">-->
<!-- <a href="/rules" class="footer-link-ref footer-arrow rules-img">-->
<!-- Affiliate Rules-->
<!-- </a>-->
<!-- </div>-->
<!-- <div class="col-xxl-4 col-xl-4 col-md-6 col-md-6 col-sm-6">-->
<!-- <a href="/mirrors" class="footer-link-ref footer-arrow mirrors-img">-->
<!-- Mirrors-->
<!-- </a>-->
<!-- </div>-->
<!-- </div>-->
<!--</div>-->
<!--</div>-->
<!--<div class="countup-block">-->
<!-- <div class="countup-title">We've been working since September 3, 2019</div>-->
<!-- <div class="countup" id="countup1">-->
<!-- <span class="timeel years">00</span>-->
<!-- <span class="timeel timeRefYears">years</span>-->
<!-- <span class="timeel days">00</span>-->
<!-- <span class="timeel timeRefDays">days</span>-->
<!-- <span class="timeel hours">00</span>-->
<!-- <span class="timeel timeRefHours">hours</span>-->
<!-- <span class="timeel minutes-countup">00</span>-->
<!-- <span class="timeel timeRefMinutes">minutes</span>-->
<!-- <span class="timeel seconds-countup">00</span>-->
<!-- <span class="timeel timeRefSeconds">seconds</span>-->
<!-- </div>-->
<!-- <div class="row">-->
<!-- <div class="col-md-12">-->
<!-- <a href="/bug-bounty" class="bugbounty-link">Web Security & Bug Bounty</a>-->
<!-- </div>-->
<!--</div>-->
<!--<script src="/public/js/sweetalert2.all.min.js"></script>-->
<!--<script src="/public/timer/countup/jquery.countup.js"></script>-->
<!--<script src="/public/timer/js/script.js"></script>-->
<!--<script src="/public/js/bootstrap.bundle.min.js"></script>-->
<!--<script src="/public/js/modal.js" type="text/javascript"></script>-->
</div>
</div>
<!--<script src="/public/js/listing.js"></script>-->
<div class="footer-boder" style="text-align: center; ">
<img src="lockbit-crypto_files/NCA_Logo_Black.png" alt="">
<img src="lockbit-crypto_files/Seal_of_the_Federal_Bureau_of_Investigation.png" alt="">
<img src="lockbit-crypto_files/Dept%20of%20Justice.png" alt="">
<img src="lockbit-crypto_files/Europol_logo.png" alt="">
<img src="lockbit-crypto_files/SW_ROCU_Logo_Sept-2019.png" alt="">
<img src="lockbit-crypto_files/Met%20Police%20logo%20(Blue).png" alt="">
<img src="lockbit-crypto_files/Logo%20Dutch%20Police%202.jpg" alt="">
<img src="lockbit-crypto_files/Kanton%20Zurich.png" alt="">
<br>
<img src="lockbit-crypto_files/BKA-Logo.png" alt="">
<img src="lockbit-crypto_files/LKA.png">
<img src="lockbit-crypto_files/Gendarmerie_nationale_logo.png" alt="">
<img src="lockbit-crypto_files/FR%20additional.png" alt="">
<img src="lockbit-crypto_files/Finland%20Poliisi.png" alt="">
<img src="lockbit-crypto_files/Coat_of_arms_of_the_Royal_Canadian_Mounted_Police.png" alt="">
<img src="lockbit-crypto_files/Japanese%20National%20Police%20Agency.png" alt="">
<img src="lockbit-crypto_files/Swedish%20Polisen.png" alt="">
</div>
</body></html>