Last active
September 14, 2018 15:33
-
-
Save nicdev/cdff74c4115c8b2315659cc552a1af50 to your computer and use it in GitHub Desktop.
[RFI] GET /xfe/malware/{hash}
This file contains hidden or 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
| { | |
| "malware": { | |
| "origins": { | |
| "external": { | |
| "detectionCoverage": 44, | |
| "family": [ | |
| "heuristic", | |
| "trojan" | |
| ] | |
| }, | |
| "emails": {}, | |
| "CnCServers": { | |
| "rows": [ | |
| { | |
| "type": "CnC", | |
| "md5": "474B9CCF5AB9D72CA8A333889BBB34F0", | |
| "domain": "pc-guard.net", | |
| "firstseen": "2014-10-20T23:19:00Z", | |
| "lastseen": "2014-10-20T23:19:00Z", | |
| "ip": "61.255.239.86", | |
| "count": 483, | |
| "schema": "http", | |
| "filepath": "v.html", | |
| "origin": "CnC", | |
| "uri": "http://pc-guard.net/v.html" | |
| } | |
| ], | |
| "count": 1 | |
| }, | |
| "downloadServers": {}, | |
| "subjects": {} | |
| }, | |
| "type": "md5", | |
| "md5": "0x474B9CCF5AB9D72CA8A333889BBB34F0", | |
| "hash": "0x474B9CCF5AB9D72CA8A333889BBB34F0", | |
| "created": "2014-10-20T23:19:00Z", | |
| "family": [ | |
| "tsunami" | |
| ], | |
| "familyMembers": { | |
| "tsunami": { | |
| "count": 61 | |
| } | |
| }, | |
| "risk": "high" | |
| }, | |
| "tags": [] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment