mirror of
https://github.com/reconurge/flowsint.git
synced 2026-03-09 07:17:07 -05:00
feat(api): add DNSRecord to raw_material
This commit is contained in:
@@ -37,6 +37,7 @@ from flowsint_types import (
|
||||
Website,
|
||||
Individual,
|
||||
Port,
|
||||
DNSRecord
|
||||
)
|
||||
|
||||
|
||||
@@ -133,6 +134,7 @@ async def get_material_list():
|
||||
extract_input_schema_flow(Domain),
|
||||
extract_input_schema_flow(Website),
|
||||
extract_input_schema_flow(Ip),
|
||||
extract_input_schema_flow(DNSRecord),
|
||||
extract_input_schema_flow(Port),
|
||||
extract_input_schema_flow(Phone),
|
||||
extract_input_schema_flow(ASN),
|
||||
|
||||
Reference in New Issue
Block a user