Files
securityonion/salt/sensoroni/files/analyzers/whois/whois.py
2022-03-28 15:53:24 -04:00

5 lines
182 B
Python

def main():
print '{"result":{ "requestId": "something-generated-by-whois", "someother_field": "more data" }, "summary": "botsrv.btc-goblin.ru"}'
if __name__ == "__main__":
main()