MCPcopy
hub / github.com/alexandreborges/malwoverview / error

Method error

malwoverview/utils/colors.py:24–28  ·  view source on GitHub ↗
(bkg)

Source from the content-addressed store, hash-verified

22
23 @staticmethod
24 def error(bkg):
25 if bkg == 1:
26 return mycolors.foreground.lightred
27 else:
28 return mycolors.foreground.red
29
30 @staticmethod
31 def info(bkg):

Callers 15

requestABUSEIPDBAPIMethod · 0.80
check_ipMethod · 0.80
_get_info_virustotalMethod · 0.80
_get_info_alienvaultMethod · 0.80
get_ip_detailsMethod · 0.80
requestURLSCANIOAPIMethod · 0.80
urlscanio_submitMethod · 0.80
urlscanio_resultMethod · 0.80
urlscanio_searchMethod · 0.80
requestGREYNOISEAPIMethod · 0.80
quick_checkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected