Skip to content

Commit b17dd5a

Browse files
authored
Merge pull request #828 from cisagov/DJ_intelx_identity_WIP
Create Intel X Credential Breach Scan CRASM-2319
2 parents 73ab247 + ab31037 commit b17dd5a

File tree

6 files changed

+528
-7
lines changed

6 files changed

+528
-7
lines changed

backend/src/xfd_django/xfd_api/schema_models/scan.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,14 @@ class GenericMessageResponseModel(BaseModel):
225225
memory="16384",
226226
description="Finds emails that have appeared in breaches related to a given domain",
227227
),
228+
"intel_x_identity": ScanSchema(
229+
type="fargate",
230+
isPassive=True,
231+
global_scan=True,
232+
cpu="1024",
233+
memory="8192",
234+
description="Identify credential exposures via IntelX.",
235+
),
228236
"intrigueIdent": ScanSchema(
229237
type="fargate",
230238
isPassive=True,

0 commit comments

Comments
 (0)