-
Notifications
You must be signed in to change notification settings - Fork 0
/
incident-response.html
419 lines (362 loc) · 20.1 KB
/
incident-response.html
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
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
<!DOCTYPE html>
<html dir="ltr" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- ==== Document Title ==== -->
<title>Arcotics - Arcotic Solutions</title>
<!-- ==== Document Meta ==== -->
<meta name="author" content="">
<meta name="description" content="">
<meta name="keywords" content="">
<!-- ==== Favicons ==== -->
<link rel="icon" href="fav.png" type="image/png">
<!-- ==== Google Font ==== -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,900%7CLato:300,400i,900%7CRaleway:100,300,300i,400,500,500i,600,700">
<!-- ==== Font Awesome ==== -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- ==== Bootstrap Framework ==== -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- ==== jQuery UI Plugin ==== -->
<link rel="stylesheet" href="css/jquery-ui.min.css">
<!-- ==== Owl Carousel Plugin ==== -->
<link rel="stylesheet" href="css/owl.carousel.min.css">
<!-- ==== Bar Rating Plugin ==== -->
<link rel="stylesheet" href="css/fontawesome-stars-o.min.css">
<!-- ==== Main Stylesheet ==== -->
<link rel="stylesheet" href="style.css">
<!-- ==== Responsive Stylesheet ==== -->
<link rel="stylesheet" href="css/responsive-style.css">
<!-- ==== Theme Color Stylesheet ==== -->
<link rel="stylesheet" href="css/colors/theme-color-9.css" id="changeColorScheme">
<!-- ==== Custom Stylesheet ==== -->
<link rel="stylesheet" href="css/custom.css">
<!-- ==== HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries ==== -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Preloader Start -->
<div id="preloader">
<div class="preloader--spinners">
<span class="preloader--spinner"></span>
<span class="preloader--spinner"></span>
</div>
</div>
<!-- Preloader End -->
<!-- Wrapper Start -->
<div class="wrapper">
<!-- Header Section Start -->
<header class="header--section">
<!-- Header Topbar Start -->
<div class="header--topbar">
<div class="container">
<!-- Header Topbar Social Start -->
<ul class="nav social float--left hidden-xs">
<li><a href="https://www.facebook.com/arcoticsolutions/"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/arcotics"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.linkedin.com/in/arcotic-solution-6a4a4b186/"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
</ul>
<!-- Header Topbar Social End -->
<!-- Header Topbar Button Start -->
<ul class="nav button float--right">
<li><a href="https://arcoticsolutions.com/quote.html" class="btn btn-sm btn-primary" data-toggle="modal">Get Quote</a></li>
</ul>
<!-- Header Topbar Button End -->
<!-- Header Topbar Links Start -->
<ul class="nav links float--right">
<li><a href="mailto:[email protected]"><span>Email Us</span> </a></li>
<li class="hidden-xs"><a href="tel:+923222138989"><span>UAN : (+92) 3222138989</span> </a></li>
</ul>
<!-- Header Topbar Links End -->
</div>
</div>
<!-- Header Topbar End -->
<!-- Header Navbar Start -->
<nav class="header--navbar navbar" data-trigger="sticky">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#headerNav">
<span class="sr-only">Toggle Navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Logo Start -->
<a href="index.html" class="navbar-brand">
<img src="img/logo.png" alt="">
</a>
<!-- Logo End -->
</div>
<!-- Header Cart End -->
<div id="headerNav" class="navbar-collapse collapse float--right">
<!-- Header Nav Links Start -->
<ul class="header--nav-links nav">
<li><a href="index.html">Home</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Services</a>
<ul class="dropdown-menu">
<li><a href="web-development.html">Web App. Development</a></li>
<li><a href="mob-app-development.html">Mobile App. Development</a></li>
<li><a href="ecommerce-development.html">E-Commerce App. Development</a></li>
<li><a href="pentesting.html">Web/Mob App. Pentesting</a></li>
<li><a href="incident-response.html">Incident Response</a></li>
<li><a href="security-consulting.html">Security Consulting</a></li>
<li><a href="seo.html">SEO Services</a></li>
<li><a href="social-media-marketing.html">Social Media Marketing</a></li>
</ul>
</li>
<li><a href="careers.html">Career</a></li>
<li><a href="about-us.html">About Us</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Support</a>
<ul class="dropdown-menu">
<li><a href="contact-us.html">Contact</a></li>
<li><a href="faq.html">FaQ</a></li>
</ul>
</li>
</ul>
<!-- Header Nav Links End -->
</div>
</div>
</nav>
<!-- Header Navbar End -->
</header>
<!-- Header Section End -->
<!-- Page Header Section Start -->
<section class="page--header--section pt--130 pb--150 bg--overlay" data-bg-img="img/page-header-img/bg.jpg">
<div class="container">
<!-- Page Header Breadcrumb Start -->
<div class="page--header-breadcrumb text-uppercase text-center">
<ol class="breadcrumb">
<li><a href="index.html" class="btn-link">Home</a></li>
<li><a href="incident-response.html" class="btn-link">Incident-Response</a></li>
</ol>
</div>
<!-- Page Header Breadcrumb End -->
<!-- Page Header Title Start -->
<div class="page--header-title text-uppercase text-center">
<h2 class="h1">Incident Security Response</h2>
</div>
<!-- Page Header Title End -->
</div>
</section>
<!-- Page Header Section End -->
<!-- Page Content Section Start -->
<section class="page--content--section pt--80 pb--20">
<div class="container">
<div class="row row--vc-md">
<div class="col-md-5 col-sm-6 pb--60">
<!-- Page Content Image Start -->
<div class="page--content-img" data-scroll-reveal="left">
<img src="img/services-img/6.jpg" alt="">
</div>
<!-- Page Content Image End -->
</div>
<div class="col-md-7 col-sm-6 pb--60">
<!-- Page Content Inner Start -->
<div class="page--content-inner" data-scroll-reveal="right">
<div class="title">
<h2 class="h1">Incident Security Response By Arcotics</h2>
</div>
<div class="sub-title">
<h3 class="h3">Our investigators use a variety of techniques to examine the disks using forensics applications incidently.</h3>
</div>
<div class="desc">
<p>Get a prompt access to the incident response experts when you smell or suspect a cyber attack or a data breach. Our experienced and qualified consultants will facilitate the organization to handle cyber security threats and major incidents in a suitable way.<BR><BR> We will rapidly investigate the nature and scope of the incident and will quickly move forward to the remediation operations and data recovery process. In order to decrease the risks of your clients and users suffering from a data breach or a cyber attack you may implement the advance system security practices. <BR><BR> We ensure that this will limit the potential damages, cost of money, business loss and also will reduce the downtime during a cyber attack.</p>
</div>
</div>
<!-- Page Content Inner End -->
</div>
</div>
</div>
</section>
<!-- Page Content Section End -->
<!-- Footer Section Start -->
<footer class="footer--section" data-bg-img="img/footer-img/footer-widget-bg.jpg">
<!-- Footer Widgets Start -->
<div class="footer--widgets pt--90 pb--30">
<div class="container">
<div class="row AdjustRow">
<div class="col-md-3 col-xs-6 col-xss-12 pb--60">
<!-- Widget Start -->
<div class="widget">
<!-- About Widget Start -->
<div class="about--widget">
<div class="logo">
<img src="img/logo.png" alt="">
</div>
<address><BR>
<p>Arcotic Solutions (arcotics;) are the provider of supreme and advance application development and security services in order to securely develop your business .</p>
</address>
</div>
<!-- About Widget End -->
</div>
<!-- Widget End -->
</div>
<div class="col-md-3 col-xs-6 col-xss-12 pb--60">
<div class="about--widget">
<dl>
<dt><i class="fa fa-envelope-o"></i>Email</dt>
<dd>
<p>
<span>Info:</span>
<a href="mailto:[email protected]" class="btn-link">[email protected]</a>
</p>
<p>
<span>Sales:</span>
<a href="mailto:[email protected]" class="btn-link">[email protected]</a>
</p>
</dd>
</dl>
<dl>
<dt><i class="fa fa-phone"></i>Phone</dt>
<dd>
<p>
<span>UAN :</span>
<a href="tel:+923166991337" class="btn-link">(+92) 3222138989</a>
</p>
</dd>
</dl>
</div>
<!-- Widget Start -->
<!-- Widget End -->
</div>
<div class="col-md-3 col-xs-6 col-xss-12 pb--60">
<!-- Widget Start -->
<div class="widget">
<h2 class="h4 widget--title text-uppercase">Services</h2>
<!-- Links Widget Start -->
<div class="links--widget">
<ul class="nav">
<li><a href="web-development.html">Web & Mob App. Development</a></li>
<li><a href="ecommerce-development.html">e-Commerce Development</a></li>
<li><a href="pentesting.html">Penetration Testing</a></li>
<li><a href="incident-response.html">Incident Security Response</a></li>
<li><a href="security-consulting.html">Security Consulting</a></li>
</ul>
</div>
<!-- Links Widget End -->
</div>
<!-- Widget End -->
</div>
<div class="col-md-3 col-xs-6 col-xss-12 pb--60">
<!-- Widget Start -->
<div class="widget">
<h2 class="h4 widget--title text-uppercase">Company/Support</h2>
<!-- Links Widget Start -->
<div class="links--widget">
<ul class="nav">
<li><a href="about-us.html">About Us</a></li>
<li><a href="team.html">Our Team</a></li>
<li><a href="careers.html">Careers</a></li>
<li><a href="contact-us.html">Contact Us</a></li>
<li><a href="faq.html">FAQ</a></li>
</ul>
</div>
<!-- Links Widget End -->
</div>
<!-- Widget End -->
</div>
</div>
</div>
</div>
<!-- Footer Widgets End -->
<!-- Footer Copyright Start -->
<div class="footer--copyright pt--30 pb--30">
<div class="container">
<ul class="social nav">
<li><a href="https://www.facebook.com/arcoticsolutions/"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/arcotics"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.linkedin.com/in/arcotic-solution-6a4a4b186/"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
</ul>
<p class="copyright--text">Copyright 2023 © Arcotic Solutions Pvt. Ltd. All Rights Reserved.</p>
</div>
</div>
<!-- Footer Copyright End -->
</footer>
<!-- Footer Section End -->
</div>
<!-- Wrapper End -->
<!-- Login Form Start -->
<div id="loginForm" class="login--form modal fade">
<div class="modal-dialog">
<div class="modal-content">
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span></button>
<div class="modal-body">
<div class="title">
<h2 class="h4">Login</h2>
</div>
<form action="http://billing.ywhmcs.com/dologin.php" data-form="validate">
<div class="form-group">
<input type="email" name="username" placeholder="Your Email" class="form-control" required>
</div>
<div class="form-group">
<input type="password" name="password" placeholder="Password" class="form-control" required>
</div>
<input type="hidden" name="systpl" value="CloudSky">
<p class="help-block"><a href="http://billing.ywhmcs.com/pwreset.php?systpl=CloudSky">Forgot Your Password?</a></p>
<button type="submit" class="btn btn-block btn-default text-uppercase">Login</button>
</form>
</div>
</div>
</div>
</div>
<!-- Login Form End -->
<!-- Cookie Notification Start -->
<div id="cookieNotify" class="hidden">
<div class="alert bg--c-darkgray--b">
<button class="close" data-dismiss="alert">×</button>
<div class="container">
<button data-dismiss="alert" class="btn btn-sm btn-primary float--right">GOT IT!</button>
<p>By using our website you accept our Cookies Policy. </p>
</div>
</div>
</div>
<!-- Cookie Notification End -->
<!-- Back To Top Button Start -->
<div id="backToTop">
<a href="#" class="btn btn-lg btn-default active"><i class="fa fa-chevron-up"></i></a>
</div>
<!-- Back To Top Button End -->
<!-- ==== jQuery Library ==== -->
<script src="js/jquery-3.2.1.min.js"></script>
<!-- ==== jQuery UI ==== -->
<script src="js/jquery-ui.min.js"></script>
<!-- ==== jQuery UI Touch Punch ==== -->
<script src="js/jquery.ui.touch-punch.min.js"></script>
<!-- ==== Bootstrap Framework ==== -->
<script src="js/bootstrap.min.js"></script>
<!-- ==== StickyJS Plugin ==== -->
<script src="js/jquery.sticky.min.js"></script>
<!-- ==== Owl Carousel Plugin ==== -->
<script src="js/owl.carousel.min.js"></script>
<!-- ==== Waypoints Plugin ==== -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- ==== Counter-Up Plugin ==== -->
<script src="js/jquery.counterup.min.js"></script>
<!-- ==== Counter Down Plugin ==== -->
<script src="js/jquery.countdown.min.js"></script>
<!-- ==== Validation Plugin ==== -->
<script src="js/jquery.validate.min.js"></script>
<!-- ==== Isotope Plugin ==== -->
<script src="js/isotope.min.js"></script>
<!-- ==== Zoom Plugin ==== -->
<script src="js/jquery.zoom.min.js"></script>
<!-- ==== Bar Rating Plugin ==== -->
<script src="js/jquery.barrating.min.js"></script>
<!-- ==== Scroll Reveal Plugin ==== -->
<script src="js/scrollreveal.min.js"></script>
<!-- ==== RetinaJS Plugin ==== -->
<script src="js/retina.min.js"></script>
<!-- ==== Google Map API ==== -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBK9f7sXWmqQ1E-ufRXV3VpXOn_ifKsDuc"></script>
<!-- ==== Main JavaScript ==== -->
<script src="js/main.js"></script>
</body>
</html>