Skip to content

Releases: 3c7/common-osint-model

Version 0.6.0 - Pydantic v2 & bug fixes

09 Sep 18:52
@3c7 3c7
2ee858c
Compare
Choose a tag to compare
  • Updated to pydantic v2
  • Ugly workaround for weird Shodan HTTP body encoding
  • Fix by @lo-chr for Censys data which missess observed_at data field

Version 0.6.0 Beta 5 - Updated Pydantic dependency

24 Jun 08:55
@3c7 3c7
98adb7f
Compare
Choose a tag to compare
  • Updated pydantic to v2

Version 0.5.1 - Temporary workaround for Shodan encoding errors

27 May 19:35
@3c7 3c7
Compare
Choose a tag to compare
  • Introdues ugly and temporary workaround (=empty string) for Shodan HTTP response body encoding issues.

Version 0.5.0 - Removed old code

28 Feb 13:37
@3c7 3c7
646b753
Compare
Choose a tag to compare
  • Removed old code
  • Replaced deprecated utcnow() calls

Version 0.5.0 - Removing old code

21 Aug 07:29
@3c7 3c7
Compare
Choose a tag to compare
Pre-release
  • Removing old parts of the data model which was deprecated
  • Updated dependencies

Version 0.4.15 - Integrating HHHash & small fix

15 Jul 09:06
@3c7 3c7
d4af246
Compare
Choose a tag to compare
  • Fixes wrong return type for HTTPComponentContentSecurity.from_shodan()
  • First integration for @adulau 's HHHash

Version 0.4.13

29 Nov 12:13
@3c7 3c7
Compare
Choose a tag to compare
  • Not automatically distrust shodan certificates that just have a single entry in the certificates chain, this can happen easily if the server does not send the complete chain. The certificates themselves can be valid, though.

Version 0.4.12 - Trusted attribute for certificates

24 Nov 15:25
@3c7 3c7
Compare
Choose a tag to compare
  • Added tls.certificate.trusted attribute

Version 0.4.11 - Updated Domain model and hassh 📝

26 Aug 07:45
@3c7 3c7
Compare
Choose a tag to compare
  • Updated Domain model:
    • Added query attribute in case the domain is the result of a query against an external database
    • Added missing state attribute to Entity
  • Implemented hassh for all currently available data sources

Version 0.4.10 - JA3, JA3s and JARM hashes

28 Jul 15:02
@3c7 3c7
Compare
Choose a tag to compare
  • Added JA3, JA3s and JARM hashes for binaryedge, censys and shodan: #6