-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreport-transportation.html
118 lines (108 loc) · 6.11 KB
/
report-transportation.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
<!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 performs security research in the transportation sector since the integration of IT has become a trend in the automotive industry."/>
<title>Transportation | 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">
<a href="#" title="search" class="button">Go!</a>
<label for="query">Search for a topic</label><br/><input type="search" id="query" name="q"
placeholder=" Search..."/>
</form>
<a class="item center" title="homepage" href="index.html">Home</a>
<a class="item center" title="services" href="services.html">Services</a>
<a class="item center" title="products" href="products.html">Products</a>
<a class="active 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="publications" href="publications.html">Publications</a>
>
<a title="transportation" href="report-transportation.html">Transportation</a>
</div>
</nav>
</header>
<main>
<section>
<div class="content">
<h1>Transportation</h1>
<div class="imagespacer" style="background-image: url('./Images/server_400x266.jpg')"></div>
<div class="content">
<span class="content credit">Credit: <a title="credits"
href="https://www.flickr.com/people/8718930@N07/">https://www.flickr.com/people/8718930@N07/ </a></span>
</div>
<p> The Department of Transportation (DOT) is responsible for ensuring the safety and security of our
nation’s transportation systems, which includes airports, seaports, railways, highways, and pipelines.
In recent
years, the DOT has taken significant steps to improve the security of these systems against terrorist
threats
and other hazards.
</p>
<p>
In particular, the DOT has been working to improve the security of the transportation system against
cyber threats. The DOT’s Office of Intelligence and Analysis is responsible for collecting and analyzing
intelligence
information to support the department’s cybersecurity efforts.
</p>
<p>
The DOT has also established the National Cybersecurity and Communications Integration Center (NCCIC) to
help coordinate the government’s response to cyber incidents. The NCCIC is a 24/7 operation that works
with the private
sector and other government agencies to provide information about cybersecurity threats and to help
protect the
transportation infrastructure.
</p>
<p>
In addition to these efforts, the DOT is working on a number of other initiatives to improve the
security of the transportation system against cyber threats. For example, the department is working on
standards for the
secure development and deployment of technology in the transportation sector.
</p>
<p>
The DOT is also working to raise awareness about cybersecurity threats and to educate the transportation
workforce about how to protect against them. The department has developed a variety of training
materials and
resources, including an online Cybersecurity Awareness Training Course, to help address these needs.
</p>
<p>The DOT’s efforts to improve the security of the transportation system against cyber threats are
important because the system is critical to the economy and the safety of the American people. The
department’s work in
this area will help to ensure that the transportation system can continue to operate safely and securely
in the face of
evolving cyber threats.
</p>
<a title="download" class="button" href="">Download report</a>
</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>