Releases: 3c7/common-osint-model
Releases · 3c7/common-osint-model
Version 0.6.0 - Pydantic v2 & bug fixes
Version 0.6.0 Beta 5 - Updated Pydantic dependency
- Updated pydantic to v2
Version 0.5.1 - Temporary workaround for Shodan encoding errors
- Introdues ugly and temporary workaround (=empty string) for Shodan HTTP response body encoding issues.
Version 0.5.0 - Removed old code
- Removed old code
- Replaced deprecated
utcnow()
calls
Version 0.5.0 - Removing old code
- Removing old parts of the data model which was deprecated
- Updated dependencies
Version 0.4.15 - Integrating HHHash & small fix
- Fixes wrong return type for
HTTPComponentContentSecurity.from_shodan()
- First integration for @adulau 's HHHash
Version 0.4.13
- 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
- Added
tls.certificate.trusted
attribute
Version 0.4.11 - Updated Domain model and hassh 📝
- Updated
Domain
model:- Added
query
attribute in case the domain is the result of a query against an external database - Added missing
state
attribute toEntity
- Added
- Implemented
hassh
for all currently available data sources
Version 0.4.10 - JA3, JA3s and JARM hashes
- Added JA3, JA3s and JARM hashes for binaryedge, censys and shodan: #6