censu 0.1.6 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (61) hide show
  1. checksums.yaml +4 -4
  2. data/.rspec +3 -1
  3. data/.rubocop.yml +41 -35
  4. data/README.md +2 -2
  5. data/censys.gemspec +1 -1
  6. data/lib/censu.rb +2 -0
  7. data/lib/censys.rb +2 -0
  8. data/lib/censys/account.rb +23 -0
  9. data/lib/censys/account/quota.rb +17 -0
  10. data/lib/censys/api.rb +11 -2
  11. data/lib/censys/autonomous_system.rb +2 -0
  12. data/lib/censys/certificate.rb +2 -0
  13. data/lib/censys/data.rb +2 -0
  14. data/lib/censys/data/response.rb +2 -0
  15. data/lib/censys/data/result.rb +2 -2
  16. data/lib/censys/data/series.rb +2 -7
  17. data/lib/censys/data/series_list.rb +2 -0
  18. data/lib/censys/document.rb +2 -0
  19. data/lib/censys/document/has_asn.rb +2 -0
  20. data/lib/censys/document/has_http_response.rb +3 -1
  21. data/lib/censys/document/has_location.rb +2 -0
  22. data/lib/censys/document/has_services.rb +2 -0
  23. data/lib/censys/exceptions.rb +7 -10
  24. data/lib/censys/http_response.rb +2 -0
  25. data/lib/censys/ipv4.rb +2 -0
  26. data/lib/censys/location.rb +16 -10
  27. data/lib/censys/report.rb +2 -0
  28. data/lib/censys/report/metadata.rb +2 -0
  29. data/lib/censys/report/response.rb +2 -0
  30. data/lib/censys/search.rb +2 -0
  31. data/lib/censys/search/certificate.rb +2 -0
  32. data/lib/censys/search/ipv4.rb +2 -0
  33. data/lib/censys/search/metadata.rb +2 -0
  34. data/lib/censys/search/response.rb +2 -0
  35. data/lib/censys/search/result.rb +2 -0
  36. data/lib/censys/search/website.rb +2 -0
  37. data/lib/censys/version.rb +3 -2
  38. data/lib/censys/website.rb +2 -0
  39. data/spec/account_spec.rb +15 -0
  40. data/spec/censys_spec.rb +1 -2
  41. data/spec/data_spec.rb +4 -4
  42. data/spec/fixtures/vcr_cassettes/Censys_API/_account/should_return_an_Account.yml +47 -0
  43. data/spec/fixtures/vcr_cassettes/Censys_API/_data/result/{should_return_Result_response.yml → should_return_a_Data_Result.yml} +1 -1
  44. data/spec/fixtures/vcr_cassettes/Censys_API/_data/series/should_return_a_Data_Series.yml +53 -0
  45. data/spec/fixtures/vcr_cassettes/Censys_API/_data/series_list/{should_return_SeriesList_response.yml → should_return_a_Data_SeriesList.yml} +124 -107
  46. data/spec/fixtures/vcr_cassettes/Censys_API/_report/certificates/{should_return_certificate_response.yml → should_return_a_certificate_response.yml} +7 -7
  47. data/spec/fixtures/vcr_cassettes/Censys_API/_report/ipv4/{should_return_ipv4_response.yml → should_return_an_ipv4_response.yml} +10 -10
  48. data/spec/fixtures/vcr_cassettes/Censys_API/_report/websites/{should_return_website_response.yml → should_return_a_website_response.yml} +9 -9
  49. data/spec/fixtures/vcr_cassettes/Censys_API/_search/certificates/should_return_Certificate_response.yml +294 -351
  50. data/spec/fixtures/vcr_cassettes/Censys_API/_search/ipv4/should_return_IPv4_response.yml +396 -544
  51. data/spec/fixtures/vcr_cassettes/Censys_API/_search/websites/should_return_Website_response.yml +71 -71
  52. data/spec/fixtures/vcr_cassettes/Censys_API/_view/certificates/{should_return_Certificate_response.yml → should_return_a_Certificate_response.yml} +65 -68
  53. data/spec/fixtures/vcr_cassettes/Censys_API/_view/ipv4/should_return_IPv4_response.yml +95 -114
  54. data/spec/fixtures/vcr_cassettes/Censys_API/_view/ipv4/should_return_an_IPv4_response.yml +156 -0
  55. data/spec/fixtures/vcr_cassettes/Censys_API/_view/websites/{should_return_Website_response.yml → should_return_a_Website_response.yml} +504 -514
  56. data/spec/report_spec.rb +4 -4
  57. data/spec/search_spec.rb +1 -1
  58. data/spec/spec_helper.rb +8 -1
  59. data/spec/view_spec.rb +6 -6
  60. metadata +26 -18
  61. data/spec/fixtures/vcr_cassettes/Censys_API/_data/series/should_return_Series_response.yml +0 -130
