{"id":18637532,"url":"https://github.com/dutchcoders/gomisp","last_synced_at":"2026-03-05T09:32:50.738Z","repository":{"id":73224757,"uuid":"145199389","full_name":"dutchcoders/gomisp","owner":"dutchcoders","description":"Golang client for interfacing with MISP","archived":false,"fork":false,"pushed_at":"2018-08-18T07:30:50.000Z","size":10,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-09T21:37:44.762Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dutchcoders.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-18T07:23:19.000Z","updated_at":"2024-08-12T19:40:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"5d435619-1a12-458e-8622-154d927578e0","html_url":"https://github.com/dutchcoders/gomisp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dutchcoders/gomisp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fgomisp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fgomisp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fgomisp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fgomisp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dutchcoders","download_url":"https://codeload.github.com/dutchcoders/gomisp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fgomisp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30117711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T08:19:04.902Z","status":"ssl_error","status_checked_at":"2026-03-05T08:17:37.148Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T05:36:37.490Z","updated_at":"2026-03-05T09:32:50.702Z","avatar_url":"https://github.com/dutchcoders.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gomisp [![](https://godoc.org/github.com/dutchcoders/gomisp?status.svg)](http://godoc.org/github.com/dutchcoders/gomisp) [![Go Report Card](https://goreportcard.com/badge/dutchcoders/gomisp)](https://goreportcard.com/report/dutchcoders/gomisp) \n\nGolang client for MISP. The client currently only implements search, but it is easy to extend other features.\n\n## Usage\n\n```\npackage misp\n\nimport (\n\t\"fmt\"\n\n\tmisp \"github.com/dutchcoders/gomisp\"\n)\n\nfunc ExampleExamples_output() {\n\tclient, err := misp.New(\n\t\tmisp.WithURL(\"{url}\"),\n\t\tmisp.WithKey(\"{key}\"),\n\t)\n\tif err != nil {\n\t\tpanic(err.Error)\n\t}\n\n\tqry := misp.NewSearchRequest().Value(so.Query).From(time.Now().Add(time.Hour * 24 * 365 * -1)).To(time.Now())\n\n\tresult, err := client.Search(qry)\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\n\tfmt.Printf(\"Search results: %s\\n\", result)\n}\n```\n\n## Contributors\n\n* [Remco Verhoef](https://twitter.com/remco_verhoef)\n\n## Copyright and license\n\nCode released under [Apache License 2.0](LICENSE).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdutchcoders%2Fgomisp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdutchcoders%2Fgomisp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdutchcoders%2Fgomisp/lists"}