-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservice-incident-malware.html
104 lines (97 loc) · 5.25 KB
/
service-incident-malware.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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml: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"/>
<meta name="description"
content="T-800 Cybersecurity offers services such as incident management and malware analysis to clients who suffered from a data breach or security incidents."/>
<title>Incident Management, Web Malware Analysis | T-800 Cybersecurity</title>
<link rel="stylesheet" href="style.css"/>
<link rel="stylesheet" media="screen" href="https://fontlibrary.org//face/acari-sans-neue" type="text/css"/>
<meta name="theme-color" content="#ffffff"/>
<link rel="icon" href="./Images/LOGO.svg"/>
<link rel="mask-icon" href="./Images/LOGO.svg" color="#000000"/>
<link rel="apple-touch-icon" href="favicon.png"/>
</head>
<body>
<header>
<nav class="container">
<div class="grid">
<a id="logo" title="homepage" href="./index.html"><img class="item" alt="t-800 cybersecurity logo"
src="./Images/LOGO+Name.svg" width="1000" height="305"/></a>
<form id="form" class="item">
<label for="query">Search for a topic</label><br/><input type="search" id="query" name="q"
placeholder=" Search..."/>
<a href="#" title="search" class="button">Go!</a>
</form>
<a class="item center" title="homepage" href="index.html">Home</a>
<a class="active item center" title="services" href="services.html">Services</a>
<a class="item center" title="products" href="products.html">Products</a>
<a class="item center" title="publications" href="publications.html">Publications</a>
<a class="item center" title="blog" href="blog.html">Blog</a>
<a class="item center" title="about us" href="about-us.html">About Us</a>
</div>
<div>
<a title="home" href="index.html">Home</a>
>
<a title="services" href="services.html">Services</a>
>
<a title="service incident malware" href="service-incident-malware.html">Incident Management, Web Malware
Analysis</a>
</div>
</nav>
</header>
<main>
<div class="imagespacer" style="background-image: url('./Images/malware_800x533.jpg')"></div>
<div class="content">
<span class="content credit">Credit: <a title="credit" href="https://www.flickr.com/photos/cyberhades/">https://www.flickr.com/photos/cyberhades/ </a></span>
</div>
<div class="content">
<aside>
<h2>Our plans</h2>
<ul>
<li>Plan 1: $100</li>
<li>Plan 2: $100</li>
</ul>
<div class="content center"><a title="about us" class="button" href="about-us.html" target="_blank">Contact
Us</a></div>
</aside>
</div>
<section>
<div class="content">
<h1>Incident Management, Web Malware Analysis</h1>
<p>
Security is serious business. We understand that every day. That's why we're endlessly committed
to providing the best incident management, web malware analysis, and hacked website services
for enterprise-level companies. We'll help you stay secure with our full suite of malware
prevention solutions and elite service teams. Protect your company from cyber threats by
getting a real-time analysis of your website. We can monitor, block and report any incidents
as they arise to make sure that you are always in control of your data
</p>
<p>
Further we can help you in making the backend a bit safer. T-800 has helped migrating millions
of user accounts to secure password storage and communicating security fixes to unwilling third-party
vendors. Our team has years of academic and industry experience in web malware analysis, code
deobfuscation
and attack detection. We offer daily coverage, 24/7.
</p>
</div>
<div class="imagespacer" style="background-image: url('./Images/server_400x266.jpg')"></div>
<div class="content">
<span class="content credit">Credit: <a title="credit" href="https://www.flickr.com/people/8718930@N07/">https://www.flickr.com/people/8718930@N07/ </a></span>
</div>
</section>
</main>
<footer>
<div class="imglist">
<span>@Copyright 2023 by T-800 Cybersecurity. All rights reserved.</span>
<a title="share" href="#"><img class="icon" src="./Images/share.png" alt="share option"/></a>
<a title="whatsapp" href="#"><img class="icon" src="./Images/whatsapp.png" alt="share on whatsapp"/></a>
<a title="linkedin" href="#"><img class="icon" src="./Images/linkedin.png" alt="share on linkedin"/></a>
<a title="twitter" href="#"><img class="icon" src="./Images/twitter.png" alt="share on twitter"/></a>
<a title="facebook" href="#"><img class="icon" src="./Images/facebook.png" alt="share on facebook"/></a>
</div>
</footer>
</body>
</html>