@@ -1,4 +1,4 @@
1
- require 'spec_helper'
1
+ # frozen_string_literal: true
2
2
 
3
3
  describe Censys::API do
4
4
  before(:context) do
@@ -7,7 +7,7 @@ describe Censys::API do
7
7
 
8
8
  describe "#report", :vcr do
9
9
  context "ipv4" do
10
- it "should return ipv4 response" do
10
+ it "should return an ipv4 response" do
11
11
  params = {
12
12
  query: "8.8.8.8",
13
13
  field: "ports",
@@ -30,7 +30,7 @@ describe Censys::API do
30
30
  end
31
31
 
32
32
  context "websites" do
33
- it "should return website response" do
33
+ it "should return a website response" do
34
34
  params = {
35
35
  query: "google.com",
36
36
  field: "ports",
@@ -44,7 +44,7 @@ describe Censys::API do
44
44
  end
45
45
 
46
46
  context "certificates" do
47
- it "should return certificate response" do
47
+ it "should return a certificate response" do
48
48
  params = {
49
49
  query: "google.com",
50
50
  field: "precert",
@@ -1,4 +1,4 @@
1
- require 'spec_helper'
1
+ # frozen_string_literal: true
2
2
 
3
3
  describe Censys::API do
4
4
  before(:context) do
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  require 'dotenv/load'
2
4
  require 'rspec'
3
5
  require 'vcr'
@@ -6,7 +8,9 @@ require 'censys'
6
8
  require 'coveralls'
7
9
  Coveralls.wear!
8
10
 
9
- include Censys
11
+ RSpec.configure do |_|
12
+ include Censys
13
+ end
10
14
 
11
15
  def authorization_field
12
16
  require 'base64'
@@ -19,4 +23,7 @@ VCR.configure do |config|
19
23
  config.hook_into :webmock
20
24
  config.configure_rspec_metadata!
21
25
  config.filter_sensitive_data("<CENSORED>") { authorization_field }
26
+ %w(CENSYS_ID CENSYS_SECRET CENSYS_EMAIL CENSYS_LOGIN).each do |key|
27
+ config.filter_sensitive_data("<CENSORED>") { ENV[key] }
28
+ end
22
29
  end
@@ -1,4 +1,4 @@
1
- require 'spec_helper'
1
+ # frozen_string_literal: true
2
2
 
3
3
  describe Censys::API do
4
4
  before(:context) do
@@ -7,7 +7,7 @@ describe Censys::API do
7
7
 
8
8
  describe "#view", :vcr do
9
9
  context "ipv4" do
10
- it "should return IPv4 response" do
10
+ it "should return an IPv4 response" do
11
11
  view = @api.view(:ipv4, "8.8.8.8")
12
12
  expect(view).to be_a(Censys::IPv4)
13
13
  expect(view.tags).to be_a(Array)
@@ -17,7 +17,7 @@ describe Censys::API do
17
17
  expect(view.autonomous_system.routed_prefix).to eq("8.8.8.0/24")
18
18
 
19
19
  expect(view.location).to be_a(Location)
20
- expect(view.location.city).to eq("Mountain View")
20
+ expect(view.location.country).to eq("United States")
21
21
 
22
22
  expect(view.ports).to be_a(Hash)
23
23
  expect(view.protocols).to be_a(Array)
@@ -29,7 +29,7 @@ describe Censys::API do
29
29
  end
30
30
 
31
31
  context "websites" do
32
- it "should return Website response" do
32
+ it "should return a Website response" do
33
33
  view = @api.view(:websites, "google.com")
34
34
  expect(view).to be_a(Censys::Website)
35
35
  expect(view.domain).to eq("google.com")
@@ -47,13 +47,13 @@ describe Censys::API do
47
47
  end
48
48
 
49
49
  context "certificates" do
50
- it "should return Certificate response" do
50
+ it "should return a Certificate response" do
51
51
  sha256 = "821a712a29d8e25915f66a9771519746c5aa73a45321fd4ca7ef644e1cadda59"
52
52
  view = @api.view(:certificates, sha256)
53
53
  expect(view).to be_a(Censys::Certificate)
54
54
  expect(view.raw).to be_a(String)
55
55
  expect(view.parsed).to be_a(Hash)
56
- expect(view.valid_nss).to eq(true)
56
+ expect(view.valid_nss).to eq(false)
57
57
  end
58
58
  end
59
59
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: censu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Manabu Niseki
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-08-12 00:00:00.000000000 Z
11
+ date: 2018-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -156,6 +156,8 @@ files:
156
156
  - censys.gemspec
157
157
  - lib/censu.rb
158
158
  - lib/censys.rb
159
+ - lib/censys/account.rb
160
+ - lib/censys/account/quota.rb
159
161
  - lib/censys/api.rb
160
162
  - lib/censys/autonomous_system.rb
161
163
  - lib/censys/certificate.rb
@@ -185,20 +187,23 @@ files:
185
187
  - lib/censys/search/website.rb
186
188
  - lib/censys/version.rb
187
189
  - lib/censys/website.rb
190
+ - spec/account_spec.rb
188
191
  - spec/censys_spec.rb
189
192
  - spec/data_spec.rb
190
- - spec/fixtures/vcr_cassettes/Censys_API/_data/result/should_return_Result_response.yml
191
- - spec/fixtures/vcr_cassettes/Censys_API/_data/series/should_return_Series_response.yml
192
- - spec/fixtures/vcr_cassettes/Censys_API/_data/series_list/should_return_SeriesList_response.yml
193
- - spec/fixtures/vcr_cassettes/Censys_API/_report/certificates/should_return_certificate_response.yml
194
- - spec/fixtures/vcr_cassettes/Censys_API/_report/ipv4/should_return_ipv4_response.yml
195
- - spec/fixtures/vcr_cassettes/Censys_API/_report/websites/should_return_website_response.yml
193
+ - spec/fixtures/vcr_cassettes/Censys_API/_account/should_return_an_Account.yml
194
+ - spec/fixtures/vcr_cassettes/Censys_API/_data/result/should_return_a_Data_Result.yml
195
+ - spec/fixtures/vcr_cassettes/Censys_API/_data/series/should_return_a_Data_Series.yml
196
+ - spec/fixtures/vcr_cassettes/Censys_API/_data/series_list/should_return_a_Data_SeriesList.yml
197
+ - spec/fixtures/vcr_cassettes/Censys_API/_report/certificates/should_return_a_certificate_response.yml
198
+ - spec/fixtures/vcr_cassettes/Censys_API/_report/ipv4/should_return_an_ipv4_response.yml
199
+ - spec/fixtures/vcr_cassettes/Censys_API/_report/websites/should_return_a_website_response.yml
196
200
  - spec/fixtures/vcr_cassettes/Censys_API/_search/certificates/should_return_Certificate_response.yml
197
201
  - spec/fixtures/vcr_cassettes/Censys_API/_search/ipv4/should_return_IPv4_response.yml
198
202
  - spec/fixtures/vcr_cassettes/Censys_API/_search/websites/should_return_Website_response.yml
199
- - spec/fixtures/vcr_cassettes/Censys_API/_view/certificates/should_return_Certificate_response.yml
203
+ - spec/fixtures/vcr_cassettes/Censys_API/_view/certificates/should_return_a_Certificate_response.yml
200
204
  - spec/fixtures/vcr_cassettes/Censys_API/_view/ipv4/should_return_IPv4_response.yml
201
- - spec/fixtures/vcr_cassettes/Censys_API/_view/websites/should_return_Website_response.yml
205
+ - spec/fixtures/vcr_cassettes/Censys_API/_view/ipv4/should_return_an_IPv4_response.yml
206
+ - spec/fixtures/vcr_cassettes/Censys_API/_view/websites/should_return_a_Website_response.yml
202
207
  - spec/report_spec.rb
203
208
  - spec/search_spec.rb
204
209
  - spec/spec_helper.rb
@@ -228,20 +233,23 @@ signing_key:
228
233
  specification_version: 4
229
234
  summary: API client for censys.io
230
235
  test_files:
236
+ - spec/account_spec.rb
231
237
  - spec/censys_spec.rb
232
238
  - spec/data_spec.rb
233
- - spec/fixtures/vcr_cassettes/Censys_API/_data/result/should_return_Result_response.yml
234
- - spec/fixtures/vcr_cassettes/Censys_API/_data/series/should_return_Series_response.yml
235
- - spec/fixtures/vcr_cassettes/Censys_API/_data/series_list/should_return_SeriesList_response.yml
236
- - spec/fixtures/vcr_cassettes/Censys_API/_report/certificates/should_return_certificate_response.yml
237
- - spec/fixtures/vcr_cassettes/Censys_API/_report/ipv4/should_return_ipv4_response.yml
238
- - spec/fixtures/vcr_cassettes/Censys_API/_report/websites/should_return_website_response.yml
239
+ - spec/fixtures/vcr_cassettes/Censys_API/_account/should_return_an_Account.yml
240
+ - spec/fixtures/vcr_cassettes/Censys_API/_data/result/should_return_a_Data_Result.yml
241
+ - spec/fixtures/vcr_cassettes/Censys_API/_data/series/should_return_a_Data_Series.yml
242
+ - spec/fixtures/vcr_cassettes/Censys_API/_data/series_list/should_return_a_Data_SeriesList.yml
243
+ - spec/fixtures/vcr_cassettes/Censys_API/_report/certificates/should_return_a_certificate_response.yml
244
+ - spec/fixtures/vcr_cassettes/Censys_API/_report/ipv4/should_return_an_ipv4_response.yml
245
+ - spec/fixtures/vcr_cassettes/Censys_API/_report/websites/should_return_a_website_response.yml
239
246
  - spec/fixtures/vcr_cassettes/Censys_API/_search/certificates/should_return_Certificate_response.yml
240
247
  - spec/fixtures/vcr_cassettes/Censys_API/_search/ipv4/should_return_IPv4_response.yml
241
248
  - spec/fixtures/vcr_cassettes/Censys_API/_search/websites/should_return_Website_response.yml
242
- - spec/fixtures/vcr_cassettes/Censys_API/_view/certificates/should_return_Certificate_response.yml
249
+ - spec/fixtures/vcr_cassettes/Censys_API/_view/certificates/should_return_a_Certificate_response.yml
243
250
  - spec/fixtures/vcr_cassettes/Censys_API/_view/ipv4/should_return_IPv4_response.yml
244
- - spec/fixtures/vcr_cassettes/Censys_API/_view/websites/should_return_Website_response.yml
251
+ - spec/fixtures/vcr_cassettes/Censys_API/_view/ipv4/should_return_an_IPv4_response.yml
252
+ - spec/fixtures/vcr_cassettes/Censys_API/_view/websites/should_return_a_Website_response.yml
245
253
  - spec/report_spec.rb
246
254
  - spec/search_spec.rb
247
255
  - spec/spec_helper.rb
@@ -1,130 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: get
5
- uri: https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4
6
- body:
7
- encoding: US-ASCII
8
- string: ''
9
- headers:
10
- Accept-Encoding:
11
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
12
- Accept:
13
- - "*/*"
14
- User-Agent:
15
- - Ruby
16
- Host:
17
- - www.censys.io
18
- Authorization:
19
- - "<CENSORED>"
20
- response:
21
- status:
22
- code: 200
23
- message: OK
24
- headers:
25
- Content-Type:
26
- - application/json
27
- Access-Control-Allow-Origin:
28
- - "*"
29
- Strict-Transport-Security:
30
- - max-age=15768000; includeSubDomains; preload
31
- X-Cloud-Trace-Context:
32
- - 6d1db0235792d0414f88b2a763333fd8
33
- Date:
34
- - Sun, 17 Dec 2017 23:06:44 GMT
35
- Server:
36
- - Google Frontend
37
- Content-Length:
38
- - '12115'
39
- body:
40
- encoding: UTF-8
41
- string: '{"protocol": "ssh", "description": "This dataset is composed of a ZMap
42
- TCP SYN scan on port 22 and a ZGrab SSH Banner Grab\r\nfor the for responsive
43
- hosts. The connection is terminated after a banner has been\r\nreceived. We
44
- do not currently capture SSH host keys, but we are planning to add this\r\nfunctionality
45
- in the future.", "destination": "full_ipv4", "results": {"historical": [{"timestamp":
46
- "20150912T132919", "id": "20150912T1329", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20150912T1329"},
47
- {"timestamp": "20150916T003327", "id": "20150916T0033", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20150916T0033"},
48
- {"timestamp": "20150923T003330", "id": "20150923T0033", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20150923T0033"},
49
- {"timestamp": "20150924T084359", "id": "20150924T0843", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20150924T0843"},
50
- {"timestamp": "20150930T005634", "id": "20150930T0056", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20150930T0056"},
51
- {"timestamp": "20151014T220421", "id": "20151014T2204", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20151014T2204"},
52
- {"timestamp": "20151028T005728", "id": "20151028T0057", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20151028T0057"},
53
- {"timestamp": "20151125T041417", "id": "20151125T0414", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20151125T0414"},
54
- {"timestamp": "20151202T032212", "id": "20151202T0322", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20151202T0322"},
55
- {"timestamp": "20151209T030107", "id": "20151209T0301", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20151209T0301"},
56
- {"timestamp": "20151216T025441", "id": "20151216T0254", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20151216T0254"},
57
- {"timestamp": "20151223T030549", "id": "20151223T0305", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20151223T0305"},
58
- {"timestamp": "20160106T030212", "id": "20160106T0302", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20160106T0302"},
59
- {"timestamp": "20160113T034640", "id": "20160113T0346", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20160113T0346"},
60
- {"timestamp": "20160120T041018", "id": "20160120T0410", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20160120T0410"},
61
- {"timestamp": "20160127T041326", "id": "20160127T0413", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20160127T0413"},
62
- {"timestamp": "20160203T014336", "id": "20160203T0143", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20160203T0143"},
63
- {"timestamp": "20160210T004738", "id": "20160210T0047", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20160210T0047"},
64
- {"timestamp": "20160217T004700", "id": "20160217T0047", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20160217T0047"},
65
- {"timestamp": "20160224T004708", "id": "20160224T0047", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20160224T0047"},
66
- {"timestamp": "20160302T004632", "id": "20160302T0046", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20160302T0046"},
67
- {"timestamp": "20160316T131459", "id": "20160316T1314", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20160316T1314"},
68
- {"timestamp": "20160330T010518", "id": "20160330T0105", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20160330T0105"},
69
- {"timestamp": "20160406T004438", "id": "20160406T0044", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20160406T0044"},
70
- {"timestamp": "20160413T003753", "id": "20160413T0037", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20160413T0037"},
71
- {"timestamp": "20160420T000407", "id": "20160420T0004", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20160420T0004"},
72
- {"timestamp": "20160427T111650", "id": "20160427T1116", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20160427T1116"},
73
- {"timestamp": "20160504T015848", "id": "20160504T0158", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20160504T0158"},
74
- {"timestamp": "20160511T003739", "id": "20160511T0037", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20160511T0037"},
75
- {"timestamp": "20160518T010002", "id": "20160518T0100", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20160518T0100"},
76
- {"timestamp": "20160525T001742", "id": "20160525T0017", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20160525T0017"},
77
- {"timestamp": "20160601T003659", "id": "20160601T0036", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20160601T0036"},
78
- {"timestamp": "20160608T184521", "id": "20160608T1845", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20160608T1845"},
79
- {"timestamp": "20160615T100506", "id": "20160615T1005", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20160615T1005"},
80
- {"timestamp": "20160622T000402", "id": "20160622T0004", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20160622T0004"},
81
- {"timestamp": "20160629T000334", "id": "20160629T0003", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20160629T0003"},
82
- {"timestamp": "20160706T000219", "id": "20160706T0002", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20160706T0002"},
83
- {"timestamp": "20160720T001305", "id": "20160720T0013", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20160720T0013"},
84
- {"timestamp": "20160727T151020", "id": "20160727T1510", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20160727T1510"},
85
- {"timestamp": "20160803T001345", "id": "20160803T0013", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20160803T0013"},
86
- {"timestamp": "20160810T001337", "id": "20160810T0013", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20160810T0013"},
87
- {"timestamp": "20160817T000540", "id": "20160817T0005", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20160817T0005"},
88
- {"timestamp": "20160824T001410", "id": "20160824T0014", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20160824T0014"},
89
- {"timestamp": "20160831T001405", "id": "20160831T0014", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20160831T0014"},
90
- {"timestamp": "20160907T001107", "id": "20160907T0011", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20160907T0011"},
91
- {"timestamp": "20160914T184132", "id": "20160914T1841", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20160914T1841"},
92
- {"timestamp": "20160921T183603", "id": "20160921T1836", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20160921T1836"},
93
- {"timestamp": "20161012T000817", "id": "20161012T0008", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20161012T0008"},
94
- {"timestamp": "20161019T001944", "id": "20161019T0019", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20161019T0019"},
95
- {"timestamp": "20161026T001324", "id": "20161026T0013", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20161026T0013"},
96
- {"timestamp": "20161102T001516", "id": "20161102T0015", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20161102T0015"},
97
- {"timestamp": "20161108T231501", "id": "20161108T2315", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20161108T2315"},
98
- {"timestamp": "20161116T001520", "id": "20161116T0015", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20161116T0015"},
99
- {"timestamp": "20161123T001319", "id": "20161123T0013", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20161123T0013"},
100
- {"timestamp": "20161130T001924", "id": "20161130T0019", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20161130T0019"},
101
- {"timestamp": "20161214T001941", "id": "20161214T0019", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20161214T0019"},
102
- {"timestamp": "20161221T001930", "id": "20161221T0019", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20161221T0019"},
103
- {"timestamp": "20170125T001456", "id": "20170125T0014", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20170125T0014"},
104
- {"timestamp": "20170215T001530", "id": "20170215T0015", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20170215T0015"},
105
- {"timestamp": "20170222T001908", "id": "20170222T0019", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20170222T0019"},
106
- {"timestamp": "20170301T001908", "id": "20170301T0019", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20170301T0019"},
107
- {"timestamp": "20170315T201132", "id": "20170315T2011", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20170315T2011"},
108
- {"timestamp": "20170322T190113", "id": "20170322T1901", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20170322T1901"},
109
- {"timestamp": "20170329T191039", "id": "20170329T1910", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20170329T1910"},
110
- {"timestamp": "20170405T185945", "id": "20170405T1859", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20170405T1859"},
111
- {"timestamp": "20170412T191024", "id": "20170412T1910", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20170412T1910"},
112
- {"timestamp": "20170419T191027", "id": "20170419T1910", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20170419T1910"},
113
- {"timestamp": "20170426T191042", "id": "20170426T1910", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20170426T1910"},
114
- {"timestamp": "20170503T001502", "id": "20170503T0015", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20170503T0015"},
115
- {"timestamp": "20170510T001328", "id": "20170510T0013", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20170510T0013"},
116
- {"timestamp": "20170517T001511", "id": "20170517T0015", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20170517T0015"},
117
- {"timestamp": "20170524T001502", "id": "20170524T0015", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20170524T0015"},
118
- {"timestamp": "20170531T001328", "id": "20170531T0013", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20170531T0013"},
119
- {"timestamp": "20170607T001520", "id": "20170607T0015", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20170607T0015"},
120
- {"timestamp": "20170614T001525", "id": "20170614T0015", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20170614T0015"},
121
- {"timestamp": "20170621T001910", "id": "20170621T0019", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20170621T0019"},
122
- {"timestamp": "20170628T001925", "id": "20170628T0019", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20170628T0019"},
123
- {"timestamp": "20170705T001914", "id": "20170705T0019", "details_url": "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20170705T0019"}],
124
- "latest": {"timestamp": "20170705T001914", "id": "20170705T0019", "details_url":
125
- "https://www.censys.io/api/v1/data/22-ssh-banner-full_ipv4/20170705T0019"}},
126
- "port": 22, "subprotocol": "banner", "id": "22-ssh-banner-full_ipv4", "name":
127
- "22-ssh-banner-full_ipv4"}'
128
- http_version:
129
- recorded_at: Sun, 17 Dec 2017 23:06:45 GMT
130
- recorded_with: VCR 4.0.0