Advertisement
Guest User

Untitled

a guest
Sep 21st, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. <table border="1" class="dataframe">
  2. <thead>
  3. <tr style="text-align: right;">
  4. <th></th>
  5. <th></th>
  6. <th></th>
  7. <th></th>
  8. <th></th>
  9. <th></th>
  10. <th></th>
  11. <th></th>
  12. <th></th>
  13. </tr>
  14. <tr>
  15. <th>source_ip</th>
  16. <th>dest_whois</th>
  17. <th>destination_ip</th>
  18. <th>destination_port</th>
  19. <th>bytes_toserver</th>
  20. <th>dest_degree</th>
  21. <th>occurrences</th>
  22. <th>percent</th>
  23. <th>interval</th>
  24. </tr>
  25. </thead>
  26. <tbody>
  27. <tr>
  28. <th>10.5.55.17</th>
  29. <th>MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US</th>
  30. <th>40.77.224.254</th>
  31. <th>443</th>
  32. <th>3895</th>
  33. <th>1</th>
  34. <th>16</th>
  35. <th>62</th>
  36. <th>1681</th>
  37. </tr>
  38. <tr>
  39. <th>10.5.55.3</th>
  40. <th>MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US</th>
  41. <th>131.253.34.232</th>
  42. <th>443</th>
  43. <th>3465</th>
  44. <th>1</th>
  45. <th>15</th>
  46. <th>60</th>
  47. <th>1680</th>
  48. </tr>
  49. <tr>
  50. <th>10.5.55.31</th>
  51. <th>MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US</th>
  52. <th>131.253.34.252</th>
  53. <th>443</th>
  54. <th>3835</th>
  55. <th>1</th>
  56. <th>16</th>
  57. <th>68</th>
  58. <th>1681</th>
  59. </tr>
  60. <tr>
  61. <th rowspan="2" valign="top">10.5.55.49</th>
  62. <th rowspan="2" valign="top">MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US</th>
  63. <th>52.173.193.166</th>
  64. <th>123</th>
  65. <th>9450</th>
  66. <th>1</th>
  67. <th>74</th>
  68. <th>62</th>
  69. <th>1025</th>
  70. </tr>
  71. <tr>
  72. <th>65.52.108.213</th>
  73. <th>443</th>
  74. <th>14057</th>
  75. <th>1</th>
  76. <th>48</th>
  77. <th>62</th>
  78. <th>1680</th>
  79. </tr>
  80. <tr>
  81. <th>10.6.66.80</th>
  82. <th>CANONICAL-AS, GB</th>
  83. <th>91.189.89.199</th>
  84. <th>123</th>
  85. <th>4050</th>
  86. <th>1</th>
  87. <th>45</th>
  88. <th>51</th>
  89. <th>2049</th>
  90. </tr>
  91. <tr>
  92. <th>172.16.0.2</th>
  93. <th>MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US</th>
  94. <th>65.52.108.212</th>
  95. <th>443</th>
  96. <th>10682</th>
  97. <th>1</th>
  98. <th>39</th>
  99. <th>56</th>
  100. <th>1680</th>
  101. </tr>
  102. </tbody>
  103. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement