-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix unit tests * Update SDK * Fix final unit test * Last unit tests fix hopefully
- Loading branch information
1 parent
6f839b7
commit c713fa2
Showing
15 changed files
with
165 additions
and
174 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,38 @@ | ||
[ | ||
{ | ||
"ip": { | ||
"actor": "Acme Inc", | ||
{ | ||
"ip": { | ||
"actor": "Acme Inc", | ||
"asn": "AS12345", | ||
"city": "Berlin", | ||
"classification": "benign", | ||
"country": "Germany", | ||
"country_code": "DE", | ||
"first_seen": "2019-07-29", | ||
"ip": "1.2.3.4", | ||
"last_seen": "2024-11-04", | ||
"organization": "Acme Inc" | ||
}, | ||
"similar_ips": [ | ||
{ | ||
"actor": "Alpha Strike Labs", | ||
"asn": "AS12345", | ||
"city": "Berlin", | ||
"classification": "benign", | ||
"country": "Germany", | ||
"country_code": "DE", | ||
"first_seen": "2019-07-29", | ||
"ip": "1.2.3.4", | ||
"features": [ | ||
"hassh_fp", | ||
"mass_scan_bool", | ||
"os", | ||
"ports", | ||
"useragents", | ||
"web_paths" | ||
], | ||
"first_seen": "2019-07-11", | ||
"ip": "2.3.4.5", | ||
"last_seen": "2024-11-04", | ||
"organization": "Acme Inc" | ||
}, | ||
"similar_ips": [ | ||
{ | ||
"actor": "Alpha Strike Labs", | ||
"asn": "AS12345", | ||
"city": "Berlin", | ||
"classification": "benign", | ||
"country": "Germany", | ||
"country_code": "DE", | ||
"features": [ | ||
"hassh_fp", | ||
"mass_scan_bool", | ||
"os", | ||
"ports", | ||
"useragents", | ||
"web_paths" | ||
], | ||
"first_seen": "2019-07-11", | ||
"ip": "2.3.4.5", | ||
"last_seen": "2024-11-04", | ||
"organization": "Acme Inc", | ||
"score": 0.98933446 | ||
} | ||
], | ||
"total": 1 | ||
} | ||
] | ||
"organization": "Acme Inc", | ||
"score": 0.98933446 | ||
} | ||
], | ||
"total": 1 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,60 +1,58 @@ | ||
[ | ||
{ | ||
"activity": [ | ||
{ | ||
"asn": "AS12345", | ||
"category": "hosting", | ||
"city": "Berlin", | ||
"classification": "benign", | ||
"country": "Germany", | ||
"country_code": "DE", | ||
"destinations": [ | ||
{ | ||
"country": "South Africa", | ||
"country_code": "ZA" | ||
} | ||
], | ||
"hassh_fingerprints": [], | ||
"http_paths": [ | ||
"/favicon.ico" | ||
], | ||
"http_user_agents": [ | ||
"Mozilla/5.0" | ||
], | ||
"ja3_fingerprints": [ | ||
"04b3f524166caafd433b6864250945be" | ||
], | ||
"organization": "Alpha Strike Labs GmbH", | ||
"protocols": [ | ||
{ | ||
"port": 80, | ||
"transport_protocol": "TCP" | ||
} | ||
], | ||
"rdns": "", | ||
"region": "Berlin", | ||
"spoofable": true, | ||
"tags": [ | ||
{ | ||
"category": "actor", | ||
"description": "description.", | ||
"intention": "benign", | ||
"name": "Acme, Inc." | ||
} | ||
], | ||
"timestamp": "2024-11-03T00:00:00Z", | ||
"tor": false, | ||
"vpn": false, | ||
"vpn_service": "" | ||
} | ||
], | ||
"ip": "1.2.3.4", | ||
"metadata": { | ||
"end_time": "2024-11-04T19:13:35.892189739Z", | ||
"ip": "1.2.3.4", | ||
"limit": 50, | ||
"next_cursor": "", | ||
"start_time": "2024-11-03T00:00:00Z" | ||
{ | ||
"activity": [ | ||
{ | ||
"asn": "AS12345", | ||
"category": "hosting", | ||
"city": "Berlin", | ||
"classification": "benign", | ||
"country": "Germany", | ||
"country_code": "DE", | ||
"destinations": [ | ||
{ | ||
"country": "South Africa", | ||
"country_code": "ZA" | ||
} | ||
], | ||
"hassh_fingerprints": [], | ||
"http_paths": [ | ||
"/favicon.ico" | ||
], | ||
"http_user_agents": [ | ||
"Mozilla/5.0" | ||
], | ||
"ja3_fingerprints": [ | ||
"04b3f524166caafd433b6864250945be" | ||
], | ||
"organization": "Alpha Strike Labs GmbH", | ||
"protocols": [ | ||
{ | ||
"port": 80, | ||
"transport_protocol": "TCP" | ||
} | ||
], | ||
"rdns": "", | ||
"region": "Berlin", | ||
"spoofable": true, | ||
"tags": [ | ||
{ | ||
"category": "actor", | ||
"description": "description.", | ||
"intention": "benign", | ||
"name": "Acme, Inc." | ||
} | ||
], | ||
"timestamp": "2024-11-03T00:00:00Z", | ||
"tor": false, | ||
"vpn": false, | ||
"vpn_service": "" | ||
} | ||
], | ||
"ip": "1.2.3.4", | ||
"metadata": { | ||
"end_time": "2024-11-04T19:13:35.892189739Z", | ||
"ip": "1.2.3.4", | ||
"limit": 50, | ||
"next_cursor": "", | ||
"start_time": "2024-11-03T00:00:00Z" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.