Advertisement
Guest User

Untitled

a guest
Dec 6th, 2018
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.04 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml"
  3. xmlns:v="urn:schemas-microsoft-com:vml"
  4. xmlns:o="urn:schemas-microsoft-com:office:office">
  5. <head>
  6. <!--[if gte mso 9]><xml>
  7. <o:OfficeDocumentSettings>
  8. <o:AllowPNG/>
  9. <o:PixelsPerInch>96</o:PixelsPerInch>
  10. </o:OfficeDocumentSettings>
  11. </xml><![endif]-->
  12. <!-- fix outlook zooming on 120 DPI windows devices -->
  13. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  14. <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- So that mobile will display zoomed in -->
  15. <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- enable media queries for windows phone 8 -->
  16. <meta name="format-detection" content="date=no"> <!-- disable auto date linking in iOS 7-9 -->
  17. <meta name="format-detection" content="telephone=no"> <!-- disable auto telephone linking in iOS 7-9 -->
  18. <title>EY Cyber Security News Letter</title>
  19. <style>
  20. .header,
  21. .title,
  22. .subtitle,
  23. .footer-text {
  24. font-family: Helvetica, Arial, sans-serif;
  25. }
  26.  
  27. .header {
  28. font-size: 24px;
  29. font-weight: bold;
  30. padding-bottom: 12px;
  31. color: #ead10a;
  32. }
  33.  
  34. .footer-text {
  35. font-size: 12px;
  36. line-height: 16px;
  37. color: #aaaaaa;
  38. }
  39. .footer-text a {
  40. color: #aaaaaa;
  41. }
  42.  
  43. .container {
  44. width: 600px;
  45. max-width: 600px;
  46. }
  47.  
  48. .container-padding {
  49. padding-left: 24px;
  50. padding-right: 24px;
  51. }
  52.  
  53. .content {
  54. padding-top: 12px;
  55. padding-bottom: 12px;
  56. background-color: #ffffff;
  57. }
  58.  
  59. code {
  60. background-color: #eee;
  61. padding: 0 4px;
  62. font-family: Menlo, Courier, monospace;
  63. font-size: 12px;
  64. }
  65.  
  66. hr {
  67. border: 0;
  68. border-bottom: 1px solid #cccccc;
  69. }
  70.  
  71. .hr {
  72. height: 1px;
  73. border-bottom: 1px solid #cccccc;
  74. }
  75.  
  76. .title {
  77. font-size: 18px;
  78. font-weight: 600;
  79. color: #374550;
  80. }
  81.  
  82. .subtitle {
  83. font-size: 16px;
  84. line-height: 22px;
  85. font-weight: 600;
  86. color: #5d5b4e;
  87. }
  88. .subtitle span {
  89. font-weight: 400;
  90. color: #999999;
  91. }
  92.  
  93. .body-text {
  94. font-family: Helvetica, Arial, sans-serif;
  95. font-size: 14px;
  96. line-height: 20px;
  97. text-align: left;
  98. color: #333333;
  99. }
  100.  
  101. .content-wrapper {
  102. padding-left: 24px;
  103. padding-right: 24px;
  104. }
  105.  
  106. .col,
  107. .cols-wrapper {
  108. padding-left: 12px;
  109. padding-right: 12px;
  110. }
  111.  
  112. .col {
  113. padding-top: 18px;
  114. padding-bottom: 12px;
  115. }
  116.  
  117. .col-copy {
  118. font-family: Helvetica, Arial, sans-serif;
  119. font-size: 13px;
  120. line-height: 20px;
  121. text-align: left;
  122. color: #333333;
  123. }
  124.  
  125. .img-wrapper td {
  126. padding-bottom: 18px;
  127. }
  128.  
  129. .subtitle {
  130. padding-bottom: 6px;
  131. }
  132.  
  133. a[href^="x-apple-data-detectors:"],
  134. a[x-apple-data-detectors] {
  135. color: inherit !important;
  136. text-decoration: none !important;
  137. font-size: inherit !important;
  138. font-family: inherit !important;
  139. font-weight: inherit !important;
  140. line-height: inherit !important;
  141. }
  142.  
  143. body {
  144. margin: 0;
  145. padding: 0;
  146. -ms-text-size-adjust: 100%;
  147. -webkit-text-size-adjust: 100%;
  148. }
  149.  
  150. table {
  151. border-spacing: 0;
  152. }
  153.  
  154. table td {
  155. border-collapse: collapse;
  156. }
  157.  
  158. .ExternalClass {
  159. width: 100%;
  160. }
  161.  
  162. .ExternalClass,
  163. .ExternalClass p,
  164. .ExternalClass span,
  165. .ExternalClass font,
  166. .ExternalClass td,
  167. .ExternalClass div {
  168. line-height: 100%;
  169. }
  170.  
  171. .ReadMsgBody {
  172. width: 100%;
  173. background-color: #ebebeb;
  174. }
  175.  
  176. table {
  177. mso-table-lspace: 0pt;
  178. mso-table-rspace: 0pt;
  179. }
  180.  
  181. img {
  182. -ms-interpolation-mode: bicubic;
  183. }
  184.  
  185. .yshortcuts a {
  186. border-bottom: none !important;
  187. }
  188.  
  189. @media screen and (max-width: 599px) {
  190. .force-row,
  191. .container {
  192. width: 100% !important;
  193. max-width: 100% !important;
  194. }
  195. }
  196. @media screen and (max-width: 400px) {
  197. .container-padding {
  198. padding-left: 12px !important;
  199. padding-right: 12px !important;
  200. }
  201. }
  202. .ios-footer a {
  203. color: #aaaaaa !important;
  204. text-decoration: underline;
  205. }
  206.  
  207. @media screen and (max-width: 599px) {
  208. .col {
  209. width: 100% !important;
  210. border-top: 1px solid #eee;
  211. padding-bottom: 0 !important;
  212. }
  213.  
  214. .cols-wrapper {
  215. padding-top: 18px;
  216. }
  217.  
  218. .img-wrapper {
  219. float: right;
  220. max-width: 40% !important;
  221. height: auto !important;
  222. margin-left: 12px;
  223. }
  224.  
  225. .subtitle {
  226. margin-top: 0 !important;
  227. }
  228. }
  229. @media screen and (max-width: 400px) {
  230. .cols-wrapper {
  231. padding-left: 0 !important;
  232. padding-right: 0 !important;
  233. }
  234.  
  235. .content-wrapper {
  236. padding-left: 12px !important;
  237. padding-right: 12px !important;
  238. }
  239. }
  240.  
  241. </style>
  242.  
  243. </head>
  244.  
  245. <body style="margin:0; padding:0;" bgcolor="#333333" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
  246.  
  247. <!-- 100% background wrapper (grey background) -->
  248. <table border="0" width="100%" height="100%" cellpadding="0" cellspacing="0" bgcolor="#333333">
  249. <tr>
  250. <td align="center" valign="top" bgcolor="#333333" style="background-color: #333333;">
  251.  
  252. <br>
  253.  
  254. <!-- 600px container (white background) -->
  255. <table border="0" width="600" cellpadding="0" cellspacing="0" class="container">
  256. <tr>
  257.  
  258.  
  259. <td class="container-padding header" align="left">
  260. <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/35/EY_logo13.png/535px-EY_logo13.png" width="107" height="120"></img>
  261. EY Cyber Security NewsLetter v1.0
  262. </td>
  263. </tr>
  264. <tr>
  265. <td class="content" align="left">
  266.  
  267. <table width="600" border="0" cellpadding="0" cellspacing="0" class="force-row" style="width: 600px;">
  268. <tr>
  269. <td class="content-wrapper">
  270. <br>
  271. <div class="title">News of the week </div>
  272. </td>
  273. </tr>
  274.  
  275.  
  276. <tr>
  277. <td class="cols-wrapper">
  278.  
  279. <!--[if mso]>
  280. <table border="0" width="576" cellpadding="0" cellspacing="0" style="width: 576px;">
  281. <tr><td width="192" style="width: 192px;" valign="top"><![endif]-->
  282.  
  283.  
  284. <table width="192" border="0" cellpadding="0" cellspacing="0" align="left" class="force-row" style="width: 192px;">
  285. <tr>
  286. <td class="col" valign="top">
  287. <table border="0" cellpadding="0" cellspacing="0" class="img-wrapper">
  288. <tr>
  289. <td><img src="https://media.threatpost.com/wp-content/uploads/sites/103/2018/12/05104144/Flash-Player-patch.jpg" border="0" alt="The White Whale" width="168" height="110" hspace="0" vspace="0" style="max-width:100%; " class="image"></td>
  290. </tr>
  291. </table>
  292. <table border="0" cellpadding="0" cellspacing="0">
  293. <tr>
  294. <td class="subtitle">Adobe Flash Zero-Day Leveraged Via Office Docs in Campaign</td>
  295. </tr>
  296. </table>
  297. <div class="col-copy">An Adobe Flash Player zero-day exploit has been spotted in the wild as part of a widespread campaign, researchers said on Wednesday. Adobe has just issued a patch for the previously unknown critical flaw.</div>
  298. <br>
  299. </td>
  300. </tr>
  301. </table>
  302.  
  303.  
  304. <!--[if mso]></td><td width="192" style="width: 192px;" valign="top"><![endif]-->
  305.  
  306.  
  307. <table width="192" border="0" cellpadding="0" cellspacing="0" align="left" class="force-row" style="width: 192px;">
  308. <tr>
  309. <td class="col" valign="top">
  310. <table border="0" cellpadding="0" cellspacing="0" class="img-wrapper">
  311. <tr>
  312. <td><img src="https://media.threatpost.com/wp-content/uploads/sites/103/2018/10/17085307/chrome-compressor-1-1.jpg" border="0" alt="I am Ishmael" width="168" height="110" hspace="0" vspace="0" style="max-width:100%; " class="image"></td>
  313. </tr>
  314. </table>
  315. <table border="0" cellpadding="0" cellspacing="0">
  316. <tr>
  317. <td class="subtitle">Google Chrome 71 Touts 43 Fixes, Fights Ad Abuse</td>
  318. </tr>
  319. </table>
  320. <div class="col-copy">Google officially lifted the curtain on Chrome 71 for Windows, Mac and Linux on Tuesday. The latest browser version touts new security features and a slew of fixes.</div>
  321. <br>
  322. </td>
  323. </tr>
  324. </table>
  325.  
  326.  
  327. <!--[if mso]></td><td width="192" style="width: 192px;" valign="top"><![endif]-->
  328.  
  329.  
  330. <table width="192" border="0" cellpadding="0" cellspacing="0" align="left" class="force-row" style="width: 192px;">
  331. <tr>
  332. <td class="col" valign="top">
  333. <table border="0" cellpadding="0" cellspacing="0" class="img-wrapper">
  334. <tr>
  335. <td><img src="https://media.threatpost.com/wp-content/uploads/sites/103/2018/09/18093429/p1050753-e1537277708291.jpg" border="0" alt="The Albatross flew across the ocean" width="168" height="110" hspace="0" vspace="0" style="max-width:100%; " class="image"></td>
  336. </tr>
  337. </table>
  338. <table border="0" cellpadding="0" cellspacing="0">
  339. <tr>
  340. <td class="subtitle">Lawsuit Claims Pegasus Spyware Helped Saudis Spy on Khashoggi</td>
  341. </tr>
  342. </table>
  343. <div class="col-copy">The lawsuit alleges that NSO Group violated international law by allowing Pegasus to be used by oppressive regimes to hunt dissidents and journalists.</div>
  344. <br>
  345. </td>
  346. </tr>
  347. </table>
  348.  
  349.  
  350.  
  351.  
  352. <!--[if mso]></td></tr></table><![endif]-->
  353.  
  354. </td>
  355. </tr>
  356.  
  357.  
  358. <tr>
  359. <td class="cols-wrapper">
  360.  
  361. <!--[if mso]>
  362. <table border="0" width="576" cellpadding="0" cellspacing="0" style="width: 576px;">
  363. <tr><td width="192" style="width: 192px;" valign="top"><![endif]-->
  364.  
  365.  
  366. <table width="192" border="0" cellpadding="0" cellspacing="0" align="left" class="force-row" style="width: 192px;">
  367. <tr>
  368. <td class="col" valign="top">
  369. <table border="0" cellpadding="0" cellspacing="0" class="img-wrapper">
  370. <tr>
  371. <td><img src="https://media.threatpost.com/wp-content/uploads/sites/103/2018/11/13120708/BGP-Attack-Internet-Poison.jpg" border="0" alt="The White Whale" width="168" height="110" hspace="0" vspace="0" style="max-width:100%; " class="image"></td>
  372. </tr>
  373. </table>
  374. <table border="0" cellpadding="0" cellspacing="0">
  375. <tr>
  376. <td class="subtitle">50,000 printers hacked</td>
  377. </tr>
  378. </table>
  379. <div class="col-copy">A fan of YouTuber PewDiePie has claimed that he’s responsible for hacking over 50,000 printers to print a message encouraging people to subscribe to the internet star. Appearing on Twitter as TheHackerGiraffe, the individual took to Reddit to admit what he’d done. </div>
  380. <br>
  381. </td>
  382. </tr>
  383. </table>
  384.  
  385.  
  386. <!--[if mso]></td><td width="192" style="width: 192px;" valign="top"><![endif]-->
  387.  
  388.  
  389. <table width="192" border="0" cellpadding="0" cellspacing="0" align="left" class="force-row" style="width: 192px;">
  390. <tr>
  391. <td class="col" valign="top">
  392. <table border="0" cellpadding="0" cellspacing="0" class="img-wrapper">
  393. <tr>
  394. <td><img src="https://media.threatpost.com/wp-content/uploads/sites/103/2018/12/04092147/quora.png" border="0" alt="I am Ishmael" width="168" height="110" hspace="0" vspace="0" style="max-width:100%; " class="image"></td>
  395. </tr>
  396. </table>
  397. <table border="0" cellpadding="0" cellspacing="0">
  398. <tr>
  399. <td class="subtitle">Quora Breach Exposes a Wealth of Info on 100M Users</td>
  400. </tr>
  401. </table>
  402. <div class="col-copy">The World's most popular question-and-answer website Quora has suffered a massive data breach with unknown hackers gaining unauthorized access to potentially sensitive personal information of about 100 million of its users.</div>
  403. <br>
  404. </td>
  405. </tr>
  406. </table>
  407.  
  408.  
  409. <!--[if mso]></td><td width="192" style="width: 192px;" valign="top"><![endif]-->
  410.  
  411.  
  412. <table width="192" border="0" cellpadding="0" cellspacing="0" align="left" class="force-row" style="width: 192px;">
  413. <tr>
  414. <td class="col" valign="top">
  415. <table border="0" cellpadding="0" cellspacing="0" class="img-wrapper">
  416. <tr>
  417. <td><img src="https://media.threatpost.com/wp-content/uploads/sites/103/2018/11/29125654/conferencing-system-bug.png" border="0" alt="The Albatross" width="168" height="110" hspace="0" vspace="0" style="max-width:100%; " class="image"></td>
  418. </tr>
  419. </table>
  420. <table border="0" cellpadding="0" cellspacing="0">
  421. <tr>
  422. <td class="subtitle">Critical Zoom Flaw Lets Hackers Hijack Conference Meetings</td>
  423. </tr>
  424. </table>
  425. <div class="col-copy">A serious vulnerability in Zoom’s desktop conferencing application could allow a remote attacker to hijack screen controls and kick attendees out of meetings.</div>
  426. <br>
  427. </td>
  428. </tr>
  429. </table>
  430.  
  431.  
  432.  
  433.  
  434. <!--[if mso]></td></tr></table><![endif]-->
  435.  
  436. </td>
  437. </tr>
  438.  
  439.  
  440.  
  441.  
  442. </table>
  443.  
  444. </td>
  445. </tr>
  446. <tr>
  447. <td class="container-padding footer-text" align="left">
  448. <br><br>
  449. EY Cyber Security Lab: &copy; 2018.
  450. <br><br>
  451.  
  452.  
  453. <strong>EY Tunisia</strong><br>
  454. <span class="ios-footer">
  455. Boulevard de la terre.<br>
  456. Centre Urbain Nord, Tunis<br>
  457. </span>
  458.  
  459. <br><br>
  460.  
  461. </td>
  462.  
  463. </tr>
  464. </table><!--/600px container -->
  465.  
  466.  
  467. </td>
  468. </tr>
  469. </table><!--/100% background wrapper-->
  470.  
  471. </body>
  472. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement