Advertisement
Guest User

json

a guest
May 29th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. {
  2. "message" => "{\"action\":\"block\",\"client\":\"666\",\"request\":{\"ip\":\"90.0.0.1\",\"fqdn\":\"google.com\"},\"reason\":{\"fqdn\":\"google.com\"},\"logged\":\"2016-05-29T21:48:40-0700\",\"virus_total_request\":{\"status\":\"waiting\"},\"matched_iocs\":[{\"unique_ref\":\"f89d42211d4dd60e0266b5076148607c\",\"feed\":{\"name\":\"google-safebrowsing-api\"},\"classification\":{\"type\":\"malware\"},\"source\":{\"id\":{\"value\":\"google.com\",\"type\":\"fqdn\"},\"fqdn\":\"google.com\"},\"time\":{\"source\":\"2016-05-23T21:00:48-0700\",\"observation\":\"2016-05-23T21:00:48-0700\",\"received_by_core\":\"2016-05-23T21:00:48-0700\"},\"seen\":{\"first\":\"2016-05-23T21:00:48-0700\"}}]}",
  3. "@version" => "1",
  4. "@timestamp" => "2016-05-30T04:48:40.335Z",
  5. "host" => "127.0.0.1",
  6. "headers" => {
  7. "request_method" => "POST",
  8. "request_path" => "/logs-2016-05-29/match/",
  9. "request_uri" => "/logs-2016-05-29/match/",
  10. "http_version" => "HTTP/1.1",
  11. "http_accept" => "text/plain",
  12. "http_accept_encoding" => "gzip, deflate",
  13. "content_type" => "application/x-www-form-urlencoded",
  14. "content_length" => "585",
  15. "http_host" => "localhost:9090",
  16. "http_connection" => "Keep-Alive"
  17. },
  18. "action" => "block",
  19. "client" => "666",
  20. "request" => {
  21. "ip" => "90.0.0.1",
  22. "fqdn" => "google.com"
  23. },
  24. "reason" => {
  25. "fqdn" => "google.com"
  26. },
  27. "logged" => "2016-05-29T21:48:40-0700",
  28. "virus_total_request" => {
  29. "status" => "waiting"
  30. },
  31. "matched_iocs" => [
  32. [0] {
  33. "unique_ref" => "f89d42211d4dd60e0266b5076148607c",
  34. "feed" => {
  35. "name" => "google-safebrowsing-api"
  36. },
  37. "classification" => {
  38. "type" => "malware"
  39. },
  40. "source" => {
  41. "id" => {
  42. "value" => "google.com",
  43. "type" => "fqdn"
  44. },
  45. "fqdn" => "google.com"
  46. },
  47. "time" => {
  48. "source" => "2016-05-23T21:00:48-0700",
  49. "observation" => "2016-05-23T21:00:48-0700",
  50. "received_by_core" => "2016-05-23T21:00:48-0700"
  51. },
  52. "seen" => {
  53. "first" => "2016-05-23T21:00:48-0700"
  54. }
  55. }
  56. ]
  57. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement