MCPcopy Create free account
hub / github.com/CScorza/IntelOSINT / ip_graph

Function ip_graph

IntelOSINT.py:22039–22042  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22037
22038@app.route('/api/ip_graph', methods=['POST'])
22039def ip_graph():
22040 d = request.json or {}
22041 domain = d.get('domain', '')
22042 return jsonify(core.build_ip_graph(domain))
22043
22044@app.route('/api/ip_whois', methods=['POST'])
22045def ip_whois():

Callers

nothing calls this directly

Calls 1

build_ip_graphMethod · 0.80

Tested by

no test coverage detected