mirror of https://github.com/MISP/misp-modules
fix hedight
parent
bd9316b313
commit
6b7260229b
|
@ -658,7 +658,7 @@ Module to query a local copy of Maxmind's Geolite database.
|
|||
|
||||
#### [google_threat_intelligence](https://github.com/MISP/misp-modules/tree/main/misp_modules/modules/expansion/google_threat_intelligence.py)
|
||||
|
||||
<img src=logos/google_threat_intelligence.png height=80>
|
||||
<img src=logos/google_threat_intelligence.png height=60>
|
||||
|
||||
- **description**:
|
||||
An expansion module to have the observable's threat score assessed by Google Threat Intelligence.
|
||||
|
|
|
@ -92,7 +92,7 @@ class TestExpansions(unittest.TestCase):
|
|||
|
||||
query = {'module': 'apiosintds', 'ip-dst': '10.10.10.10'}
|
||||
response = self.misp_modules_post(query)
|
||||
|
||||
|
||||
try:
|
||||
self.assertTrue(self.get_values(response).startswith('IoC 10.10.10.10'))
|
||||
except AssertionError:
|
||||
|
|
Loading…
Reference in New Issue