forked from demisto/content
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintegration-valid-id-test.yml
More file actions
962 lines (962 loc) · 37.9 KB
/
integration-valid-id-test.yml
File metadata and controls
962 lines (962 loc) · 37.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
commonfields:
id: Signal Sciences WAF
version: -1
name: Signal Sciences WAF
display: Signal Sciences WAF
category: Network Security
description: Protect your web application using Signal Sciences.
configuration:
- display: Email
name: Email
defaultvalue: ""
type: 0
required: true
- display: Token
name: Token
defaultvalue: ""
type: 4
required: true
- display: Corporation Name
name: corpName
defaultvalue: ""
type: 0
required: true
- display: Fetch incidents
name: isFetch
type: 8
required: false
- display: Incident type
name: incidentType
type: 13
required: false
- display: Fetch Interval (in minutes)
name: fetch_interval
defaultvalue: "720"
type: 0
required: false
- display: CSV list of sites to fetch from.
If no sites are specified, events from all corporation's sites will be fetched.
name: sites_to_fetch
defaultvalue: ""
type: 12
required: false
script:
script: ''
type: python
subtype: python2
commands:
- name: sigsci-get-whitelist
arguments:
- name: siteName
required: true
description: The site that holds the whitelist you want to get.
outputs:
- contextPath: SigSciences.Corp.Site.Whitelist.ID
description: ID for this particular entry.
type: string
- contextPath: SigSciences.Corp.Site.Whitelist.Source
description: IP Address present in the whitelist.
type: string
- contextPath: SigSciences.Corp.Site.Whitelist.ExpiryDate
description: Expiration Timestamp.
type: date
- contextPath: SigSciences.Corp.Site.Whitelist.Note
description: Note associated with the tag.
type: string
- contextPath: SigSciences.Corp.Site.Whitelist.CreatedDate
description: The created date timestamp
type: date
- contextPath: SigSciences.Corp.Site.Whitelist.CreatedBy
description: The user who added this source.
type: string
description: Fetches a site's whitelist, which resides on the Signal Sciences' platform.
- name: sigsci-get-blacklist
arguments:
- name: siteName
required: true
description: The site that holds the blacklist you wish to get
outputs:
- contextPath: SigSciences.Corp.Site.Blacklist.ID
description: The ID for this entry.
type: string
- contextPath: SigSciences.Corp.Site.Blacklist.Source
description: The IP address on the blacklist.
type: string
- contextPath: SigSciences.Corp.Site.Blacklist.ExpiryDate
description: The expiration timestamp.
type: date
- contextPath: SigSciences.Corp.Site.Blacklist.Note
description: The note associated with the tag.
type: string
- contextPath: SigSciences.Corp.Site.Blacklist.CreatedDate
description: The created date timestamp
type: date
- contextPath: SigSciences.Corp.Site.Blacklist.CreatedBy
description: The user who added this source.
type: string
description: Fetches a site's blacklist, which resides on the Signal Sciences' platform.
- name: sigsci-whitelist-add-ip
arguments:
- name: siteName
required: true
description: The site that holds the whitelist you want to add an IP address to.
- name: ip
required: true
description: The IP address to add to the site's whitelist.
- name: note
required: true
description: The note associated with the tag.
- name: expires
description: The datetime for the IP address to removed from the site's whitelist (in RFC3339 format). To keep the IP address on the site's whitelist indefinitely, do not specify this argument.
outputs:
- contextPath: SigSciences.Corp.Site.Whitelist.Source
description: The IP address on the whitelist.
type: string
- contextPath: SigSciences.Corp.Site.Whitelist.Note
description: The note associated with the tag.
type: string
- contextPath: SigSciences.Corp.Site.Whitelist.ID
description: The ID for this entry.
type: string
- contextPath: SigSciences.Corp.Site.Whitelist.CreatedBy
description: The user who added this source.
type: string
- contextPath: SigSciences.Corp.Site.Whitelist.CreatedDate
description: The created date timestamp
type: date
- contextPath: SigSciences.Corp.Site.Whitelist.ExpiryDate
description: The expiration timestamp.
type: date
description: Adds an IP address to a site's whitelist, which resides the Signal Sciences' platform.
- name: sigsci-blacklist-add-ip
arguments:
- name: siteName
required: true
description: The site that holds the blacklist you wish to add to
- name: ip
required: true
description: The IP address to add to the site's blacklist.
- name: note
required: true
description: The note associated with the tag.
- name: expires
description: The datetime for the IP address to removed from the site's blacklist (in RFC3339 format). To keep the IP address on the site's blacklist indefinitely, do not specify this argument.
outputs:
- contextPath: SigSciences.Corp.Site.Blacklist.Source
description: The IP address on the blacklist.
type: string
- contextPath: SigSciences.Corp.Site.Blacklist.Note
description: The note associated with the tag.
type: string
- contextPath: SigSciences.Corp.Site.Blacklist.ID
description: The ID for this entry.
type: string
- contextPath: SigSciences.Corp.Site.Blacklist.CreatedBy
description: The user who added this source.
type: string
- contextPath: SigSciences.Corp.Site.Blacklist.CreatedDate
description: The created date timestamp.
type: date
- contextPath: SigSciences.Corp.Site.Blacklist.ExpiryDate
description: The expiration timestamp.
type: date
description: Adds an IP to a site's blacklist, which resides on the Signal Sciences' platform.
- name: sigsci-whitelist-remove-ip
arguments:
- name: siteName
required: true
description: The site that contains the whitelist you want to remove an IP address from.
- name: IP
required: true
description: The IP address entry to remove.
description: Removes an IP address from a site's whitelist, which resides on the Signal Sciences' platform.
- name: sigsci-blacklist-remove-ip
arguments:
- name: siteName
required: true
description: The site that contains the blacklist you want to remove an IP address from.
- name: IP
required: true
description: The IP address entry to remove.
description: Removes an IP from a site's blacklist, which resides on the Signal Sciences' platform.
- name: sigsci-get-sites
arguments: []
outputs:
- contextPath: SigSciences.Site.Name
description: The site name.
type: string
- contextPath: SigSciences.Site.CreatedDate
description: The site creation date.
type: date
description: Returns all site names from the Signal Sciences platform.
- name: sigsci-create-site-list
arguments:
- name: siteName
required: true
description: The name of the site in Signal Sciences you want to add a list to.
- name: list_name
required: true
description: The name of the list to create on Signal Sciences.
- name: list_type
required: true
auto: PREDEFINED
predefined:
- IP
- String
- Country
- Wildcard
description: The type for the list you wish to create on Signal Sciences. Legal
types are IP, String, Country or Wildcard
- name: entries_list
required: true
description: A CSV list of values, consistent with the list's type.
isArray: true
- name: description
description: Short text that describes the new list.
outputs:
- contextPath: SigSciences.Corp.Site.List.Name
description: The name of the list.
type: string
- contextPath: SigSciences.Corp.Site.List.Type
description: The type of the list.
type: string
- contextPath: SigSciences.Corp.Site.List.Entries
description: The entry list of the list.
- contextPath: SigSciences.Corp.Site.List.ID
description: The ID of the list.
type: string
- contextPath: SigSciences.Corp.Site.List.Description
description: The description of the list.
type: string
- contextPath: SigSciences.Corp.Site.List.CreatedBy
description: The creator of the list.
type: string
- contextPath: SigSciences.Corp.Site.List.CreatedDate
description: The creation date of the list.
type: string
- contextPath: SigSciences.Corp.Site.List.UpdatedDate
description: The last update date of the list.
type: string
description: Creates a new list for a given site on the Signal Sciences platform.
- name: sigsci-get-site-list
arguments:
- name: siteName
required: true
description: The name of the site in Signal Sciences that the list you're searching
for belongs to.
- name: list_id
required: true
description: The ID of the list.
outputs:
- contextPath: SigSciences.Corp.Site.List.Name
description: The name of the list.
type: string
- contextPath: SigSciences.Corp.Site.List.Type
description: The type of the list.
type: string
- contextPath: SigSciences.Corp.Site.List.Entries
description: The entry list of the list.
- contextPath: SigSciences.Corp.Site.List.ID
description: The ID of the list.
- contextPath: SigSciences.Corp.Site.List.Description
description: The description of the list.
- contextPath: SigSciences.Corp.Site.List.CreatedBy
description: 'The creator of the list. '
- contextPath: SigSciences.Corp.Site.List.CreatedDate
description: The creation date of the list.
- contextPath: SigSciences.Corp.Site.List.UpdatedDate
description: The last update date of the list.
description: Returns all the data about a site list.
- name: sigsci-delete-site-list
arguments:
- name: siteName
required: true
description: The name of the site in Signal Sciences you want to delete a list from.
- name: list_id
required: true
description: The ID of the list in Signal Sciences to delete.
description: Deletes a site list in Signal Sciences.
- name: sigsci-update-site-list
arguments:
- name: siteName
required: true
description: The name of the site in Signal Sciences that the list to update belongs to.
- name: list_id
required: true
description: The ID of the list to update.
- name: method
required: true
auto: PREDEFINED
predefined:
- Add
- Remove
description: The method to use, must be "Add" or "Remove". The method
will determine whether the given entries are added to or removed from the list.
- name: entries_list
required: true
description: A CSV list of values, consistent with the list's type.
isArray: true
- name: description
description: A description for the updated list.
outputs:
- contextPath: SigSciences.Corp.Site.List.Name
description: The name of the list in Signal Sciences.
type: string
- contextPath: SigSciences.Corp.Site.List.Type
description: The type of the list in Signal Sciences.
type: string
- contextPath: SigSciences.Corp.Site.List.Entries
description: The entry list of the list in Signal Sciences.
type: unknown
- contextPath: SigSciences.Corp.Site.List.ID
description: The ID of the list in Signal Sciences.
type: string
- contextPath: SigSciences.Corp.Site.List.Description
description: The description of the list in Signal Sciences. Maximum is 140 characters.
type: string
- contextPath: SigSciences.Corp.Site.List.CreatedBy
description: The creator of the list in Signal Sciences.
type: string
- contextPath: SigSciences.Corp.Site.List.CreatedDate
description: The creation date of the list in Signal Sciences.
type: string
- contextPath: SigSciences.Corp.Site.List.UpdatedDate
description: The last update date of the list in Signal Sciences.
type: string
description: Updates a site list in Signal Sciences.
- name: sigsci-add-alert
arguments:
- name: siteName
required: true
description: The name of the site to add an alert to.
- name: long_name
required: true
description: A human readable description of the alert. Must be between 3 and
25 characters.
- name: interval
required: true
auto: PREDEFINED
predefined:
- "1"
- "10"
- "60"
description: The number of minutes of past traffic to examine. Must be 1, 10
or 60.
- name: tag_name
required: true
description: The name of the tag whose occurrences the alert is watching. Must
match an existing tag.
- name: threshold
required: true
description: ' The number of occurrences of the tag in the specified interval that are required to
trigger the alert.'
- name: enabled
required: true
auto: PREDEFINED
predefined:
- "True"
- "False"
description: A flag to toggle this alert ("True" or "False").
- name: action
required: true
auto: PREDEFINED
predefined:
- info
- flagged
description: A flag that describes what happens when the alert is triggered.
"info" creates an incident in the dashboard. "flagged" creates an incident
and blocks traffic for 24 hours.
outputs:
- contextPath: SigSciences.Corp.Site.Alert.ID
description: The unique ID of the alert.
type: string
- contextPath: SigSciences.Corp.Site.Alert.SiteID
description: The ID of the site.
type: string
- contextPath: SigSciences.Corp.Site.Alert.TagName
description: The name of the tag whose occurrences the alert is watching.
type: string
- contextPath: SigSciences.Corp.Site.Alert.LongName
description: A short description of the alert.
type: string
- contextPath: SigSciences.Corp.Site.Alert.Interval
description: The number of minutes of past traffic to examine.
type: number
- contextPath: SigSciences.Corp.Site.Alert.Threshold
description: The number of occurrences of the tag in the specified interval that are required to
trigger the alert.
type: number
- contextPath: SigSciences.Corp.Site.Alert.BlockDurationSeconds
description: ' The number of seconds that this alert is active.'
type: number
- contextPath: SigSciences.Corp.Site.Alert.SkipNotifications
description: A flag to disable external notifications - Slack, webhooks, emails, and so on.
type: boolean
- contextPath: SigSciences.Corp.Site.Alert.Enabled
description: A flag to toggle this alert.
type: boolean
- contextPath: SigSciences.Corp.Site.Alert.Action
description: A flag that describes what happens when the alert is triggered.
type: string
- contextPath: SigSciences.Corp.Site.Alert.CreatedDate
description: The timestamp of event (RFC3339 format).
type: date
description: Adds a custom alert to a site in Signal Sciences.
- name: sigsci-get-alert
arguments:
- name: siteName
required: true
description: The name of the site the alert you want to get data for belongs to.
- name: alert_id
required: true
description: The ID of the alert to retrieve.
outputs:
- contextPath: SigSciences.Corp.Site.Alert.ID
description: The unique ID of the alert.
type: string
- contextPath: SigSciences.Corp.Site.Alert.SiteID
description: The ID of the site.
type: string
- contextPath: SigSciences.Corp.Site.Alert.TagName
description: The name of the tag whose occurrences the alert is watching.
type: string
- contextPath: SigSciences.Corp.Site.Alert.LongName
description: A short description of the alert.
type: string
- contextPath: SigSciences.Corp.Site.Alert.Interval
description: The number of minutes of past traffic to examine.
type: number
- contextPath: SigSciences.Corp.Site.Alert.Threshold
description: The number of occurrences of the tag in the specified interval that are required to
trigger the alert.
type: number
- contextPath: SigSciences.Corp.Site.Alert.BlockDurationSeconds
description: ' The number of seconds this alert is active.'
type: number
- contextPath: SigSciences.Corp.Site.Alert.SkipNotifications
description: A flag to disable external notifications - Slack, webhooks, emails, and so on.
type: boolean
- contextPath: SigSciences.Corp.Site.Alert.Enabled
description: A flag to toggle this alert.
type: boolean
- contextPath: SigSciences.Corp.Site.Alert.Action
description: A flag that describes what happens when the alert is triggered.
type: string
- contextPath: SigSciences.Corp.Site.Alert.CreatedDate
description: The timestamp of the event (RFC3339 format).
type: date
description: Retrieves data for an alert.
- name: sigsci-delete-alert
arguments:
- name: siteName
required: true
description: The name of the site to delete an alert from.
- name: alert_id
required: true
description: The ID of the alert to delete.
description: Deletes an alert from a given site in Signal Sciences.
- name: sigsci-update-alert
arguments:
- name: siteName
required: true
description: The site of the alert to update.
- name: alert_id
required: true
description: The ID of the alert to update.
- name: tag_name
required: true
description: The name of the tag whose occurrences the alert is watching.
- name: long_name
required: true
description: A human readable description of the alert. Must be between 3 and
25 characters.
- name: interval
required: true
auto: PREDEFINED
predefined:
- "1"
- "10"
- "60"
description: The number of minutes of past traffic to examine.
- name: threshold
required: true
description: The number of occurrences of the tag in the specified interval that are required to
trigger the alert.
- name: enabled
required: true
auto: PREDEFINED
predefined:
- "True"
- "False"
description: A flag to toggle this alert.
- name: action
required: true
auto: PREDEFINED
predefined:
- info
- flagged
description: A flag that describes what happens when the alert is triggered.
"info" creates an incident in the dashboard. "flagged" creates an incident
and blocks traffic for 24 hours.
outputs:
- contextPath: SigSciences.Corp.Site.Alert.CreatedDate
description: The unique ID of the alert.
type: string
- contextPath: SigSciences.Corp.Site.Alert.SiteID
description: The ID of the site.
type: string
- contextPath: SigSciences.Corp.Site.Alert.TagName
description: The name of the tag whose occurrences the alert is watching.
type: string
- contextPath: SigSciences.Corp.Site.Alert.LongName
description: A short description of the alert.
type: string
- contextPath: SigSciences.Corp.Site.Alert.Interval
description: The number of minutes of past traffic to examine.
type: number
- contextPath: SigSciences.Corp.Site.Alert.Threshold
description: The number of occurrences of the tag in the specified interval that are required to
trigger the alert.
type: number
- contextPath: SigSciences.Corp.Site.Alert.BlockDurationSeconds
description: ' The number of seconds that this alert is active.'
type: number
- contextPath: SigSciences.Corp.Site.Alert.SkipNotifications
description: A flag to disable external notifications - Slack, webhooks, emails, and so on.
type: boolean
- contextPath: SigSciences.Corp.Site.Alert.Enabled
description: A flag to toggle this alert.
type: boolean
- contextPath: SigSciences.Corp.Site.Alert.Action
description: A flag that describes what happens when the alert is triggered.
type: string
- contextPath: SigSciences.Corp.Site.Alert.CreatedDate
description: The timestamp of event (RFC3339 format).
type: date
description: Updates the attributes of a given alert.
- name: sigsci-get-all-alerts
arguments:
- name: siteName
required: true
description: The name of site to get alerts for.
outputs:
- contextPath: SigSciences.Corp.Site.Alert.ID
description: The unique ID of the alert.
type: string
- contextPath: SigSciences.Corp.Site.Alert.SiteID
description: The ID of the site.
type: string
- contextPath: SigSciences.Corp.Site.Alert.TagName
description: The name of the tag whose occurrences the alert is watching.
type: string
- contextPath: SigSciences.Corp.Site.Alert.LongName
description: A short description of the alert.
type: string
- contextPath: SigSciences.Corp.Site.Alert.Interval
description: The number of minutes of past traffic to examine.
type: number
- contextPath: SigSciences.Corp.Site.Alert.Threshold
description: The number of occurrences of the tag in the specified interval that are required to
trigger the alert.
type: number
- contextPath: SigSciences.Corp.Site.Alert.BlockDurationSeconds
description: ' The number of seconds this alert is active.'
type: number
- contextPath: SigSciences.Corp.Site.Alert.SkipNotification
description: A flag to disable external notifications - Slack, webhooks, emails, and so on.
type: boolean
- contextPath: SigSciences.Corp.Site.Alert.Enabled
description: A flag to toggle this alert.
type: boolean
- contextPath: SigSciences.Corp.Site.Alert.Action
description: A flag that describes what happens when the alert is triggered.
type: string
- contextPath: SigSciences.Corp.Site.Alert.CreatedDate
description: The timestamp of event (RFC3339 format).
type: date
description: Retrieves all alerts for given a site.
- name: sigsci-get-all-site-lists
arguments:
- name: siteName
required: true
description: The name of the site to retrieve lists for.
outputs:
- contextPath: SigSciences.Corp.Site.List.Name
description: The name of the list in Signal Sciences.
type: string
- contextPath: SigSciences.Corp.Site.List.Type
description: The type of the list in Signal Sciences.
type: string
- contextPath: SigSciences.Corp.Site.List.Entries
description: The entry list of the list in Signal Sciences.
- contextPath: SigSciences.Corp.Site.List.ID
description: The ID of the list in Signal Sciences.
type: string
- contextPath: SigSciences.Corp.Site.List.Description
description: The description of the list in Signal Sciences. Maximum is 140 characters.
type: string
- contextPath: SigSciences.Corp.Site.List.CreatedBy
description: The creator of the list in Signal Sciences.
type: string
- contextPath: SigSciences.Corp.Site.List.CreatedDate
description: The creation date of the list in Signal Sciences.
type: string
- contextPath: SigSciences.Corp.Site.List.UpdatedDate
description: The last update date of the list in Signal Sciences.
type: string
description: Retrieves all site lists for a given site.
- name: sigsci-create-corp-list
arguments:
- name: list_name
required: true
description: A name for the new list.
- name: list_type
required: true
auto: PREDEFINED
predefined:
- IP
- String
- Country
- Wildcard
description: The type for the new list. Legal types are "IP", "String", "Country", or "Wildcard".
- name: entries_list
required: true
description: A CSV list of values, consistent with the list's type.
isArray: true
- name: description
description: Short text that describes the new list.
outputs:
- contextPath: SigSciences.Corp.List.Name
description: The name of the list.
type: string
- contextPath: SigSciences.Corp.List.Type
description: The type of the list.
type: string
- contextPath: SigSciences.Corp.List.Entries
description: The entry list of the list.
- contextPath: SigSciences.Corp.List.ID
description: The ID of the list.
type: string
- contextPath: SigSciences.Corp.List.Description
description: The description of the list.
type: string
- contextPath: SigSciences.Corp.List.CreatedBy
description: The creator of the list.
type: string
- contextPath: SigSciences.Corp.List.CreatedDate
description: The creation date of the list.
type: string
- contextPath: SigSciences.Corp.List.UpdatedDate
description: The last update date of the list.
type: string
description: Creates a new corp list.
- name: sigsci-get-corp-list
arguments:
- name: list_id
required: true
description: The ID of the list to get data for.
outputs:
- contextPath: SigSciences.Corp.List.Name
description: The name of the list.
- contextPath: SigSciences.Corp.List.Type
description: The type of the list.
- contextPath: SigSciences.Corp.List.Entries
description: The entry list of the list.
- contextPath: SigSciences.Corp.List.ID
description: The ID of the list.
- contextPath: SigSciences.Corp.List.Description
description: The description of the list.
- contextPath: SigSciences.Corp.List.CreatedBy
description: The creator of the list.
- contextPath: SigSciences.Corp.List.CreatedDate
description: The creation date of the list.
- contextPath: SigSciences.Corp.List.UpdatedDate
description: The last update date of the list.
description: Retrieves all data about a given corp list.
- name: sigsci-delete-corp-list
arguments:
- name: list_id
required: true
description: The ID of the list to delete.
description: Deletes a given corp list.
- name: sigsci-update-corp-list
arguments:
- name: list_id
required: true
description: The ID of the list you wish to update
- name: method
required: true
auto: PREDEFINED
predefined:
- Add
- Remove
description: The method you wish to use - must be "Add" or "Remove". The method
will determine whether the entries you provide are added to the list or removed
from it
- name: entries_list
required: true
description: A list of values, consistent with the list's type, separated by
commas
isArray: true
- name: description
description: A description for the updated list.
outputs:
- contextPath: SigSciences.Corp.List.Name
description: The name of the list.
- contextPath: SigSciences.Corp.List.Type
description: The type of the list.
- contextPath: SigSciences.Corp.List.Entries
description: The entry list of the list.
- contextPath: SigSciences.Corp.List.ID
description: The ID of the list.
- contextPath: SigSciences.Corp.List.Description
description: The description of the list.
- contextPath: SigSciences.Corp.List.CreatedBy
description: The creator of the list.
- contextPath: SigSciences.Corp.List.CreatedDate
description: The creation date of the list.
- contextPath: SigSciences.Corp.List.UpdatedDate
description: The last update date of the list.
description: Updates (add or delete) entries for a given corp list.
- name: sigsci-get-all-corp-lists
arguments: []
outputs:
- contextPath: SigSciences.Corp.List.Name
description: The name of the list.
- contextPath: SigSciences.Corp.List.Type
description: The type of the list.
- contextPath: SigSciences.Corp.List.Entries
description: The entry list of the list.
- contextPath: SigSciences.Corp.List.ID
description: The ID of the list.
- contextPath: SigSciences.Corp.List.Description
description: The description of the list.
- contextPath: SigSciences.Corp.List.CreatedBy
description: The creator of the list.
- contextPath: SigSciences.Corp.List.CreatedDate
description: The creation date of the list.
- contextPath: SigSciences.Corp.List.UpdatedDate
description: The last update date of the list.
description: Retrieves data about all lists for the given corp.
- name: sigsci-get-events
arguments:
- name: siteName
required: true
description: The name of the site to fetch events from.
- name: from_time
description: The POSIX Unix time to start.
- name: until_time
description: ' The POSIX Unix time to end. '
- name: sort
auto: PREDEFINED
predefined:
- asc
- desc
description: The sort order ("asc" or "desc").
- name: since_id
description: The ID of the first object in the set.
- name: max_id
description: ' The ID of the last object in the set. '
- name: limit
description: The maximum number of entries to return.
- name: page
description: The page of the results.
- name: action
auto: PREDEFINED
predefined:
- flagged
- info
description: ' The action to filter by (''flagged'' or ''info''). '
- name: tag
description: The tag to filter by. Must be a valid tag name.
- name: ip
description: The ID to filter by.
- name: status
auto: PREDEFINED
predefined:
- active
- expired
description: The status to filter by ("active" or "expired").
outputs:
- contextPath: SigSciences.Corp.Site.Event.ID
description: The unique ID of the event.
type: string
- contextPath: SigSciences.Corp.Site.Event.Timestamp
description: ' The timestamp of the event (RFC3339 format).'
type: date
- contextPath: SigSciences.Corp.Site.Event.Source
description: The source information, for example, "IP".
type: string
- contextPath: SigSciences.Corp.Site.Event.RemoteCountryCode
description: The country code.
type: string
- contextPath: SigSciences.Corp.Site.Event.RemoteHostname
description: The remote hostname.
type: string
- contextPath: SigSciences.Corp.Site.Event.UserAgents
description: An array of user agents.
- contextPath: SigSciences.Corp.Site.Event.Action
description: If "flagged", the IP address is flagged and subsequent malicious requests
will be blocked. If "info", the IP address is flagged and subsequent requests will be
logged.
- contextPath: SigSciences.Corp.Site.Event.Reasons
description: The reason the event was triggered.
- contextPath: SigSciences.Corp.Site.Event.RequestCount
description: The total number of requests.
type: number
- contextPath: SigSciences.Corp.Site.Event.TagCount
description: The total number of tags.
type: number
- contextPath: SigSciences.Corp.Site.Event.Window
description: The time window (in seconds) when the items were detected.
type: number
- contextPath: SigSciences.Corp.Site.Event.DateExpires
description: The date the event expires (RFC3339 format).
type: string
- contextPath: SigSciences.Corp.Site.Event.ExpiredBy
description: The email address of the user that expired the event (if the event is expired
manually).
type: string
description: Fetches events from Signal Sciences.
- name: sigsci-get-event-by-id
arguments:
- name: siteName
required: true
description: Name of the site to get the event from
- name: event_id
required: true
description: The ID of the event.
outputs:
- contextPath: SigSciences.Corp.Site.Event.ID
description: The unique ID of the event.
- contextPath: SigSciences.Corp.Site.Event.Timestamp
description: ' The timestamp of the event (RFC3339 format).'
- contextPath: SigSciences.Corp.Site.Event.Source
description: Source information, for example, "IP".
- contextPath: SigSciences.Corp.Site.Event.RemoteCountryCode
description: The country code.
- contextPath: SigSciences.Corp.Site.Event.RemoteHostname
description: The remote hostname.
- contextPath: SigSciences.Corp.Site.Event.UserAgents
description: An array of user agents.
- contextPath: SigSciences.Corp.Site.Event.Action
description: If "flagged", the IP address is flagged and subsequent malicious requests
will be blocked. If "info", the IP address is flagged and subsequent requests will be
logged.
- contextPath: SigSciences.Corp.Site.Event.Reasons
description: The reason the event was triggered.
- contextPath: SigSciences.Corp.Site.Event.RequestCount
description: The total number of requests.
- contextPath: SigSciences.Corp.Site.Event.TagCount
description: The total number of tags.
- contextPath: SigSciences.Corp.Site.Event.Window
description: The time window (in seconds) when the items were detected.
- contextPath: SigSciences.Corp.Site.Event.DateExpires
description: The date the event expires (RFC3339 format).
- contextPath: SigSciences.Corp.Site.Event.ExpiredBy
description: The email address of the user that expired the event (if the event is expired
manually).
description: Retrieves an event by the event ID.
- name: sigsci-expire-event
arguments:
- name: siteName
required: true
description: The name of the site to expire an event from.
- name: event_id
required: true
description: The ID of the event to expire.
description: Expires a given event.
- name: sigsci-get-requests
arguments:
- name: siteName
required: true
description: The name of the site to get requests from.
- name: page
description: The page of the results. Maximum is 1000 requests.
- name: limit
description: The number of entries to return.
- name: q
description: The search query, in Signal Sciences syntax. If a query
is not supplied, no requests will be returned.
outputs:
- contextPath: SigSciences.Corp.Site.Request.ID
description: The unique ID of the request.
- contextPath: SigSciences.Corp.Site.Request.ServerHostName
description: The server hostname.
- contextPath: SigSciences.Corp.Site.Request.RemoteIP
description: The remote IP address.
- contextPath: SigSciences.Corp.Site.Request.RemoteHostName
description: The remote hostname.
- contextPath: SigSciences.Corp.Site.Request.RemoteCountryCode
description: The remote country code.
- contextPath: SigSciences.Corp.Site.Request.UserAgent
description: ' The user agent of the request.'
- contextPath: SigSciences.Corp.Site.Request.Timestamp
description: The timestamp (RFC3339 format).
- contextPath: SigSciences.Corp.Site.Request.Method
description: The HTTP method, for example, "PUT".
- contextPath: SigSciences.Corp.Site.Request.ServerName
description: The server name.
- contextPath: SigSciences.Corp.Site.Request.Protocol
description: ' The HTTP protocol, for example, "HTTP/1.1" .'
- contextPath: SigSciences.Corp.Site.Request.Path
description: The path.
- contextPath: SigSciences.Corp.Site.Request.URI
description: The URI.
- contextPath: SigSciences.Corp.Site.Request.ResponseCode
description: The HTTP response code.
- contextPath: SigSciences.Corp.Site.Request.ResponseSize
description: ' The HTTP response size.'
- contextPath: SigSciences.Corp.Site.Request.ResponseMillis
description: ' The response time in millis.'
- contextPath: SigSciences.Corp.Site.Request.AgentResponseCode
description: The agent response code.
- contextPath: SigSciences.Corp.Site.Request.Tags
description: The array of relevant tags.
description: Retrieves requests from a given site according to a search query.
- name: sigsci-get-request-by-id
arguments:
- name: siteName
required: true
description: The name of the site to get from
- name: request_id
required: true
description: The ID of the request to get.
outputs:
- contextPath: SigSciences.Corp.Site.Request.ID
description: The unique ID of the request.
- contextPath: SigSciences.Corp.Site.Request.ServerHostName
description: ' Server hostname.'
- contextPath: SigSciences.Corp.Site.Request.RemoteIP
description: ' The remote IP address.'
- contextPath: SigSciences.Corp.Site.Request.RemoteHostName
description: ' The remote hostname.'
- contextPath: SigSciences.Corp.Site.Request.RemoteCountryCode
description: The remote country code.
- contextPath: SigSciences.Corp.Site.Request.UserAgent
description: The user agent of the request.
- contextPath: SigSciences.Corp.Site.Request.Timestamp
description: ' The timestamp RFC3339 date time serverHostname string.'
- contextPath: SigSciences.Corp.Site.Request.Method
description: The HTTP method, for example, "PUT".
- contextPath: SigSciences.Corp.Site.Request.ServerName
description: ' The server name.'
- contextPath: SigSciences.Corp.Site.Request.Protocol
description: ' The HTTP protocol, for example "HTTP/1.1".'
- contextPath: SigSciences.Corp.Site.Request.Path
description: The path.
- contextPath: SigSciences.Corp.Site.Request.URI
description: The URI.
- contextPath: SigSciences.Corp.Site.Request.ResponseCode
description: ' The HTTP response code.'
- contextPath: SigSciences.Corp.Site.Request.ResponseSize
description: ' The HTTP response size.'
- contextPath: SigSciences.Corp.Site.Request.ResponseMillis
description: The response time in milliseconds.
- contextPath: SigSciences.Corp.Site.Request.AgentResponseCode
description: The agent response code.
- contextPath: SigSciences.Corp.Site.Request.Tags
description: An array of relevant tags.
description: Retrieves a request by request ID.
isfetch: true
runonce: false